This file contains 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.8.1 | |
[Appium] Non-default server args: | |
[Appium] address: 127.0.0.1 | |
[Appium] port: 50019 | |
[Appium] Appium REST http interface listener started on 127.0.0.1:50019 | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.1","revision":null}} | |
[HTTP] <-- GET /wd/hub/status 200 23 ms - 83 |
This file contains 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
[info] [Appium] Welcome to Appium v1.7.2 | |
[info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> GET /wd/hub/sessions {} | |
[debug] [MJSONWP] Calling AppiumDriver.getSessions() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getSessions() result: [] | |
[info] [HTTP] <-- GET /wd/hub/sessions 200 9 ms - 29 [info] [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/doomhammer/Downloads/tableAndPicker.app","automationName":"XCUITest","deviceName":"iPhone 6s","platformName":"iOS","udid":"8B321EE6-6CA8-4DE4-B5ED-1F6CEA3DCBD8","newCommandTimeout":0,"connectHardwareKeyboard":true}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/doomhammer/Downloads/tableAndPicker.app","automationName":"XCUITest","deviceName":"iPhone 6s","platformName":"iOS","udid":"8B321EE6-6CA8-4DE4-B5ED-1F6CEA3DCBD8","newCommandTimeout":0,"connectHardwareKeyboard":true},null,null] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1517974153 |