Posts: 26
Threads: 15
Joined: Apr 2012
Reputation:
0
04-24-2012, 05:27 PM
hi all
please any one help me for this
how to get the text of the particular web element
PFA ill descriped
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
04-24-2012, 05:43 PM
Hi,
Use GetRoProperty.
Regards,
Sankalp
Posts: 26
Threads: 15
Joined: Apr 2012
Reputation:
0
04-25-2012, 01:59 PM
sorry for wrong update
please give idea for this webelement
please find the attachment here
Attached Files
Image(s)
Posts: 83
Threads: 28
Joined: Mar 2008
Reputation:
0
04-25-2012, 05:17 PM
1) First count Number of Tables are available in A page.
2) Identify 'Other Information' Table index
3) Get the corresponding cell value with the help of Row and Col number in 'Other Information' table
Ex: obj.getcelldata(3,2) '3rd row and 2' column