i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?



i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even..

Answer / 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&ltmpl=default&ltmplcache=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

More VB Script Interview Questions

What's the difference between vbscript and vb.net?

0 Answers  


sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap

4 Answers  


find the length of the string without using length function?

4 Answers   CSS Corp,


What are the uses of vb script?

0 Answers  


how to delete folder test3,test4 and test5 using vbscript?

2 Answers  






how to write function to validate the number of characters entering into the text box?

2 Answers   TCS,


write a vbscript for traffic signal

1 Answers  


When does ‘on click of button’ event gets triggered in the vbscript language?

0 Answers  


what is the standards used for writing the script in QTP

0 Answers  


what do you mean .ota mobile format

0 Answers  


I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.

0 Answers  


am giving to one number u can set into that in date format.u can use any methods

1 Answers   HP,


Categories