Search found 2 matches

by zpeach
Mon Jul 02, 2012 5:04 pm
Forum: Automation Tools
Topic: traversing the xpath with relationships
Replies: 6
Views: 3874

Re: traversing the xpath with relationships

Here is what I am trying to do, find the following from path B (tr[2]/td[1]/tag[1]/table/tbody/tr/td[3]/tag[@innertext='Left Wing']) and use it to locate the image in path A because the two have this in common (/dom[@domain='10.2.xx.20']//table[#'isc_B1table']/tbody/tr[2]/) Seems to me with one of R...
by zpeach
Mon Jul 02, 2012 7:20 am
Forum: Automation Tools
Topic: traversing the xpath with relationships
Replies: 6
Views: 3874

traversing the xpath with relationships

I need some help traversing the xpath using relationships without using the repository. Please provide example code that will select the image based on the cousin's (sibling, uncle, step-sister, mother's brother's girlfriend, ..joking.. etc) innertext How do I do the following using code? My goal is...