Search found 1 match

by Grumish
Tue Oct 17, 2017 12:45 pm
Forum: General XML Questions
Topic: XPATH with a table and containing keyword
Replies: 1
Views: 1823

XPATH with a table and containing keyword

Hi guys, I have few tabs in my html and one of these tabs contains a table. Problem is that the position of specific tab changes. Normally I would use for example: //div[@id='TabbedPanels1']/div/div[6]/table/tbody/tr[2]/td[3] as in this case the tab im interested in is 6th from left (div[6]). But no...