Skip to content

Commit

Permalink
Update checkbox selector (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyHampton committed Sep 2, 2023
1 parent 553bd8a commit a217510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flaresolverr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def click_verify(driver: WebDriver):
driver.switch_to.frame(iframe)
checkbox = driver.find_element(
by=By.XPATH,
value='//*[@id="cf-stage"]//label[@class="ctp-checkbox-label"]/input',
value='//*[@id="challenge-stage"]/div/label/map/img',
)
if checkbox:
actions = ActionChains(driver)
Expand Down

0 comments on commit a217510

Please sign in to comment.