Update timing
This commit is contained in:
parent
a2817abcd8
commit
ab9d898d56
|
@ -3,6 +3,7 @@ from seleniumbase import SB
|
||||||
with SB(uc=True, test=True, ad_block=True) as sb:
|
with SB(uc=True, test=True, ad_block=True) as sb:
|
||||||
url = "https://www.glassdoor.com/Reviews/index.htm"
|
url = "https://www.glassdoor.com/Reviews/index.htm"
|
||||||
sb.activate_cdp_mode(url)
|
sb.activate_cdp_mode(url)
|
||||||
|
sb.sleep(2)
|
||||||
sb.uc_gui_click_captcha()
|
sb.uc_gui_click_captcha()
|
||||||
sb.highlight('[data-test="global-nav-glassdoor-logo"]')
|
sb.highlight('[data-test="global-nav-glassdoor-logo"]')
|
||||||
sb.highlight('[data-test="site-header-companies"]')
|
sb.highlight('[data-test="site-header-companies"]')
|
||||||
|
|
Loading…
Reference in New Issue