uxDaniel / visa_rescheduler

US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation
276 stars 236 forks source link

stuck on last step before "login sucessful" #40

Open lingjiahu opened 1 year ago

lingjiahu commented 1 year ago

I am geting a timeout from line 147: Wait(driver, 60).until( EC.presence_of_element_located((By.XPATH, REGEX_CONTINUE)))

It seems like this line is trying to locate the continue button? If it doesn't do anything specific, can it be commented out? I have no clue why it is not working. Can anyone please help? Thanks!

Below is the error message I got: Wait(driver, 60).until( EC.presence_of_element_located((By.XPATH, REGEX_CONTINUE))) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 87, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:

lingjiahu commented 1 year ago

change "continue" to "Continuar"

Why would this help? The website is in English and I inspected the button to check that it is indeed "continue".