Relative Content

Tag Archive for pythonselenium-webdriverautomationselenium-chromedriverbots

Selenium WebDriver Click Leads to White Page Instead of Expected Content

I am using Selenium WebDriver with Chrome to automate interactions on a website. My script successfully clicks a button on the page, which is expected to navigate to a new page. However, instead of showing the expected content, the browser displays a white page. But i am sure that it clicks the correct button because after the click, the website link changes to the one of the new page it is supposed to go to. The only problem is that the screen stays white.

Selenium WebDriver Click Leads to White Page Instead of Expected Content

I am using Selenium WebDriver with Chrome to automate interactions on a website. My script successfully clicks a button on the page, which is expected to navigate to a new page. However, instead of showing the expected content, the browser displays a white page. But i am sure that it clicks the correct button because after the click, the website link changes to the one of the new page it is supposed to go to. The only problem is that the screen stays white.