Hi all i'm quite stuck,
My setup is:
- Selenium 3.141.0
- Firefox 63.0.3
- geckodriver 0.21.0 (have tried geckodriver 0.23.0 too)
- python 3.6.5
- Ubuntu 16.04
My Selenium scripts works great to all websites i wrote for, but 5 days ago i tried to scrape a specific website which came to my mind (link) and it fails loading the actual web page right after the driver initialization.
I constantly getting a blank page:
i made sure the web page exists and it loads flawlessly when i surf with my firefox browser.
Can somebody shed some sunlight on this mystery? i have no clue and dug into the geckodriver.log but haven't noticed the root cause for this issue.
Any suggestion how to investigate or resolve this?