Skip to content

Commit 319a391

Browse files
committed
Rename and update an example
1 parent a9605ae commit 319a391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# An example of bypassing 2 consecutive CF CAPTCHAs"""
21
from seleniumbase import SB
32

43
with SB(uc=True, test=True) as sb:
54
url = "https://sms-man.com/login"
65
sb.activate_cdp_mode(url)
7-
sb.sleep(2.2)
6+
sb.sleep(3)
87
if not sb.is_element_present('input[name="email"]'):
98
sb.solve_captcha()
109
sb.sleep(1)

0 commit comments

Comments
 (0)