document.querySelector() returns null for an existing element
I have issues selecting certain elements on a specific web page, querySelector returns null unless I first go through one of the parent element.
I have issues selecting certain elements on a specific web page, querySelector returns null unless I first go through one of the parent element.