You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message: selenium.common.exceptions.ElementClickInterceptedException: Message: Element <td class="yui-dt0-col-d yui-dt-col-d yui-dt-sortable yui-dt-resizeable"> is not clickable at point (x,y) because another element <div class="yui-dt-bd"> obscures it
#3
Open
chwisteeng opened this issue
Mar 15, 2020
· 6 comments
Hi, I keep getting this error message when trying to download the fasta files with both your original script and this updated one. I see in the updated script that it includes a scrolling function, but I'm still running into issues with the program not being able to continue because it following file isn't visible. Can you assist? Thank you!
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "scrap.py", line 59, in
scrapper.download_from_curr_page()
File ".../gisaid-scrapper-master/gisaid_scrapper.py", line 139, in download_from_curr_page
self._download_row(parent_form, i)
File ".../gisaid-scrapper-master/gisaid_scrapper.py", line 154, in _download_row
self._action_click(self.driver.find_elements_by_tag_name("button")[1])
IndexError: list index out of range
Hi, I keep getting this error message when trying to download the fasta files with both your original script and this updated one. I see in the updated script that it includes a scrolling function, but I'm still running into issues with the program not being able to continue because it following file isn't visible. Can you assist? Thank you!
The text was updated successfully, but these errors were encountered: