Finding Elements
XPaths
Inspect Element
Copy XPath
You get:
//*[@id="id"]/tag/anothertag
Remove star and find last tag and insert it at the front of XPath:
Clicking
Get all links on page
Last updated
Inspect Element
Copy XPath
You get: //*[@id="id"]/tag/anothertag
Remove star and find last tag and insert it at the front of XPath:
Clicking
Last updated