WinAppDriver
WinAppDriver copied to clipboard
driver.page_source returns wrong screen elements tree
The driver.page_source which I am getting on screen are:
<?xml version="1.0" encoding="utf-16"?><Pane AcceleratorKey="" AccessKey="" AutomationId="" ClassName="" FrameworkId="Win32" HasKeyboardFocus="False" HelpText="" IsContentElement="True" IsControlElement="True" IsEnabled="True" IsKeyboardFocusable="False" IsOffscreen="True" IsPassword="False" IsRequiredForForm="False" ItemStatus="" ItemType="" LocalizedControlType="pane" Name="" Orientation="None" ProcessId="0" RuntimeId="42.25038568" x="0" y="0" width="0" height="0" />
I have no idea where they are coming from.
desire capabilities:
app = C:\Arial\Arial.exe
winAppDriverHost = 127.0.0.1:4723
platformName = Windows
platformVersion = 10
appWorkingDir = C:\Arial
automationName = Windows
Thanks