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&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       View All Answers


Please Help Members By Posting Answers For Below Questions

Description.Create

2162


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1444


about vb scripting programs this type of all question& answers

1697


How will you convert a string to upper case string using vbscript?

560


What are the rules to name variable in vbscript?

587






Explain the adodb.stream class?

549


How to Import data from a file (file is on the desktop) to the data table

1562


1. How do declare public variable in vb scripts?

1579


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

1756


What is the purpose of the err object in the vbscript language?

630


What are string functions in vbscript?

658


How to Convert Hex color code to color name in VB Script?

3934


What are class variables?

620


How can constants be declared in the vbscript language?

553


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

12902