Appium Inspector doesn't capture the Windows pop up window

119 Views Asked by At

When using Appium + WinAppDriver to write the automation for configurating some Windows settings, we found the Windows pop up window doesn't captured by Appium Inspector on Windows 11 machine. enter image description here

It can be captured on Windows 10 machine.

What tried: We tried find this item with its Name in code, but it cannot be found:

SettingsSession.FindElementByName("Windows Media Player Legacy").Click();

Expected: We want the code can run on both Windows 10 and Windows 11 to select one item in the pop up window. How can we capture it with Appium + WinAppDriver on Windows 11?

0

There are 0 best solutions below