Hi,
I am new to Ranorex and Automating Silverlight applications. I am supposed to automate clicking on a row in the the Datagrid based on its column value. Below are some details of the Datagrid
Ranorex Path: /dom[@domain='00.00.000.00']/body/form/div[@id='silverlightControlHost']/object/form/tabpagelist[6]/tabpage/table[@automationid='dg_Files']
AutomationID: dg_Files
ClassName:DataGrid
Frameworkid:Silverlight
IsContentElemet True
IsControlElement True
Can someone please guide me on how to instantiate the data grid and access elements in that