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.
帮助您轻松地提取,编辑和分析XPath, 在开发者工具面板里。 1. 首先, 您需要先打开开发者工具面板 (按F12) 2. 在开发者面板里,您将会看到"xPath Finder"选项卡,打开它 3. 现在,您可以在xPath…
帮助您轻松地提取,编辑和分析XPath, 在开发者工具面板里。
1. 首先, 您需要先打开开发者工具面板 (按F12)
2. 在开发者面板里,您将会看到"xPath Finder"选项卡,打开它
3. 现在,您可以在xPath Finder面板里手动输入xPath,或者在页面里点击鼠标右键选择"Get xPath"
V1.0.2
添加恢复右键菜单功能
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.