0.0.9
This commit is contained in:
@@ -34,7 +34,6 @@ class Auto:
|
|||||||
'x://span[text()="Verifying..."]', timeout=0.5)
|
'x://span[text()="Verifying..."]', timeout=0.5)
|
||||||
if status:
|
if status:
|
||||||
tab.wait(3)
|
tab.wait(3)
|
||||||
continue
|
|
||||||
status = shadow2.ele(
|
status = shadow2.ele(
|
||||||
'x://span[text()="Success!"]', timeout=0.5)
|
'x://span[text()="Success!"]', timeout=0.5)
|
||||||
if status:
|
if status:
|
||||||
|
|||||||
Reference in New Issue
Block a user