Winium.Desktop icon indicating copy to clipboard operation
Winium.Desktop copied to clipboard

Unable to enter text in data Grid

Open raveendaranugu opened this issue 5 years ago • 1 comments

Hi , I am trying to enter text in the Data grid which is having the property ClassName=MSFlexGridWndClass but I couldn't able to perform any action on it.. Our application is Old legacy desktop app which is based on VB6. ControlType "Pane" is not even expandable so I couldn't even get more properties for the elements/fields under that Grid.

image

image

raveendaranugu avatar Jun 05 '19 09:06 raveendaranugu

use the parent child hierarchy to trace and do action to any element.

if the direct find element not helps try with parent element.

Eg: driver.find_element(parent_datagrid).find_element(child)

nananand7 avatar Jan 30 '20 09:01 nananand7