i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?
Answer Posted / arun mohapatra
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 |
Post New Answer View All Answers
Illustrate briefly about the different types of statement
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
how to automatically update the sql server2005 database records when insert in vb6?
How can the spaces from the string be removed?
How you can call vbscript functions?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
Can anyone send me a vb script function for verifying the functionality of active links on a web page
How will you compare two strings in vbscript?
What is dictionary object in vbscript? Explain?
How will you convert a given number to long in vbscript?
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..
Which operator can be used to change the value of the operand or change the state of the condition?
What are the data types supported by vbscript?
How to open browser in vb script?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?