08-21-2009, 02:35 AM
Hi,
I am trying to record and get data from a FlexDataGrid on an application.
The grid contains rows and columns, with each row being a FlexBox.
Inside the flexBox, each cell of the row has either flexlabel or flexbutton.
My goal is to get the text on these lables and buttons.
How can I get to this text? this is the grid.
how can I iterate through this datagrid and get cell data?
it does not have a property GetCellData.
any suggestions will be appreciated. This is urgent.
thank you.
I am trying to record and get data from a FlexDataGrid on an application.
The grid contains rows and columns, with each row being a FlexBox.
Inside the flexBox, each cell of the row has either flexlabel or flexbutton.
My goal is to get the text on these lables and buttons.
How can I get to this text? this is the grid.
Code:
Browser("Page").FlexApplication("App").FlexContainer("index:52").FlexBox("box1").FlexBox("box2").FlexDataGrid("grid").
how can I iterate through this datagrid and get cell data?
it does not have a property GetCellData.
any suggestions will be appreciated. This is urgent.
thank you.