parent
5ce263aba0
commit
7aeb2d2354
6
V4.py
6
V4.py
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue