AppiumDemo icon indicating copy to clipboard operation
AppiumDemo copied to clipboard

Try Optimus, the most advanced open source mobile test automation framework. The AppiumDemo repo is not being actively maintained. It was created to demonstrate a basic framework setup using Appium. I...

Results 4 AppiumDemo issues
Sort by recently updated
recently updated
newest added

1554126801219 mozrunner::runner INFO Running command: "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\KPENDU~1.ORA\\AppData\\Local\\Temp\\rust_mozprofile.qQaIiX4JAaFt" 1554126804285 Marionette INFO Listening on port 60755 Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create new...

I am getting the below error: org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{app=C:\myWork\development\AppiumDemo\apps\xfinityhome-tps-release-8.22.0.822000__1_.apk, appPackage=com.tps.android, appium-version=1.0, platformVersion=7.0, platformName=Android, deviceName=Samsung Galaxy S7}], required capabilities = Capabilities [{}]...

I have tried 2 ways but both are not working at all, those are: Way 1: ``` By pressRecBtn = By.id("recorderButton"); int x = 353; // x coordinate of device...

Hi, I am trying to execute the flipkart sample project and I am getting the below error: setUp(scenarios.AppiumTest): A new session could not be created. (Original error: Bad app: D:\MyProject\apps\Flipkart.3.0.apk....