Running 16.5 Silktest using 4test with the open agent.
I have a window open that may have 0-XXX duplicate entries in a table.
For this issue, let's say I have 3 entries as follows:
Entry 1 is identified as //span[@textContents['foo']
Entry 2 is identified as //span[@textContents['foo'][2]
Entry 3 is identified as //span[@textContents['foo'][3]
Now I have a new window on top of the existing window and inside the new window I have //span[@textContents['foo'][4].
I need to get at //span[@textContents['foo'][4]. Of course, it may not be [4], but it will always be one more than what is in the window behind it.
Is there an easy way to do this?
Thanks,
Phil