can run the exe file, probleme with pem resolved

This commit is contained in:
2022-05-12 22:31:15 +02:00
parent 96b0f3bdb8
commit ab153349a4
4 changed files with 18 additions and 18 deletions
-1
View File
@@ -231,7 +231,6 @@ class CommandorPage:
self.logger.error(error)
def clickOnValidBtn(self):
# self.page.mouse.wheel(0, random.randint(400, 500))
time.sleep(get_random_wait_time())
try:
self.page.evaluate("""document.getElementsByClassName("btn")[0].focus();""")