07-21-2013, 12:48 AM
Try the below code:
There should not be any extra spaces between property and Value.
Code:
If Browser("name:=Welcome to Bugzilla").Page("title:=Welcome to Bugzilla").Link("test:=Log In","visible:=true").Exist(10) then
Call Fn_ParameterizeTest
else
Call fn_Logout
End If
There should not be any extra spaces between property and Value.
Thanks,
SUpputuri
SUpputuri