i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?
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 |
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What is string concatenation function in VBScript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
write a vb script to display the size of the folder,date created and name of the folder
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Is vbscript a case-sensitive or case-insensitive?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Explain the filter expression?
What are the different types of operators and their order of precedence?
How can I access an object in another frame?
What is variant in vb script?
Which is the default Data types in VBScript?