You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
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
The text was updated successfully, but these errors were encountered: