Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

python pycharm captcha buster solver click button

$
0
0

enter image description here

How do i use python to click on that logo? the solver-button

I tried other codes i found on this site and didn't work

Thanks!

while True:try:driver.find_element(By.XPATH, '//button[@id="solver-button"]').click()breakexcept:continue


Viewing all articles
Browse latest Browse all 23131

Trending Articles