mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 03:55:24 +00:00
Update checkbox selector, again
This commit is contained in:
parent
1942eb5fdc
commit
4139e8d47c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user