microsoft / WinAppDriver

Windows Application Driver
MIT License
3.66k stars 1.4k forks source link

Does WinAppDriver support Appium PushFile and PullFile ? #898

Open mike140588 opened 4 years ago

mike140588 commented 4 years ago

Using the Appium dot net driver plug in to Visual Studio 2019, the following c# results in a WinAppDriver unknown command error on the machine under test:

Session.PushFile("C:\temp\hello.txt", "hello");

screenshot

licanhua commented 4 years ago

I don't think so. SupportedAPIs.md only supports Appium/app/launch and app/close

hassanuz commented 4 years ago

WinAppDriver does not support this at this time. Labeling as a possible enhancement to look into in the future.