Fix:impossible de modifier des configs existantes #3

Closed
augustin64 wants to merge 3 commits from (deleted):fix-edit-config into master
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 3077c16aeb - Show all commits

3
V6.py
View File

@ -366,7 +366,8 @@ def try_play(nom="inconnu"):
driver.find_element(By.CSS_SELECTOR, '[onclick="setsrchusr()"]').click()
custom_sleep(5)
printf("not connected, fixed")
if "legaltextbox" in driver.current_url:
driver.find_element(By.CLASS_NAME, "actionLink").click()
try:
if wait_until_visible(By.ID, "rqStartQuiz", 5, driver):
custom_sleep(3)

View File

@ -1 +1 @@
v6.3.2
v6.3.3