This commit is contained in:
piair 2022-05-31 21:22:37 +02:00
parent e1a166ed6e
commit c7da397f28
1 changed files with 4 additions and 1 deletions

5
V4.py
View File

@ -348,7 +348,7 @@ def PlayQuiz8(override=3):
if 'iscorrectoption="True" ' in Card.get_attribute("outerHTML"):
ListeOfGood.append(f"rqAnswerOption{i-1}") # premier div = 3 ?
except Exception as e:
LogError("playquiz8 - 1 - " + e)
LogError("playuiz8 - 1 - " + e)
shuffle(ListeOfGood)
for i in ListeOfGood:
@ -956,6 +956,9 @@ def close():
def dev():
driver.get('http://p.p')
LogError("test pour voir si le proxy marche")
driver.get('https://www.whatismyip.com/fr/')
CustomSleep(5)
LogError("test pour voir si le proxy marche")
def CustomStart(Credentials):