Skip to content

Commit 20b1bd5

Browse files
committed
Update an example
1 parent 4b3c41c commit 20b1bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cdp_mode/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ from seleniumbase import SB
5353
with SB(uc=True, test=True, locale="en") as sb:
5454
url = "https://gitlab.com/users/sign_in"
5555
sb.activate_cdp_mode(url)
56+
sb.sleep(1)
5657
sb.uc_gui_click_captcha()
5758
sb.sleep(2)
5859
```

0 commit comments

Comments
 (0)