We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2817ab commit ab9d898Copy full SHA for ab9d898
examples/cdp_mode/raw_glassdoor.py
@@ -3,6 +3,7 @@
3
with SB(uc=True, test=True, ad_block=True) as sb:
4
url = "https://www.glassdoor.com/Reviews/index.htm"
5
sb.activate_cdp_mode(url)
6
+ sb.sleep(2)
7
sb.uc_gui_click_captcha()
8
sb.highlight('[data-test="global-nav-glassdoor-logo"]')
9
sb.highlight('[data-test="site-header-companies"]')
0 commit comments