Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@chwisteeng
Copy link

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!

@chwisteeng
Copy link
Author

Or I eventually run into out of bounds errors.

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

@wwydmanski
Copy link
Member

Does it happen in regular or headless mode?

@chwisteeng
Copy link
Author

This happens in regular mode

@majkiw
Copy link
Contributor

majkiw commented Mar 20, 2020

For me this was caused by a scrollbar over the last row.
Using bigger monitor helped!

@majkiw
Copy link
Contributor

majkiw commented Mar 23, 2020

(decreasing font size with Ctrl/Cmd + - in a running window until vertical scrollbar dissappears also works)

@chwisteeng
Copy link
Author

Oh cool! Thank you @majkiw :) I appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants