Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ljoshenjka/7f37f9cc59951216abc764a046f579ff to your computer and use it in GitHub Desktop.
Save ljoshenjka/7f37f9cc59951216abc764a046f579ff to your computer and use it in GitHub Desktop.
// APPIUM capabilities
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "platformName": "ios",
[debug] [BaseDriver] "appium:autoAcceptAlerts": true,
[debug] [BaseDriver] "appium:automationName": "XCuiTest",
[debug] [BaseDriver] "appium:bundleId": "$$",
[debug] [BaseDriver] "appium:deviceName": "iPhone 8 Plus",
[debug] [BaseDriver] "appium:newCommandTimeout": 0,
[debug] [BaseDriver] "appium:noReset": false,
[debug] [BaseDriver] "appium:platformVersion": "13.4.1",
[debug] [BaseDriver] "appium:resetOnSessionStartOnly": false,
[debug] [BaseDriver] "appium:showXcodeLog": false,
[debug] [BaseDriver] "appium:startIWDP": true,
[debug] [BaseDriver] "appium:udid": "$$",
[debug] [BaseDriver] "appium:updatedWDABundleId": "$$",
[debug] [BaseDriver] "appium:xcodeOrgId": "$$",
[debug] [BaseDriver] "appium:xcodeSigningId": "iPhone Developer"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: bf05a7c2-ff79-4f90-a6e1-0fedc2d87df4
// WebDriverAgent info
[debug] [WebDriverAgent] WebDriverAgent information:
[debug] [WebDriverAgent] {
[debug] [WebDriverAgent] "message": "WebDriverAgent is ready to accept commands",
[debug] [WebDriverAgent] "state": "success",
[debug] [WebDriverAgent] "os": {
[debug] [WebDriverAgent] "testmanagerdVersion": 28,
[debug] [WebDriverAgent] "name": "iOS",
[debug] [WebDriverAgent] "sdkVersion": "13.4",
[debug] [WebDriverAgent] "version": "13.4.1"
[debug] [WebDriverAgent] },
[debug] [WebDriverAgent] "ios": {
[debug] [WebDriverAgent] "simulatorVersion": "13.4.1",
[debug] [WebDriverAgent] "ip": "192.168.1.34"
[debug] [WebDriverAgent] },
[debug] [WebDriverAgent] "ready": true,
[debug] [WebDriverAgent] "build": {
[debug] [WebDriverAgent] "upgradedAt": "1590657926453",
[debug] [WebDriverAgent] "time": "May 28 2020 16:15:08",
[debug] [WebDriverAgent] "productBundleIdentifier": "$$"
[debug] [WebDriverAgent] }
[debug] [WebDriverAgent] }
[debug] [WebDriverAgent] WebDriverAgent successfully started after 13384ms
// getPageSource() part
[debug] [W3C (bf05a7c2)] Calling AppiumDriver.getPageSource() with args: ["bf05a7c2-ff79-4f90-a6e1-0fedc2d87df4"]
[debug] [XCUITest] Executing command 'getPageSource'
[debug] [WD Proxy] Matched '/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /source] to [GET http://127.0.0.1:8100/session/F037775A-6C4A-4028-BB49-215C551A3E4C/source] with no body
[debug] [WD Proxy] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"testapp\" label=\"testapp\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\"/>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"736\" width=\"414\" height=\"226\"/>\n </XCUIElementTypeOther>\n </XCUIElementTypeWindow>\n</XCUIElementTypeApplication>\n","sessionId":"F037775A-6C4A-4028-BB49-215C551A3E4C"}
[debug] [W3C (bf05a7c2)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><AppiumAUT><XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"EYNM-28QA\" label=\"EYNM-28QA\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"736\"/>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" x=\"0\" y=\"736\" width=\"414\" height=\"226\"/>\n </XCUIElementTypeOther>\n </XCUIElementTypeWindow>\n</XCUIElementTypeApplication></AppiumAUT>"
[HTTP] <-- GET /wd/hub/session/bf05a7c2-ff79-4f90-a6e1-0fedc2d87df4/source 200 19888 ms - 907
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment