-
Notifications
You must be signed in to change notification settings - Fork 353
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
Remote webdriver not working #94
Comments
@nareto did you solve it? |
No. I hadn't noticed the project is not maintained anymore. I am now trying to use scrapy-splash but having other problems. It's a pity because in my limited experience Selenium works better than Splash Maybe I'll come back to this and not use the remote webdriver, but this makes it harder to dockerize the scraper. |
Having the same issue. |
Remote selenium driver doesn't work in version 0.7. For testing, replace middleware.py with the one from latest commit. Also, use |
I have the same issue so I am using selenium directly and there's no problem at all that is.. it doesn't make sense of using this package. |
I have a docker container running selenium-chrome (the "standalone-chrome" official container) and I'm trying to get scrapy-selenium to work with it. I have this in settings.py:
and I tried different combinations, but I keep getting
I don't think SeleniumRequest is working, I get further down a KeyError for 'screenshot' on response.meta (I did set screenshot=True in SeleniumRequest).
The selenium container is indeed working, it works if I test it by passing it to webdriver.Remote. Any suggestions?
The text was updated successfully, but these errors were encountered: