chore: removed isFrozen
This commit is contained in:
parent
aaa7ff1dd4
commit
bdeb0f6c3d
|
@ -94,10 +94,6 @@ class QObject:
|
||||||
y: int = None,
|
y: int = None,
|
||||||
button=None,
|
button=None,
|
||||||
):
|
):
|
||||||
if isFrozen(500) is False:
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
time.sleep(2000)
|
|
||||||
driver.mouseClick(
|
driver.mouseClick(
|
||||||
self.object,
|
self.object,
|
||||||
x or int(self.object.width * 0.1),
|
x or int(self.object.width * 0.1),
|
||||||
|
|
Loading…
Reference in New Issue