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 4b3c41c commit 20b1bd5Copy full SHA for 20b1bd5
examples/cdp_mode/ReadMe.md
@@ -53,6 +53,7 @@ from seleniumbase import SB
53
with SB(uc=True, test=True, locale="en") as sb:
54
url = "https://gitlab.com/users/sign_in"
55
sb.activate_cdp_mode(url)
56
+ sb.sleep(1)
57
sb.uc_gui_click_captcha()
58
sb.sleep(2)
59
```
0 commit comments