From ab875f5566d5681f2f7271aa07c93250e03f325e Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 28 Mar 2022 17:34:36 +0200 Subject: [PATCH] more and more logging --- V4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/V4.py b/V4.py index 5725194..dee0951 100755 --- a/V4.py +++ b/V4.py @@ -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)