WinAppDriver
WinAppDriver copied to clipboard
Not able get elements inside "ControlType:UIA_PaneControlTypeId (0xC371)",LocalizedControlType: "pane"
Please help me identify the Elements inside
ControlType: UIA_PaneControlTypeId (0xC371) LocalizedControlType: "pane"
You have accessibility ID and name. Why do you want to use control type?
@anunay1
Attached Screen shot is of panel, Inside the Panel - i have few controls. But, on try to inspect those controls, not identifing and idnetifing only Main Panel details not inside controls.
@MuraliKrishna-BS did you try .FindElementByXPath("//*[AutomationId='ctsAssignFlights']/*)
Child of element with AutomationId. There are other axis too