more and more logging

This commit is contained in:
piair 2022-03-28 17:34:36 +02:00
parent 2d667052d3
commit ab875f5566
1 changed files with 1 additions and 0 deletions

1
V4.py
View File

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