07-24-2009, 12:54 PM
Hi Ritu,
You can send a value to a html property by using & symbol.
_____________
______________
But I dunno how to use more than one property (like using html tag and html id, that u hav used in your LOC) in descriptive programming. If anybody know, Please let me know.
Thanks,
You can send a value to a html property by using & symbol.
_____________
Code:
name = "Login"
Browser("name:=name").Page("page:=p").webbutton("name:="&name).click
But I dunno how to use more than one property (like using html tag and html id, that u hav used in your LOC) in descriptive programming. If anybody know, Please let me know.
Thanks,