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
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Explain about the asc function?
Which object provide information about a single runtime error in a vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How will you get a combined string from array of string in vbscript?
Mention when to use function procedures and what are its characteristics?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
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 will you convert a string to lower case string using vbscript?
Explain the tristate constants in vbscript?
How can you fetch the value of a cookie?
What is vbscript procedures?
what do you mean .ota mobile format
How many types of operators are available in the vbscript language?