What are the tools available that we can use to inspect the web elements as well as create xpath for web elements?
Asked
Active
Viewed 317 times
0
-
1For mozila you can use the FirePath (https://addons.mozilla.org/en-US/firefox/addon/firepath/) plugin. Its very userful to get the absolute xpath of the specific tag. – Hiten Feb 14 '18 at 10:03
-
w3schools + developer tools :) https://www.w3schools.com/xml/xpath_syntax.asp – lauda Feb 14 '18 at 10:15
2 Answers
0
You can use firebug and Firepath in Firefox for firefox below 54 and xpath helper in Chrome

iamsankalp89
- 4,607
- 2
- 15
- 36
0
In chrome, you can just paste the xpath to find the element.

Thom A
- 88,727
- 11
- 45
- 75

Weakipedia
- 38
- 1
- 6