Can someone tell me which is the better statement?
or should I use:
and what the +/- for each statements?
Not sure how to better proceed.
thx
Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("name:="& ReportName, "Visible:=True", "abs_x:="& absX, "abs_y:="& absY).Exist(0) Thenor should I use:
Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("name:="& ReportName, "Visible:=True", "abs_x:="& absX, "abs_y:="& absY).GetROProperty("visible") Thenand what the +/- for each statements?
Not sure how to better proceed.
thx

