write script to open Gmail.com, and to write script for
entering username and password and show whether the result
as pass or fail
Answer Posted / b.v.raghavendra babu
systemutil.Run "iexplore.exe" , "http://www.gmail.com"
browser("name:=Gmail").page("title:=Gmail").Sync
browser("name:=Gmail").page("title:=Gmail").webedit("name:=Email").Set "raghavendrababu"
browser("name:=Gmail").page("title:=Gmail").webedit("name:=Passwd").Setsecure "52b8097da3e1d1b557575738826"
browser("name:=Gmail").page("title:=Gmail").webbutton("name:=Sign in").Click
browser("name:=Gmail - Inbox").page("title:=Gmail - Inbox").Sync
browser("name:=Gmail - Inbox").page("title:=Gmail - Inbox").Link("name:=Compose Mail","x:=18","y:=155").Click
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what is loose binding? Why is it not a good practice to use it?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Can automation testing find ssame no. of bugs what we can find by manual testing?
what do you mean .ota mobile format
What is the difference between vbscript and vba?
Difference between dim,public and private variables in vb script?
Explain the functionality of vbscript?
How to Enter Values on the Command promt using VB script
Is vbscript language a case-sensitive language and what does it mean?
Mention what is the use of option explicit in vbscript?
how to increasing the numbers in a given text box please write a vb script
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
How to capture a runtime error in vbscript?
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?