Skip to content

Commit 993b646

Browse files
committed
Update a Stealthy Playwright example
1 parent 7678702 commit 993b646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cdp_mode/playwright/raw_cf_cap_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
browser = p.chromium.connect_over_cdp(endpoint_url)
99
page = browser.contexts[0].pages[0]
1010
page.goto("https://www.cloudflare.com/login")
11-
page.wait_for_timeout(4500)
11+
page.wait_for_timeout(5000)
1212
sb.solve_captcha()
1313
page.wait_for_timeout(3000)

0 commit comments

Comments
 (0)