Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are the 2 ways to pass a value to the function?

1008


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1891


If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

1025


Mention what is the main difference between function and sub-procedure?

1104


Can automation testing find ssame no. of bugs what we can find by manual testing?

2023


Which operator is used to concatenate the 2 values in the vbscript language?

1045


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

1049


What is the technology used by vb script?

1014


what types of bugs will we find out in banking projects for automation testing?

2282


How to declare an array in vbscript?

1409


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

2548


Explain about vb script?

1267


How will you release the memory acquired by an array variable in vbscript?

1272


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

2187


How to get the length of the string by making use of the string function?

1125