xPath Finder
Malware Detected
This extension has been flagged as potentially malicious.
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-17.
help you easily extract, edit, and evaluate xPath In DevTools. 1. First, you need open developer tools panel (Press F12) 2. Then…
help you easily extract, edit, and evaluate xPath In DevTools.
1. First, you need open developer tools panel (Press F12)
2. Then you will see xPath Finder tab and switch to it
3. now, you can enter xPath in xPath Finder panel or right click on element and choose "Get xPath"
V1.0.2
Add enable Context Menu function.
Latest reviews
Tôi không thể dùng, khí chọn chuột phải có vòng đỏ ngoài mà không hiện code lên.
非常棒,之前一直在360浏览器里使用,谢谢大佬
Sosososo many bugs,how does this product get online?
Не работает
not working
Good
不管用
"The file or directory could not be found." uninstalling
"The file or directory could not be found." uninstalling
Very good one. To get relative xpath follow the below steps: 1. Find the absolute xPath 2. Look the code from the end and cut where starts /input[******] or /select (whatever the element type) and paste it on the query with //. [Ex: //input] 3. Check whether it is finding the correct element. 4. If not, take from /table and paste it in query. [Ex: //table] Hope this works fine if absolute xpath is very lengthy.