This commit is contained in:
parent
e1a166ed6e
commit
c7da397f28
5
V4.py
5
V4.py
|
@ -348,7 +348,7 @@ def PlayQuiz8(override=3):
|
||||||
if 'iscorrectoption="True" ' in Card.get_attribute("outerHTML"):
|
if 'iscorrectoption="True" ' in Card.get_attribute("outerHTML"):
|
||||||
ListeOfGood.append(f"rqAnswerOption{i-1}") # premier div = 3 ?
|
ListeOfGood.append(f"rqAnswerOption{i-1}") # premier div = 3 ?
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LogError("playquiz8 - 1 - " + e)
|
LogError("playuiz8 - 1 - " + e)
|
||||||
shuffle(ListeOfGood)
|
shuffle(ListeOfGood)
|
||||||
|
|
||||||
for i in ListeOfGood:
|
for i in ListeOfGood:
|
||||||
|
@ -956,6 +956,9 @@ def close():
|
||||||
def dev():
|
def dev():
|
||||||
driver.get('http://p.p')
|
driver.get('http://p.p')
|
||||||
LogError("test pour voir si le proxy marche")
|
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):
|
def CustomStart(Credentials):
|
||||||
|
|
Loading…
Reference in New Issue