" '
ficxed playquiz8 recover
This commit is contained in:
piair338 2021-12-25 10:52:20 +01:00
parent 5ce263aba0
commit 7aeb2d2354
1 changed files with 5 additions and 1 deletions

6
V4.py
View File

@ -243,7 +243,11 @@ def PlayQuiz8(override = None):
elem.click() elem.click()
except exceptions.ElementNotInteractableException as e: except exceptions.ElementNotInteractableException as e:
driver.execute_script("arguments[0].click();", elem) driver.execute_script("arguments[0].click();", elem)
except Exception as e :
if override :
printf(e)
else :
LogError(e)
except Exception as e : except Exception as e :
LogError("PlayQuiz8" + str(e) + str(ListeOfGood)) LogError("PlayQuiz8" + str(e) + str(ListeOfGood))