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

selenium.common.exceptions.ElementNotInteractableException: Message: Element <a class="dangerouslyDisableFocusStyle"> is not reachable by keyboard #16

Open
GregsGits opened this issue Aug 20, 2020 · 0 comments

Comments

@GregsGits
Copy link

When running command:
images =ph.runme("https://www.pinterest.co.uk/artistdrummer40/arnold-bodybuilding")

get the following error output:

>>> images =ph.runme("https://www.pinterest.co.uk/artistdrummer40/arnold-bodybuilding") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\Nonwork\Downloads\pinterest-image-scraper-master\pinterest-image-scraper-master\pinterest_scraper\scraper.py", line 113, in runme dummy.send_keys(Keys.PAGE_DOWN) File "C:\Users\Nonwork\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webelement.py", line 477, in send_keys self._execute(Command.SEND_KEYS_TO_ELEMENT, File "C:\Users\Nonwork\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute return self._parent.execute(command, params) File "C:\Users\Nonwork\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "C:\Users\Nonwork\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementNotInteractableException: Message: Element <a class="dangerouslyDisableFocusStyle"> is not reachable by keyboard

Firefox however, does browse to the correct imageboard but that's as far as it goes.

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

1 participant