uxDaniel / visa_rescheduler

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

Only get the latest time not actually update the application #83

Open ThakkarRajan opened 4 months ago

ThakkarRajan commented 4 months ago

Hey Coders, I successfully implement the code but I just get the notification, date and time but it actually not able to reschedule my date. I know that it might have some minor problem. if you face that and have the answer. Please respond me with the solution.

Screenshot 2024-05-10 014923

ThakkarRajan commented 4 months ago

I check the previous issues I found out that in the method of def reschedule(date): we just need to remove the "utf8": driver.find_element(by=By.NAME, value='utf8').get_attribute('value'),

So if it's correct then please let me know