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 e5dd587 commit 7695bcbCopy full SHA for 7695bcb
examples/cdp_mode/raw_cdp_gitlab.py
@@ -0,0 +1,9 @@
1
+from seleniumbase import sb_cdp
2
+
3
+url = "https://gitlab.com/users/sign_in"
4
+sb = sb_cdp.Chrome(url)
5
+sb.sleep(2.5)
6
+sb.gui_click_captcha()
7
+sb.highlight('h1:contains("GitLab.com")')
8
+sb.highlight('button:contains("Sign in")')
9
+sb.driver.stop()
0 commit comments