mszeles / selenideium-element-inspector

A handy tool to log attributes and Selenide, Selenium locators of the clicked element
GNU General Public License v2.0
10 stars 4 forks source link

element.parentNode return null incorrectly #3

Open mszeles opened 2 years ago

mszeles commented 2 years ago

Input: Install the plugin Open https://profile.w3schools.com/signup Click on Log in button

Symptom: Insted of getting the CSS selector I get Uncaught TypeError: Cannot read properties of null (reading 'nodeType')

Acceptance Criteria: The CSS selector should appear on the console