File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ def open_the_form_turnstile_page(sb):
88
99
1010def click_turnstile_and_verify (sb ):
11- sb .driver .reconnect (0.1 )
1211 iframe = sb .driver .find_element ("iframe" )
13- sb .driver .reconnect (0.5 )
12+ sb .driver .reconnect (0.1 ) # Another way to reconnect
1413 sb .driver .switch_to .frame (iframe )
1514 sb .driver .uc_click ("span.mark" )
1615 sb .highlight ("img#captcha-success" , timeout = 3.33 )
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ def open_the_turnstile_page(sb):
88
99
1010def click_turnstile_and_verify (sb ):
11- sb .driver .reconnect (0.1 )
1211 iframe = sb .driver .find_element ("iframe" )
13- sb .driver .reconnect (0.5 )
12+ sb .driver .reconnect (0.1 ) # Another way to reconnect
1413 sb .driver .switch_to .frame (iframe )
1514 sb .driver .uc_click ("span.mark" )
1615 sb .assert_element ("img#captcha-success" , timeout = 3.33 )
You can’t perform that action at this time.
0 commit comments