Shilpi K
Shilpi K

Reputation: 1

Do we have any alternative of finding x-path for selenium after discontinuation for firebug and firepath?

As we all know that firebug and firepath has been discontinued. Does any one have any alternative of finding X-path like firebug and firepath??

Upvotes: -2

Views: 302

Answers (1)

iamsankalp89
iamsankalp89

Reputation: 4739

You can use xpath helper and Relative XPath Helper for Chrome and firefox

For firefox you can also use : WebDriver Element Locator

https://addons.mozilla.org/en-us/firefox/addon/element-locator-for-webdriv/

Upvotes: 2

Related Questions