Skip to content
Advertisement

JavaScript Error Element is null: while interacting ShadownDom element

I am writing code in Javascript to automate the website https://www.fashionette.co.uk/. I have to use cookies when the user lands on the page for the first time

I am writing the following code to get cookies:

JavaScript

it locate element in browser correctly:

enter image description here

But In Intellij it gives me error:

JavaScript

enter image description here

Advertisement

Answer

If you are using Java create a browser instance and find elements:

JavaScript

If you are using JavaScript change your into:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement