sanj
8 years agoSuper Contributor
using xpath from chrome
Has anyone else had issues with using xpath from chrome? For eg when I try the following: //*[@id="backgroundTable"]/tbody/tr/td/table/tbody/tr/td/table[4]/tbody/tr/td/table[4]/tbody/tr/td/table/tb...
- 8 years ago
Ok I found out what was the difference:
I should have waited a few min and tried some stuff out
//html[1]/body[1]/table[1]/tbody[1]/tr[1]/td[1]/table[1]/tbody[1]/tr[1]/td[1]/table[5]/tbody[1]/tr[1]/td[1]/table[4]/tbody[1]/tr[1]/td[1]/table[1]/tbody[1]/tr[1]/td[1]/h3[1]
it should be an array instead of just h3
I found the xpath that soap ui needs by going onto outline view and getting the xpath