Search code examples
firefoxxpathfirebugrelative-pathfirepath

In Firefox xpath not showing detail (relative) xpath for any element


Firefox not showing relative xpath for any element. I am using Firefox version 56.0(32 bit)


Solution

  • There has a problem with the latest version of Firefox(56.0).You need to downgrade your firefox for the version to solve this.Alternatively, you can use chrome to verify XPath

    You can copy xpath: enter image description here You can open a Console in Chrome, and check the XPath by typing $x("your_xpath_here"). This will return an array of matched values. If it is empty, you know there is no match on the page.

    For example: enter image description here