This file contains hidden or 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
[Appium] Welcome to Appium v1.17.0 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"app":"D:\\Workspace\\AppiumLearning\\<AppName>-Mobile\\src\\app-prep.apk","chromedriverExecutable":"D:\\Automations Drivers\\chromedriver\\chromedriver.exe","newCommandTimeout":14,"ensureWebviewsHavePages":true,"automationName":"uiautomator2","appium:chromeOptions":{"w3c":false},"skipServerInstallation":true,"unicodeKeyboard":true,"platformName":"Android","deviceName":"sarabemulator","resetKeyboard":true},"capabilities":{"firstMatch":[{"appium:app":"D:\\Workspace\\AppiumLearning\\<AppName>-Mobile\\src\\app-prep.apk","appium:chromeOptions":{"w3c":false},"appium:automationName":"uiautomator2","appium:chromedriverExecutable":"D:\\Automations Drivers\\chromedriver\\chromedriver.exe","appium:deviceName":"sarabemulator","ensureWebviewsHavePages":true,"appium:newCommandTimeout":14,"platformName":"android","appium:resetKeyboard":true,"skipServerInstall |
This file contains hidden or 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
[Protocol Converter] Added 'value' property ["U","s","e","r","D","a","t","a"] to 'setValue' request body | |
[WD Proxy] Proxying [POST /element/890e7331-7f47-4192-bd80-d811d9734523/value] to [POST http://localhost:8200/wd/hub/session/6bf0cc5f-992b-47c6-bcbe-f3284936d480/element/890e7331-7f47-4192-bd80-d811d9734523/value] with body: {"elementId":"890e7331-7f47-4192-bd80-d811d9734523","text":"UserData","replace":false,"value":["U","s","e","r","D","a","t","a"]} | |
[WD Proxy] Got response with status 200: {"sessionId":"6bf0cc5f-992b-47c6-bcbe-f3284936d480","status":0,"value":""} | |
[W3C (8b226bc5)] Responding to client with driver.setValue() result: "" | |
[HTTP] <-- POST /wd/hub/session/8b226bc5-0562-49d9-b2b1-eac1b4e4e14d/element/890e7331-7f47-4192-bd80-d811d9734523/value 200 893 ms - 12 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/8b226bc5-0562-49d9-b2b1-eac1b4e4e14d | |
[HTTP] {} | |
[W3C (8b226bc5)] Calling AppiumDriver.getSession() with args: ["8b226bc5-0562-49d9-b2b1-eac1b4e4e14d"] | |
[UiAutomator2] Getting session details from server t |