EpiCoV_downloader icon indicating copy to clipboard operation
EpiCoV_downloader copied to clipboard

AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'

Open ccddlove opened this issue 2 years ago • 0 comments

when doing "/public/home/zzumpp05/chengcheng/gisaid_EpiCoV_downloader/EpiCoV_downloader/gisaid_EpiCoV_downloader.py -u usrname -p usrpassword -cs 2022-07-01 -ce 2022-07-01 -hc -le -cg", 'WebDriver' object has no attribute 'find_element_by_name'

File "/public/home/zzumpp05/chengcheng/gisaid_EpiCoV_downloader/EpiCoV_downloader/gisaid_EpiCoV_downloader.py", line 186, in download_gisaid_EpiCoV username = driver.find_element_by_name('login') AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'

ccddlove avatar Jul 09 '22 09:07 ccddlove