mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-05 17:18:19 +01:00
Update checkbox selector, again
This commit is contained in:
@@ -256,7 +256,7 @@ def click_verify(driver: WebDriver):
|
||||
driver.switch_to.frame(iframe)
|
||||
checkbox = driver.find_element(
|
||||
by=By.XPATH,
|
||||
value='//*[@id="challenge-stage"]/div/label/map/img',
|
||||
value='//*[@id="challenge-stage"]/div/label/input',
|
||||
)
|
||||
if checkbox:
|
||||
actions = ActionChains(driver)
|
||||
|
||||
Reference in New Issue
Block a user