microsoft / WinAppDriver

Windows Application Driver
MIT License
3.67k stars 1.4k forks source link

How to get and set values in ComponentOne Flex Grid? #1375

Open amitgarg121 opened 3 years ago

amitgarg121 commented 3 years ago

Hi, We have a ComponentOne Flex Grid (C1.Win.C1FlexGrid.C1FlexGrid) in our .Net Desktop application. inspect.exe tool is able to identify the grid but not the internal rows and columns. The rows has cells containing text boxes and list boxes.

How can we set and get values in row's edit box and combo boxes using WinAppDriver? Tried lot of google but not able to find anything. We are able to work on same grid using UFT (MicroFocus Automation Tool). It provides methods like SetCellData and GetCellData to work on Cells of Grid. Is there similar solution we have using WinAppDriver ?

anunay1 commented 3 years ago

If inspect is not able to identify the elements then win apps driver will not work