i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?
Hi, here is solution from my side..if any other please post here too...This is descriptive programming using vbscript in QTP..but this is for login into gmail
invokeapplication "C:\Program Files\Internet Explorer\iexplore.exe https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1<mpl=default<mplcache=2&from=login"
wait(10)
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "enter ur username"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Passwd").Set "enterurpassword"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebButton("Sign in").Click
| Is This Answer Correct ? | 3 Yes | 0 No |
after medical test,when will be the police verification
how to write vb script code for login gmail page by using notepad and how to run script in notepad
write a vb script to display 3*3 matrix
how to add the shared repository file to the script file while running the script manuall
VBscript for QTP,best tutorial?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What are events in the vbscript language?
i need to sort the data using qtp script for this how i need to write a qtp script
Write a Script for ATM in QTP
Mention when to use function procedures and what are its characteristics?
What is the use of the recordset object and which statement is used to create such an object?
What is Procedure or Subroutine in VB Script?