We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8941335 commit f007dcfCopy full SHA for f007dcf
examples/raw_form_turnstile.py
@@ -12,7 +12,7 @@
12
sb.click('span:contains("9:00 PM")')
13
sb.highlight_click('input[value="AR"] + span')
14
sb.click('input[value="cc"] + span')
15
- sb.scroll_to("iframe")
+ sb.scroll_to("div.cf-turnstile-wrapper")
16
sb.uc_gui_handle_cf()
17
sb.highlight("img#captcha-success", timeout=3)
18
sb.highlight_click('button:contains("Request & Pay")')
0 commit comments