poeli / EpiCoV_downloader

Download all EpiCoV sequcnes from GISAID
GNU General Public License v3.0
29 stars 8 forks source link

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

Open ccddlove opened 2 years ago

ccddlove commented 2 years ago

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'