aquality-appium-mobile-java
aquality-appium-mobile-java copied to clipboard
Configuration: Use 'app' capability instead of 'applicationPath'
'app' capability fully cover what we have done in applicationPath, so need to mark all related methods as deprecated
implemented in dotnet: https://github.com/aquality-automation/aquality-appium-mobile-dotnet/pull/25
we still might need access to getApplicationPath() methods for some reason, so better just to use applicationPath for this purposes, same as was implemented in dotnet