Forum Discussion

rkmr7890's avatar
rkmr7890
New Contributor
8 years ago

How to click a Button in flex data grid

I have Flex Data Grid with a button , check boxes and list boxes,Unable to access those objects from data grid object.

By using recode i got below code.here the securelink button object idetifier keep on changing.

 

DataGrid.securelinkbutton(52).click

 

Could you please help on this

2 Replies

  • YuriPeshekhonov's avatar
    YuriPeshekhonov
    SmartBear Alumni (Retired)

    Hi,

     

    I suggest that you map this button using the Name Mapping feature. Please refer to the "Name Mapping" section for the detailed information. You need to map the object using the properties which uniquely identify it. After that, you will be able to address this object by the mapped name. I hope this helps.