Seleniumでボタンをクリックする

python
btn = driver.find_element(by='xpath', value='//tag[@attr="xxx"]')
btn.click()

関連記事