Home > database >  Why is a special cookie-banner not displayed in the Selenium-chromedriver test software?
Why is a special cookie-banner not displayed in the Selenium-chromedriver test software?

Time:12-29

For a web-test i call an online-shop which uses a special GDPR-cookie-banner. When I call this online store in a normal chrome browser, it is loaded and displayed.

However, when I call this online store with the test software (chromedriver, Selenium, Python), it is loaded but not displayed.

What is the reason and what can I do to display this banner?

Online-shop: enter image description here

Browser snapshot with webdriver:

enter image description here

CodePudding user response:

Not sure why you won't see the special GDPR-cookie-banner. But when I access the GDPR

  • Related