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
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