Closed bwomsm1 closed 2 years ago
@mykola-mokhnach can you please help with that issue? Thank You!
Problem solved with the following desire capabilities:
app = C:\\AeroScoutEngineManager\\bin\Rte\\EngineManager.exe
winAppDriverHost = 127.0.0.1:4723
platformName = Windows
platformVersion = 10
automationName = Windows
appArguments = ShellLayout.xml ShellCnf.xml
appWorkingDir = c:\\AeroScoutEngineManager\\bin\\Config
The files ShellLayout.xml
and ShellCnf.xml
should be placed in c:\\AeroScoutEngineManager\\bin\\Config
My windows application is being launched with 2 arguments files. I am adding them to the appArguments field in the capabilities, but the app won't launch with them.
Appium version: 2.0.0-beta.24 Running appium from CLI.
This is the code which I am trying to execute:
Appium Logs: https://github.com/bwomsm1/AppiumLogs/blob/master/win_app_appium.log