How to interact with elements those cannot be inspected through css/xpath within google-chrome-devtools
问题 I often encounter elements which I cannot right click to inspect their xpath or css. I want to ask what other ways exist to click on those elements ? 回答1: There are a lot of elements/controls which can't be located within the HTML DOM i.e. you can't right click on the element to inspect their xpath through google-chrome-devtools . The three mostly encountered such elements/controls are as follows: Alert: Alerts are created through JavaScript and you can't find them within the DOM Tree. You