uxDaniel / visa_rescheduler

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

Please update webdriver.Chrome installation line #60

Open turik97 opened 1 year ago

turik97 commented 1 year ago

Please update the following line: driver = webdriver.Chrome(service=Service(ChromeDriverManager().install())) to just: driver = webdriver.Chrome() so there are no issues with the new chrome releases and links to them. silennium will update webdriver automatically

HaolunWang commented 1 year ago

or just update webdriver_manager by doing "pip install --upgrade webdriver_manager" without code change Reference: https://stackoverflow.com/questions/76724939/there-is-no-such-driver-by-url-https-chromedriver-storage-googleapis-com-lates

jameszhan02 commented 11 months ago

there are lot more issues more than webdriver i think LOL,