Fix:impossible de modifier des configs existantes #3
3
V6.py
3
V6.py
@ -366,7 +366,8 @@ def try_play(nom="inconnu"):
|
|||||||
driver.find_element(By.CSS_SELECTOR, '[onclick="setsrchusr()"]').click()
|
driver.find_element(By.CSS_SELECTOR, '[onclick="setsrchusr()"]').click()
|
||||||
custom_sleep(5)
|
custom_sleep(5)
|
||||||
printf("not connected, fixed")
|
printf("not connected, fixed")
|
||||||
|
if "legaltextbox" in driver.current_url:
|
||||||
|
driver.find_element(By.CLASS_NAME, "actionLink").click()
|
||||||
try:
|
try:
|
||||||
if wait_until_visible(By.ID, "rqStartQuiz", 5, driver):
|
if wait_until_visible(By.ID, "rqStartQuiz", 5, driver):
|
||||||
custom_sleep(3)
|
custom_sleep(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user