https://testautomationu.applitools.com/automating-in-the-browser-using-javascript/
Reference :
Inspect
Elements
tab, there will be DOM for us to use to inspect the web element.CSS Selector
or Xpath
that can be used to find the element.
HTML
and CSS
for use to create unique CSS selector
or xpath
so that our locators is not fragileSources
> Page
, and ther will be source code for the page and you can see the CSS file and get the exact CSS selector that you want