Open tomjackman opened 3 years ago
Automation properties are not implemented for the controls. That is the reason you get automation ID as null.
Automation properties are not implemented for the controls. That is the reason you get automation ID as null.
They all have automation id's when using inspect.exe.
Can you share what is shown in inspect
@anunay1 Window is a bit cropped as it's a private app.
Did you figure out the issue on this?
I have the same problem, anyone figured this out? I also tried to use Appium Inspector and Title Bar is all it can see. But I can see the elements in Windows Inspect...
I have the same problem, anyone figured this out? I also tried to use Appium Inspector and Title Bar is all it can see. But I can see the elements in Windows Inspect...
What kind of application is it? Win32, wpf or UWP.
Hello, I figured it out. My app is WPF application. I use Appium server the same way as described here https://github.com/microsoft/WinAppDriver/issues/1692#issuecomment-1066565875, because I had the same problem as in the thread and I could not downgrade Selenium. I saw only title bar in Appium inspector, but what helped was running Appium inspector as administrator. Then I could see all the elements in my app. And similarly, running Appium server as admin, then my test works again (only Actions do not work, for example right click, but I think that is already known issue https://github.com/appium/appium/issues/16268).
Hello, I figured it out. My app is WPF application. I use Appium server the same way as described here https://github.com/microsoft/WinAppDriver/issues/1692#issuecomment-1066565875, because I had the same problem as in the thread and I could not downgrade Selenium. I saw only title bar in Appium inspector, but what helped was running Appium inspector as administrator. Then I could see all the elements in my app. And similarly, running Appium server as admin, then my test works again (only Actions do not work, for example right click, but I think that is already known issue https://github.com/appium/appium/issues/16268).
I would prefer to use inspect.exe.
Well it was weird but inspect.exe showed the elements somehow. But only when focus was on them. When I tried to click in the tree of elements, the element was there but its properties were unavailable (aside from title bar). So that was confusing.
Seeing a problem where WinAppDriver only sees the title bar on a private app. All elements (buttons, input boxes) are selectable using inspect.exe.
wdio conf file capabilities
The window source logged
Any ideas?