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 cd73133 commit fd394c7Copy full SHA for fd394c7
examples/cdp_mode/raw_planetmc.py
@@ -0,0 +1,8 @@
1
+from seleniumbase import SB
2
+
3
+with SB(uc=True, test=True, locale_code="en") as sb:
4
+ url = "www.planetminecraft.com/account/sign_in/"
5
+ sb.activate_cdp_mode(url)
6
+ sb.sleep(1)
7
+ sb.cdp.gui_click_element("#turnstile-widget")
8
+ sb.sleep(2)
examples/cdp_mode/raw_wsform.py
+ url = "https://wsform.com/demo/"
+ sb.scroll_into_view("div.grid")
+ sb.uc_gui_click_captcha()
0 commit comments