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
Write a code to print numbers from 5 to 0?
i need to sort the data using qtp script for this how i need to write a qtp script
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Both Static and dynamic arrays are handled by VB script. Is it true?
What are keywords in the vbscript language?
How to create a function in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain about scrrun.dll in vbscript?
What is the purpose of the err object in the vbscript language?
What is the use of the date function in the vbscript language?
Explain about vb script?
filter the array values without using filter function?
How are comments handled in the vbscript language?
Mention what is vbscript procedures?
Mention what is select case statement?