Forum Discussion

googleid_105206's avatar
googleid_105206
Contributor
13 years ago

How to Select Spark DataGrid Cells?

Hi ,

I am Working on Flex 4.5 based application using TestComplete 8.6. iam using Mozilla FireFox  version 8.0 .How to  select Spark Data Grid Cells .iam Unable select spark Data Grid Cells .

How to select a single Spark Data Grid cell and Multiple Spark Data Grid Cells.

Please find the attached Screen Shotos.

Please Suggest me. how to handle spark Data Grid Cells.



Thanks,

Vijay

 







  • Hi Vijay,



    If this grid fits the "mx.controls::DataGrid" class, TestComplete can provide special support for it. To learn how to try enabling the support, please see the "FlexDataGrid Object" help topic. If this works, you will be able to manipulate cells using the approaches from in the "Working With Grids" help topic.



    However, if the grid doesn't fit the "mx.controls::DataGrid" class, you'll have to work with your grid using its native members through the FlexObject property.