Skip to content

Commit 5c28009

Browse files
committed
Update an example
1 parent b95e582 commit 5c28009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/raw_bing_captcha.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
sb.activate_demo_mode() # See asserts as they happen
1010
sb.assert_element("svg#success-icon")
1111
sb.assert_text("Success!", "span#success-text")
12-
sb.highlight("div#success", loops=8)
13-
sb.sleep(1)
12+
sb.highlight("div#success", loops=10)

0 commit comments

Comments
 (0)