12-02-2011, 02:26 AM
I am having issues finding links. Sometimes, my code seems to find links every time. The next time I run my script, the same or different links are not found. On a third run some links are found while other previous found links are not being found.
Is there a better way to always look for a link that I will “Click”.
Such as using:
see attachment
;-)
Is there a better way to always look for a link that I will “Click”.
Such as using:
Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("html tag:=" & "A", "innertext:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Exist(2) Then
Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link(("html tag:=" & "A", "innertext:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Click
see attachment
;-)