04-21-2014, 09:51 PM
(This post was last modified: 04-21-2014, 10:34 PM by poojaarora014.)
Hi,
Thanks for your reply, I understood your way to capture the attribute values.
but issue is with selecting the attribute values, I am still not able to select the values from the web element dropdown.
Please suggest me some solution.
Thanks,
Pooja
Hi Basanth,
My code with webtable is :-
Then I used SendKeys methed and Set, none of them work.
I tried with setting the innertext directly too as:
Even I tried with SetROProperty method too.
Please suggest me some solution.
Thanks,
Pooja
Thanks for your reply, I understood your way to capture the attribute values.
but issue is with selecting the attribute values, I am still not able to select the values from the web element dropdown.
Please suggest me some solution.
Thanks,
Pooja
Hi Basanth,
My code with webtable is :-
Code:
Set rowNum=Browser().Page().Webtable().GetRowWithCellText(ColumnNameAttribute)
Browser().Page().Webtable(properties,"rows:=rowNum","cols:=2").Click
Then I used SendKeys methed and Set, none of them work.
I tried with setting the innertext directly too as:
Code:
AttributeObject.Object.innertext="Value"
Even I tried with SetROProperty method too.
Please suggest me some solution.
Thanks,
Pooja