chore: removed isFrozen

This commit is contained in:
Valentina Novgorodtceva 2024-03-22 16:43:13 +07:00 committed by Anastasiya
parent aaa7ff1dd4
commit bdeb0f6c3d
1 changed files with 0 additions and 4 deletions

View File

@ -94,10 +94,6 @@ class QObject:
y: int = None,
button=None,
):
if isFrozen(500) is False:
pass
else:
time.sleep(2000)
driver.mouseClick(
self.object,
x or int(self.object.width * 0.1),