Forum Discussion
anna_v
Staff
13 years agoHi,
Well, you need to combine the Name Mapping functionality with the function from which we start the conversation. I guess, it should be something like this:
...
props = Array("tagName", "innerText")
values = Array("A", "This is a link6")
' Find an object that corresponds to the specified criteria
Set link = Aliases.iexplore.pageChild.table.FindChild(props, values, 10)
link.Click
...
I hope this helps.
Ann