Hi,
for this question
How can we check the specific object is visible or not
i have a one date field in application if it finds that field in application then it will display as "Pass" if it not identifies then it will display as "Fail"
And if u still have any doubts please let me know what is the difference between hidden and visible w.r.t your view so that we can solve ur issue...
Reards,
Venkat.Batchu
for this question
How can we check the specific object is visible or not
i have a one date field in application if it finds that field in application then it will display as "Pass" if it not identifies then it will display as "Fail"
Code:
If Browser("xxxxxxxxx").Page("xxxxxxx").Frame("main").WebEdit("p_date").Exist Then
msgbox "Pass"
else
msgbox "Fail"
End IfAnd if u still have any doubts please let me know what is the difference between hidden and visible w.r.t your view so that we can solve ur issue...
Reards,
Venkat.Batchu

