-
Notifications
You must be signed in to change notification settings - Fork 823
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
Update to Selenium script #610
Comments
When use --headless option, Google still detects userType as USER_TYPE_SCRAPPER and didn't get any results. Just a message: Oops! Something went wrong. Also all requests responded with 429 status code, ex multiline and etc. |
These settings work perfectly for me headless: from fake_useragent import UserAgent chrome_options = webdriver.ChromeOptions() And driver.implicitly_wait(5) The magic is done by: UserAgent |
Thanks for sharing your selenium code.
In case anyone is interested, I've adapted it further and made some changes to the interface.
Adapted library is:
thanks its working with some modifications use cases can be satisified !! upvoted
Originally posted by @dhruv-1010 in #602 (comment)
The text was updated successfully, but these errors were encountered: