appium / appium-windows-driver

Appium's interface to WindowsAppDriver provided by Microsoft
Apache License 2.0
125 stars 35 forks source link

Does Windows driver support Kotlin Multiplatform auto test and find elements? #272

Open DenisEvdokumov opened 1 month ago

DenisEvdokumov commented 1 month ago

I run the Kotlin Multiplatform application on Windows by Appium inspector but can not select any elements on the screen. Only see the full-screen class name SunAwtCanvas. On the android platform, the UiAutomator driver works fine. Design is written by compose for both platforms.

xmlSource.txt

KazuCocoa commented 1 month ago

This driver depends on https://github.com/microsoft/WinAppDriver; thus, checking the same question in the repository might help.

I think checking with https://github.com/FlaUI/FlaUI.WebDriver might also help.