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
How will you check that a variable is an array in vbscript?
Explain about constants in vb script?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
regular expression that will recognize a browser as long as its name property starts with mybrowser
Explain about .wsf files?
How will you get a random number between 0 and 1 in vbscript?
What are the disadvantages of vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
What are keywords in the vbscript language?
How should i Create Email invite with server-side Coding?
Explain about operator precedence in vb script?
What are the environments supported by vbscript language?
Explain the adodb.stream class?
write any ttest cases using check points and parameterization
Mention what is vbscript procedures?