Skip to content

Commit 5e8095a

Browse files
committed
Update an example
1 parent 6674048 commit 5e8095a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/cdp_mode/raw_indeed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
sb.click('button[type="submit"]')
1212
sb.click('a:contains("%s")' % company)
1313
sb.sleep(3)
14+
sb.uc_gui_click_captcha()
15+
sb.sleep(1)
1416
sb.cdp.highlight('div[itemprop="name"]')
1517
sb.sleep(1)
1618
sb.cdp.highlight('h2:contains("About the company")')

0 commit comments

Comments
 (0)