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
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"Safari","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":true,"nativeEvents":false,"rotatable":false,"newCommandTimeout":999999,"platformName":"ios","platformVersion":"10.2","udid":"FB882589-524E-4C82-9A2A-75E89A72CBF1","deviceName":"iPhone 6s","automationName":"XCUITest","app":"/Users/thanksdanny/Documents/test tools/Appium/appium/UICatalog.app"},null,null,null,null] | |
[Appium] Creating new XCUITestDriver session | |
[Appium] Capabilities: | |
[Appium] browserName: 'Safari' | |
[Appium] version: '' | |
[Appium] platform: 'ANY' | |
[Appium] javascriptEnabled: true | |
[Appium] cssSelectorsEnabled: true | |
[Appium] takesScreenshot: true | |
[Appium] nativeEvents: false |
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
vi /etc/environment | |
add these lines... | |
LANG=en_US.utf-8 | |
LC_ALL=en_US.utf-8 |