Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get selected childitem in webtable?
#1
Not Solved
Hi,

In web application, webtable (wbfgrid) is displayed with 5th column containing 7 different values in non-editable boxes. QTP identifies these as 'WebElement'.
I have selected one of the values (which is highlighted in blue after selection) in each row.
Now I want to fetch the selected value. But I am not finding any distinguishing property between selected and non-selected value.

Following snippet of code is tried to fetch the webelement value

Code:
Set myWebTable = browser("title:=.*").page("title:=.*").wbfgrid("html id:=.*Grid")
a = myWebTable.ChildItem(2, 5, "WebElement", 0).getroproperty("innertext")
Please help

Thanks
Rupali
Reply


Messages In This Thread
How to get selected childitem in webtable? - by rupali0205 - 02-07-2012, 11:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SWF grid is identified by QTP as swfobject - how to access a childitem of a cell?? raparthiqa 0 5,022 02-05-2015, 01:47 PM
Last Post: raparthiqa
Question How to write “blindly” to whatever object is selected D2010 4 3,751 08-04-2010, 03:29 PM
Last Post: D2010

Forum Jump:


Users browsing this thread: 1 Guest(s)