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

Returning blank page on a specific website. #7168

Closed
nzaitseva opened this issue May 3, 2019 · 2 comments
Closed

Returning blank page on a specific website. #7168

nzaitseva opened this issue May 3, 2019 · 2 comments

Comments

@nzaitseva
Copy link

I'm getting a blank page when I try to open shops.coles.com.au.

When I try to open coles.com.au it works, but if I try to visit the subdomain it shows a blank page. Also, if I open websites like google.com it works.

An example when it returns a blank page:

from selenium import webdriver
driver = webdriver.Firefox()
driver.get(https://shop.coles.com.au/a/a-national/everything/browse)

However this page is shown correctly:
https://coles.com.au

Environment

OS: Linux Debian 9
Browser: Chrome, Firefox
Browser version: Mozilla Firefox 60.6.1, Google Chrome 72.0.3626.119

Browser Driver version: ChromeDriver 73.0.3683.68 , GeckoDriver v0.24.0
Language Bindings version: python

@adiohana
Copy link
Contributor

adiohana commented May 4, 2019

this is related to:
https://stackoverflow.com/questions/54587922/chromedriver-cause-status-code-429-when-request

there is a JS code running and generating a request to the server every time it identifies that you are using "Selenium" or "Driver" and then server is returning 429 (too many requests) error code.

You can filter out the specific JS to avoid this issue. You can use extensions in Chrome/Firefox (in case you are not running headless). If you do run in headless mode, then soon we will add the filter URL's feature in Chrome DevTools API - #6667

@p0deje
Copy link
Member

p0deje commented May 7, 2019

Closing per @adiohana's comment. Please comment if you think the issue should be re-opened.

@p0deje p0deje closed this as completed May 7, 2019
@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants