Update timing

This commit is contained in:
Michael Mintz 2025-03-31 12:07:34 -04:00
parent a2817abcd8
commit ab9d898d56
1 changed files with 1 additions and 0 deletions

View File

@ -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"]')