ホーム/Selenium/SeleniumでボタンをクリックするSeleniumでボタンをクリックする公開: 2024-08-24更新: 2026-05-16pythonコピーbtn = driver.find_element(by='xpath', value='//tag[@attr="xxx"]') btn.click()関連記事Seleniumで開いたページのHTMLを取得・保存する2024-08-31Seleniumで取得した要素のHTMLを取得する2024-08-24Seleniumで開いたページのHTMLを取得する2024-08-24【Selenium】遅延読み込み2024-08-24