This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Appium] Welcome to Appium v1.10.0 | |
[Appium] Non-default server args: | |
[Appium] address: 127.0.0.1 | |
[Appium] Appium REST http interface listener started on 127.0.0.1:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"app":"/Users/apple/Documents/AndroidiOSBuilds/GammaPracticeApp/3.9.0GA/CK12-debug-gamma-3.9.0.254815.apk","appPackage":"org.ck12.app.practice","recreateChromeDriverSessions":true,"noReset":true,"deviceName":"Nexus5","nativeWebTap":true,"appActivity":"org.ck12.app.practice.MainActivity","chromedriverExecutable":"/Users/apple/Desktop/ChromeDriver/44/chromedriver","newCommandTimeout":1000,"autoLaunch":true,"autoWebview":"true","platformName":"Android"}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/apple/Documents/AndroidiOSBuilds/GammaPracticeApp/3.9.0GA/CK12-debug-gamma-3.9.0.254815.apk","appPackage":"org.ck12.app.practice","recreateChromeDriverSessions":true,"noReset":true,"deviceName":"Nexus5","nativeWebTap":true,"appActivity":"org.ck12.app.pr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Mon Dec 24 12:43:07 on ttys003 | |
apple@apples-MacBook-Pro ~/Downloads | |
$ appium -a 127.0.0.1 -p 4723 --session-override --nodeconfig /Users/apple/Documents/selenium/android.json --chromedriver-executable /Users/apple/Desktop/Chromedriver/44 | |
[Appium] Welcome to Appium v1.10.0 | |
[Appium] Non-default server args: | |
[Appium] address: 127.0.0.1 | |
[Appium] sessionOverride: true | |
[Appium] nodeconfig: /Users/apple/Documents/selenium/android.json | |
[Appium] chromedriverExecutable: /Users/apple/Desktop/Chromedriver/44 | |
[Appium] Unable to load node configuration file to register with grid: ENOENT: no such file or directory, open '/Users/apple/Documents/selenium/android.json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Sat Dec 22 12:36:36 on ttys003 | |
^R | |
apple@apples-MacBook-Pro ~/Downloads | |
$ appium -a 127.0.0.1 -p 4723 --session-override --nodeconfig /Users/apple/Documents/selenium/android.json --chromedriver-executable /Users/apple/Desktop/Chromedriver/44 | |
[Appium] Welcome to Appium v1.7.1 | |
[Appium] Non-default server args: | |
[Appium] address: 127.0.0.1 | |
[Appium] sessionOverride: true | |
[Appium] nodeconfig: /Users/apple/Documents/selenium/android.json | |
[Appium] chromedriverExecutable: /Users/apple/Desktop/Chromedriver/44 |