more and more logging

This commit is contained in:
piair 2022-03-28 17:34:36 +02:00
parent 2d667052d3
commit ab875f5566

1
V4.py
View File

@ -602,6 +602,7 @@ def TryPlay(nom ="inconnu"):
else : else :
LogError('probleme dans la carte : il y a un bouton play et aucun quiz detecté') LogError('probleme dans la carte : il y a un bouton play et aucun quiz detecté')
try : try :
LogError('value="Commencez à jouer !"')
driver.find_element(By.ID, 'rqStartQuiz').click() #start the quiz driver.find_element(By.ID, 'rqStartQuiz').click() #start the quiz
number = driver.page_source.count('rqAnswerOption') number = driver.page_source.count('rqAnswerOption')
play(number) play(number)