We're using WinAppDriver through Appium for performance testing. The scenario is opening the app under test 3 times, and calculating the average startup time. After closing the app and try to launch ...
is it possible to pass the MS UI Automation commands via WinAppDriver? something similar on how are are doing that in web with: driver.executescript(JS command) but in our case we want to pass MS UI ...