08-16-2011, 06:12 PM
Try this
If that doesn't work you could have a frame missing from the tree. I would then try removing the page object and just use the Browser object and the WebEdit object. [This is what I do].
Code:
Browser("title:= Login").Page("title:= Login").WebEdit("html tag:=INPUT").Set "subha@gmail1.com"
If that doesn't work you could have a frame missing from the tree. I would then try removing the page object and just use the Browser object and the WebEdit object. [This is what I do].