I need to get absolute Xpath and not the relative one.
I need something like this:
html/body/div[1]/section/div[1]/div/div/div/div[1]/div/div/div/div/div[3]/div[1]/div/h4[1]/b
On both browsers when I inspect the code and I use right click -> copy XPath I am getting the relative Path.
Any tool or plugin available to get absolute path.
Please note, I am using selenium webdriver.