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 6674048 commit 5e8095aCopy full SHA for 5e8095a
examples/cdp_mode/raw_indeed.py
@@ -11,6 +11,8 @@
11
sb.click('button[type="submit"]')
12
sb.click('a:contains("%s")' % company)
13
sb.sleep(3)
14
+ sb.uc_gui_click_captcha()
15
+ sb.sleep(1)
16
sb.cdp.highlight('div[itemprop="name"]')
17
sb.sleep(1)
18
sb.cdp.highlight('h2:contains("About the company")')
0 commit comments