Skip to content

Instantly share code, notes, and snippets.

import UIKit
@IBDesignable
class DesignableView: UIView {
}
@IBDesignable
class DesignableButton: UIButton {
}
@christoff-1992
christoff-1992 / Appium-log.txt
Created January 17, 2017 09:17
Appium Log 17-01-2017
[debug] [WebDriverAgent] Sim: Jan 17 09:04:06 redacted-iMac XCTRunner[1259]: ServerURLHere->http://192.168.144.118:8100<-ServerURLHere
[XCUITest] WebDriverAgent started at url 'http://192.168.144.118:8100'
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.redacted.mobilecore","environment":{"com.redacted.appmode":"Test","com.redacted.sessionId":"ONE_SESSION_TODAY_WITH_SLOTS","com.redacted.requiresSync":"true"},"shouldWaitForQuiescence":true}}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"DD2A2B02-9119-470A-9891-9B9AAA72803F","capabilities":{"device":"ipad","browserName":"redacted","sdkVersion":"9.3","CFBundleIdentifier":"com.redacted.mobilecore"}},"sessionId":"DD2A2B02-9119-470A-9891-9B9AAA72803F","status":0}
[debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
[debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/DD2A2B02-9119-470A-9891-9B9AAA7280