05-16-2012, 03:20 PM
On Compose mail page of gmail, there are 2 Send buttons and when i running
the following code :
It is showing error for identification as 2 send buttons with same properties are present.
Can anybody provide solution to this problem?
the following code :
Code:
Browser("Gmail: Email from Google").Page("title:=Gmail - Compose Mail").WebButton("name:=Send", "html tag:= INPUT", "type:= submit").Click
It is showing error for identification as 2 send buttons with same properties are present.
Can anybody provide solution to this problem?