07-25-2012, 12:44 PM
This works fine -
I am nto able to understand your query..could you please elablorate..
Code:
User = "AB"
call Login(User)
function Login(User)
Browser("Main Page").Page("Login").Webedit("userName").Set User
Browser("Main Page").Page("Login").WebButton("Login").Click
End Function
I am nto able to understand your query..could you please elablorate..