10-23-2009, 11:59 AM
Hi,
I have one text field which having properties are type=text, name=Name, html tag=Input,...
i want to fetch all these properites in to a single variable m
this is the way i have tried but some how i am able to get the first property mentioned in getro porperty
my requirement is like this
m=text,name,Input (we can use any delimiter,,,,)
Thanks in advance,
Venkat.
I have one text field which having properties are type=text, name=Name, html tag=Input,...
i want to fetch all these properites in to a single variable m
Code:
m=Browser("xxxx").Page("xxxxx").Frame("main").WebEdit("Name").GetROProperty("type","name")
my requirement is like this
m=text,name,Input (we can use any delimiter,,,,)
Thanks in advance,
Venkat.