After installing iOS app on simulator with method driver.installApp(AppPath) iOS app disappear from folder with this path.*

After installing iOS app on simulator with method driver.installApp(AppPath) iOS app disappear from folder with this path.

Environment

  1. Appium.app 1.15.1
  2. macOS Mojave, version 10.14.6
  3. Mobile platform/version under test: iOS 13.3
  4. Simulator

Details

I need to start session, after login i need to update my iOS app:
This is my method for updating app

       ConfigurationManager.APP_PATH = "NEW_APP_PATH";
                     HashMap<String, String> bundleArgs = new HashMap<>();
                    bundleArgs.put("bundleId", myBundleId);
                     getDriver().executeScript("mobile: terminateApp", bundleArgs);
     
                     HashMap<String, String> installArgs = new HashMap<>();
                     installArgs.put("app", ConfigurationManager.getInstance().getValueForKey(ConfigurationManager.APP_PATH));
                     getDriver().executeScript("mobile: installApp", installArgs);
     
                     getDriver().executeScript("mobile: launchApp", bundleArgs);

After executing the method my .app disappear from folder, the same with driver.installApp() method

My Appium logs

[W3C (ff6897b0)] Responding to client with driver.execute() result: true

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/execute/sync 200 1065 ms - 14

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/execute/sync

[HTTP] {"script":"mobile: installApp","args":[{"app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app"}]}

[W3C (ff6897b0)] Calling AppiumDriver.execute() with args: ["mobile: installApp",[{"app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app"}],"ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'execute'

[BaseDriver] Using local app 'Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app'

[BaseDriver] The current application path 'Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app' is not absolute and has been rewritten to '/Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app'. Consider using absolute paths rather than relative

[XCUITest] Installing '/Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app' to the Simulator with UDID BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92

[XCUITest] Installation of '/Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/new_app/15SoF QA.app' succeeded

[W3C (ff6897b0)] Responding to client with driver.execute() result: null

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/execute/sync 200 5085 ms - 14

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/execute/sync

[HTTP] {"script":"mobile: launchApp","args":[{"bundleId":myBundleId}]}

[W3C (ff6897b0)] Calling AppiumDriver.execute() with args: ["mobile: launchApp",[{"bundleId":myBundleId}],"ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'execute'

[WD Proxy] Proxying [POST /wda/apps/launch] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/wda/apps/launch] with body: {"bundleId":myBundleId}

[WD Proxy] Got response with status 200: {"value":null,"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.execute() result: null

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/execute/sync 200 4579 ms - 14

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 3 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 13 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 4 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 3 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 1 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 25 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 3 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 3 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","_5SoF_QA.HomeFeedView","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"14000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000","ELEMENT":"14000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 230 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed' to command name 'elementDisplayed'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/14000000-0000-0000-939B-000000000000/displayed] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : false,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed 200 202 ms - 77

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 6 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","_5SoF_QA.HomeFeedView","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"14000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000","ELEMENT":"14000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 207 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed' to command name 'elementDisplayed'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/14000000-0000-0000-939B-000000000000/displayed] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : false,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed 200 171 ms - 77

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","_5SoF_QA.HomeFeedView","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"14000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000","ELEMENT":"14000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 212 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed' to command name 'elementDisplayed'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/14000000-0000-0000-939B-000000000000/displayed] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : false,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed 200 230 ms - 77

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 6 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","_5SoF_QA.HomeFeedView","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"_5SoF_QA.HomeFeedView"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"14000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"14000000-0000-0000-939B-000000000000","ELEMENT":"14000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 257 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed' to command name 'elementDisplayed'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/14000000-0000-0000-939B-000000000000/displayed] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : true,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/14000000-0000-0000-939B-000000000000/displayed 200 189 ms - 76

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 3 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 5 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 4 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"PROFILE"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","PROFILE","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"PROFILE"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4C000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"4C000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4C000000-0000-0000-939B-000000000000","ELEMENT":"4C000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 223 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/displayed

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/displayed' to command name 'elementDisplayed'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/displayed] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/4C000000-0000-0000-939B-000000000000/displayed] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : true,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/displayed 200 256 ms - 76

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"id","value":"PROFILE"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["id","PROFILE","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"id","value":"PROFILE"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"4C000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"4C000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4C000000-0000-0000-939B-000000000000","ELEMENT":"4C000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 226 ms - 137

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/click

[HTTP] {"id":"4C000000-0000-0000-939B-000000000000"}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/click' to command name 'click'

[WD Proxy] Proxying [POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/click] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/4C000000-0000-0000-939B-000000000000/click] with body: {"id":"4C000000-0000-0000-939B-000000000000"}

[WD Proxy] Got response with status 200: {"value":null,"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/4C000000-0000-0000-939B-000000000000/click 200 230 ms - 76

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 1 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 2 ms - 459

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] {}

[W3C (ff6897b0)] Calling AppiumDriver.getSession() with args: ["ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'getSession'

[XCUITest] Merging WDA caps over Appium caps for session detail response

[W3C (ff6897b0)] Responding to client with driver.getSession() result: {"udid":"BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92","platformName":"ios","app":"Users/vakintos/workspace/15-sof-ios-app/15SoF/tests/apps/old_app/15SoF QA.app","automationName":"XCUITest","deviceName":"iPhone 8","newCommandTimeout":300,"platformVersion":"13.3","device":"iphone","browserName":" ","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.springboard","pixelRatio":2,"statBarHeight":0,"viewportRect":{"left":0,"top":0,"width":750,"height":1334}}

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c 200 1 ms - 459

[HTTP]

[HTTP] --> POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element

[HTTP] {"using":"-ios predicate string","value":"name == 'Profile'"}

[W3C (ff6897b0)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'Profile'","ff6897b0-cda5-4e37-8fe3-fa346ebca68c"]

[XCUITest] Executing command 'findElement'

[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id

[BaseDriver] Waiting up to 0 ms for condition

[WD Proxy] Matched '/element' to command name 'findElement'

[WD Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element] with body: {"using":"predicate string","value":"name == 'Profile'"}

[WD Proxy] Got response with status 200: {"value":{"ELEMENT":"51000000-0000-0000-939B-000000000000","element-6066-11e4-a52e-4f735466cecf":"51000000-0000-0000-939B-000000000000"},"sessionId":"D62032E6-48F5-46FB-8C14-812C816F94EF"}

[W3C (ff6897b0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"51000000-0000-0000-939B-000000000000","ELEMENT":"51000000-0000-0000-939B-000000000000"}

[HTTP] <-- POST /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element 200 597 ms - 137

[HTTP]

[HTTP] --> GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/51000000-0000-0000-939B-000000000000/enabled

[HTTP] {}

[W3C (ff6897b0)] Driver proxy active, passing request on via HTTP proxy

[XCUITest] Executing command 'proxyReqRes'

[WD Proxy] Matched '/wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/51000000-0000-0000-939B-000000000000/enabled' to command name 'elementEnabled'

[WD Proxy] Proxying [GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/51000000-0000-0000-939B-000000000000/enabled] to [GET http://localhost:8100/session/D62032E6-48F5-46FB-8C14-812C816F94EF/element/51000000-0000-0000-939B-000000000000/enabled] with body: {}

[WD Proxy] Got response with status 200: {

[WD Proxy] "value" : true,

[WD Proxy] "sessionId" : "D62032E6-48F5-46FB-8C14-812C816F94EF"

[WD Proxy] }

[WD Proxy] Replacing sessionId D62032E6-48F5-46FB-8C14-812C816F94EF with ff6897b0-cda5-4e37-8fe3-fa346ebca68c

[HTTP] <-- GET /wd/hub/session/ff6897b0-cda5-4e37-8fe3-fa346ebca68c/element/51000000-0000-0000-939B-000000000000/enabled 200 232 ms - 76

[HTTP]

[BaseDriver] Shutting down because we waited 300 seconds for a command

[Appium] Closing session, cause was 'New Command Timeout of 300 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability'

[Appium] Removing session ff6897b0-cda5-4e37-8fe3-fa346ebca68c from our master session list

[DevCon Factory] Releasing connections for BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92 device on any port number

[DevCon Factory] Found cached connections to release: ["BDE90E34-B9DA-40EF-BCAC-63E5ADB94F92:8100"]

[DevCon Factory] Cached connections count: 0

[XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.

Is it reproducible in appium@beta?

I tried only in Appium.app 1.15.1