Thanks for the idea Luke and Vishal.
As with what Ashok posted, I tried several variations of this using
the IDE, but when clicking the Find button it says it could not find
the locator. Here is what I tried:
(//div[text()='View Transactions'])[2]
//(div[text()='View Transactions'])[2]
//div([text()='View Transactions'])[2]
I was not aware you could use parentheses in an XPath like this. Now
maybe my using the IDE, which would be using RC methods, is at fault
here. Is it possible that WebDriver would be able to handle this, but
RC would not?
Mike