06-26-2015, 12:31 AM
in Function library function
associate the function to script and use below line to call the function
Code:
public fuction gmaillogin(username,password)
.................
.....................
End function
Code:
sUserName = "email id"
sPassword ="xxxx"
Call gmaillogin(sUserName,sPassword)