Skip to content

Instantly share code, notes, and snippets.

View thanksdanny's full-sized avatar
🐖
stay hungry

Danny Ho thanksdanny

🐖
stay hungry
View GitHub Profile
[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
@thanksdanny
thanksdanny / LC_CTYPE.txt
Created December 27, 2016 07:46 — forked from jampajeen/LC_CTYPE.txt
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8