Xpath0r chrome extension

Version: 1.5.0
Xpath0r
Get robust relative xpaths
0.00 Based on 0 user rates

What is Xpath0r?

Xpath0r is a developer tools chrome extension. it's a free extension , it has 25 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 3354 days ago.


What’s new in version 1.5.0?

                When clicking an element on a web page, this extension tries to provide a choice of robust relative xpath expressions which are displayed in the console. It also tries to provide a trust score so that unexperienced people can pick one of the best xpath expressions.

For example, for an h1 element on the page:

81% - //p[contains(@class, "h1")]
58% - //p[@role="heading" and contains(@class, "h1")]
50% - //p[contains(@role, "heading") and contains(@class, "h1")]

Or for a link:

90% - //a[@data-hash-id="skype-for-android"]
87% - //a[contains(@data-hash-id, "android")]
81% - //a[contains(@href, "android") and contains(@data-hash-id, "android")]
79% - //a[contains(@class, "learnMore") and contains(@href, "android")]
79% - //a[contains(@class, "learnMore") and contains(@data-hash-id, "android")]
77% - //a[contains(@class, "showOverlay") and contains(@data-hash-id, "android")]
71% - //a[contains(@href, "download") and contains(@data-hash-id, "android")]
50% - //a[contains(@href, "android") and contains(@data-hash-id, "for")]            

How to install Xpath0r?

You could download the latest version crx file or older version files and install it.


Preview of Xpath0r


Technical Features:

  • Latest Version: 1.5.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Monday, March 2nd, 2015
  • Author: Kevin Bougé

Xpath0r Available languages:

English.


FAQ