11-26-2010, 05:43 AM
Hi..
If you want to know drop down list is visible to end user..
u can use..
if Drop Down list available on page it returns "True" other wise It returns "False".
then check
Hope this solves u r issue..
Please let me know if u have any doubts..
Thanx
If you want to know drop down list is visible to end user..
u can use..
Code:
list = Browser(..).Page(..).WebList(..).Exist
if Drop Down list available on page it returns "True" other wise It returns "False".
then check
Code:
If list = true then
test pass
else
test fail..
Please let me know if u have any doubts..
Thanx