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


Please Help Members By Posting Answers For Below Questions

How to create a function in vbscript?

586


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3271


Out of the different type of operators, which are evaluated first and last in the vbscript language?

561


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

523


Which in-built function is used to format the number in the vbscript language?

575






Mention the rules for using option explicit statement?

481


Explain sga memory structures?

577


give me any information abou vb script books learn quckly

1657


Explain the scope of the variables using dim, public, and private keywords respectively.

715


filter the array values without using filter function?

1655


What is the use of option explicit statement?

583


Which operator is used to concatenate the 2 values in the vbscript language?

556


How to pass argument by reference to a function in vbscript?

536


What is vbscript language used for and which earlier language is it modeled upon?

529


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

794