more and more logging
This commit is contained in:
parent
2d667052d3
commit
ab875f5566
1
V4.py
1
V4.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue