Giter Club home page Giter Club logo

aws-device-farm-sample-web-app-using-appium's Introduction

aws-device-farm-sample-web-app-using-appium

How to test a web application using AWS Device Farm and Appium

aws-device-farm-sample-web-app-using-appium's People

Contributors

hyandell avatar nikhil-dabhade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-device-farm-sample-web-app-using-appium's Issues

Unable to enter the text in the password fields in the mobile browsers(For Android & iOS)

Hi All,

Unable to enter the text(password characters) in the passsword fields using webdriver methods(sendkeys) and also tried in javascript executor. Both methods are not working in Android and iOS browsers. I'm doing the automate my website in mobile browsers.

Here is the Appium log,

apples-MacBook-Pro:Downloads apple$ appium --pre-launch --platform-name Android --browser-name Chrome --device-name ZY224QJNRJ
[Appium] Welcome to Appium v1.7.1
[Appium] Non-default server args:
[Appium] launch: true
[Appium] platformName: Android
[Appium] deviceName: ZY224QJNRJ
[Appium] browserName: Chrome
[Appium] Deprecated server args:
[Appium] --platform-name => --default-capabilities '{"platformName":"Android"}'
[Appium] --device-name => --default-capabilities '{"deviceName":"ZY224QJNRJ"}'
[Appium] --browser-name => --default-capabilities '{"browserName":"Chrome"}'
[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
[Appium] platformName: 'Android'
[Appium] deviceName: 'ZY224QJNRJ'
[Appium] browserName: 'Chrome'
[Appium] Appium REST http interface listener started on 0.0.0.0:4723

[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"Android"}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"Android"},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1532932237090 (12:00:37 GMT+0530 (IST))
[Appium] Creating new AndroidDriver (v1.28.1) session
[Appium] Capabilities:
[Appium] platformName: 'Android'
[Appium] deviceName: 'ZY224QJNRJ'
[Appium] browserName: 'Chrome'
[BaseDriver] Session created with session id: 0be53ae4-9796-4703-bfb5-fb7afce8921c
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_144
[AndroidDriver] We're going to run a Chrome-based session
[AndroidDriver] Chrome-type package and activity are com.android.chrome and com.google.android.apps.chrome.Main
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: ZY224QJNRJ
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb
[debug] [ADB] Setting device id to ZY224QJNRJ
[AndroidDriver] App file was not listed, instead we're going to run com.android.chrome directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","list","packages","com.android.chrome"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Uninstalling and re-installing 'io.appium.settings'
[debug] [ADB] Uninstalling io.appium.settings
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","list","packages","io.appium.settings"]
[debug] [ADB] App is installed
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","am","force-stop","io.appium.settings"]
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","uninstall","io.appium.settings"]
[debug] [ADB] ADB command output: Success
[ADB] io.appium.settings was successfully uninstalled
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","list","packages","io.appium.settings"]
[debug] [ADB] App is not installed
[debug] [ADB] App '/usr/local/lib/node_modules/appium/node_modules/io.appium.settings/app/build/outputs/apk/settings_apk-debug.apk' not installed. Installing
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","install","/usr/local/lib/node_modules/appium/node_modules/io.appium.settings/app/build/outputs/apk/settings_apk-debug.apk"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","getprop","ro.build.version.sdk"]
[debug] [ADB] Current device property 'ro.build.version.sdk': 26
[debug] [ADB] Device API level: 26
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","dumpsys","package","io.appium.settings"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","dump","io.appium.settings"]
[debug] [ADB] Got the following command chunks to execute: pm,grant,io.appium.settings,android.permission.READ_PHONE_STATE,;,pm,grant,io.appium.settings,android.permission.WRITE_SETTINGS,;,pm,grant,io.appium.settings,android.permission.ACCESS_FINE_LOCATION,;,pm,grant,io.appium.settings,android.permission.ACCESS_COARSE_LOCATION,;,pm,grant,io.appium.settings,android.permission.ACCESS_MOCK_LOCATION,;,pm,grant,io.appium.settings,android.permission.SET_ANIMATION_SCALE,;
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","grant","io.appium.settings","android.permission.READ_PHONE_STATE",";","pm","grant","io.appium.settings","android.permission.WRITE_SETTINGS",";","pm","grant","io.appium.settings","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","io.appium.settings","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","io.appium.settings","android.permission.ACCESS_MOCK_LOCATION",";","pm","grant","io.appium.settings","android.permission.SET_ANIMATION_SCALE",";"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","ps"]
[debug] [ADB] Device API level: 26
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","am","start","-W","-n","io.appium.settings/.Settings","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[debug] [ADB] Device API level: 26
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","appops","set","io.appium.settings","android:mock_location","allow"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","install","/usr/local/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","install","/usr/local/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[debug] [ADB] Application '/usr/local/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk' already installed. Continuing.
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","getprop","ro.build.version.release"]
[debug] [ADB] Current device property 'ro.build.version.release': 8.0.0
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","wm","size"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': moto x4
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","getprop","ro.product.manufacturer"]
[debug] [ADB] Current device property 'ro.product.manufacturer': motorola
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","am","force-stop","com.android.chrome"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","pm","clear","com.android.chrome"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","forward","tcp:4724","tcp:4724"]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state 'starting'
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar'
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","push","/usr/local/lib/node_modules/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","ZY224QJNRJ","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.android.chrome","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Loading json...
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidDriver] Starting a chrome-based browser session
[debug] [AndroidDriver] A port was not given, using random port: 8000
[debug] [Chromedriver] Changed state to 'starting'
[Chromedriver] Set chromedriver binary as: /usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver
[debug] [Chromedriver] Killing any old chromedrivers, running: pkill -15 -f "/usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver.*--port=8000"
[Chromedriver] No old chromedrivers seemed to exist
[debug] [Chromedriver] Cleaning any old adb forwarded port socket connections
[debug] [ADB] List forwarding ports
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","forward","--list"]
[Chromedriver] Spawning chromedriver with: /usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"","status":0,"value":{"build":{"version":"alpha"},"os":{"arch":"x86_64","name":"Mac OS X","version":"10.13.6"}}}"
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.android.chrome","androidDeviceSerial":"ZY224QJNRJ"}}}
[debug] [Chromedriver] Webview version: 'Chrome/67.0.3396.87'
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"acceptSslCerts":true,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.30.477690 (c53f4ad87510ee97b5c3425a14c0e79780cdf262)"},"cssSelectorsEnabled":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","rotatable":false,"takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"","version":"67.0.3396.87","webStorageEnabled":true}}
[debug] [Chromedriver] Changed state to 'online'
[Appium] New AndroidDriver session created successfully, session 0be53ae4-9796-4703-bfb5-fb7afce8921c added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1532932255536 (12:00:55 GMT+0530 (IST))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","deviceName":"ZY224QJNRJ","browserName":"Chrome"},"platformName":"Android","deviceName":"ZY224QJNRJ","browserName":"Chrome","deviceUDID":"ZY224QJNRJ","platformVersion":"8.0.0","deviceScreenSize":"1080x1920","deviceModel":"moto x4","deviceManufacturer":"motorola"}
[HTTP] <-- POST /wd/hub/session 200 18454 ms - 566
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/timeouts/implicit_wait {"ms":30000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/timeouts/implicit_wait] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/timeouts/implicit_wait] with body: {"ms":30000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/timeouts/implicit_wait 200 24 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url {"url":"https://www.ck12.org"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/url] with body: {"url":"https://www.ck12.org"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url 200 3790 ms - 76
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/url] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":"https://www.ck12.org/student/\"}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/url 200 37 ms - 103
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/title {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/title] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/title] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":"Free Online Textbooks, Flashcards, Adaptive Practice, Real World Examples, Simulations | CK-12 Foundation"}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/title 200 31 ms - 179
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"li#side-reveal-icon"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"li#side-reveal-icon"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-1"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 77 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-1/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/displayed 200 68 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"li#side-reveal-icon"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"li#side-reveal-icon"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-1"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 53 ms - 106
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/click {"id":"0.7077856666456812-1"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/click] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-1/click] with body: {"id":"0.7077856666456812-1"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-1/click 200 360 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"ul#top-bar-left-section"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"ul#top-bar-left-section"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-2"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 226 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-2/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-2/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-2/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-2/displayed 200 145 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"a#side_nav_signin"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"a#side_nav_signin"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-3"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 116 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-3/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/displayed 200 50 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"a#side_nav_signin"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"a#side_nav_signin"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-3"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 33 ms - 106
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/click {"id":"0.7077856666456812-3"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/click] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-3/click] with body: {"id":"0.7077856666456812-3"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-3/click 200 247 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"id","value":"sign-in-modal"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"id","value":"sign-in-modal"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-4"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 126 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-4/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-4/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-4/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-4/displayed 200 95 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"#sign-in-modal div.sign-in-text-small"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"#sign-in-modal div.sign-in-text-small"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-5"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 63 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-5/text {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-5/text] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-5/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":"Sign In"}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-5/text 200 75 ms - 81
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"#sign-in-modal div.js-sign-in-close"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"#sign-in-modal div.js-sign-in-close"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-6"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 63 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-6/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-6/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-6/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-6/displayed 200 59 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"a[data-provider='google']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"a[data-provider='google']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-7"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 54 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-7/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-7/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-7/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-7/displayed 200 50 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"css selector","value":"a[data-provider='facebook']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"css selector","value":"a[data-provider='facebook']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-8"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 64 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-8/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-8/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-8/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-8/displayed 200 48 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"name","value":"login"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"name","value":"login"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-9"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 186 ms - 106
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-9/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-9/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-9/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-9/displayed 200 63 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"name","value":"token"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"name","value":"token"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-10"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 61 ms - 107
[HTTP] --> GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-10/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-10/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element/0.7077856666456812-10/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":true}"
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- GET /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element/0.7077856666456812-10/displayed 200 63 ms - 76
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element {"using":"name","value":"login"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/element] with body: {"using":"name","value":"login"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":{"ELEMENT":"0.7077856666456812-9"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/element 200 49 ms - 106
[HTTP] --> POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/execute {"script":"arguments[0].value='loga karti';","args":[{"ELEMENT":"0.7077856666456812-9","element-6066-11e4-a52e-4f735466cecf":"0.7077856666456812-9"}]}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/execute] to [POST http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02/execute] with body: {"script":"arguments[0].value='loga karti';","args":[{"ELEMENT":"0.7077856666456812-9","element-6066-11e4-a52e-4f735466cecf":"0.7077856666456812-9"}]}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":13,"value":{"message":"unknown error: call function result missing 'value'\n (Session info: chrome=67.0.3396.87)\n (Driver info: chromedriver=2.30.477690 (c53f4ad87510ee97b5c3425a14c0e79780cdf262),platform=Mac OS X 10.13.6 x86_64)"}}
[JSONWP Proxy] Replacing sessionId 9019da9ee8e9b0f02bd86d5d002afb02 with 0be53ae4-9796-4703-bfb5-fb7afce8921c
[HTTP] <-- POST /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c/execute 200 102 ms - 296
[HTTP] --> DELETE /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["0be53ae4-9796-4703-bfb5-fb7afce8921c"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1532932274705 (12:01:14 GMT+0530 (IST))
[Appium] Removing session 0be53ae4-9796-4703-bfb5-fb7afce8921c from our master session list
[debug] [AndroidDriver] Shutting down Android driver
[debug] [AndroidDriver] Stopping chromedriver for context CHROMIUM
[debug] [Chromedriver] Changed state to 'stopping'
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8000/wd/hub/session/9019da9ee8e9b0f02bd86d5d002afb02] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{"sessionId":"9019da9ee8e9b0f02bd86d5d002afb02","status":0,"value":null}"
[debug] [Chromedriver] Changed state to 'stopped'
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","input","keyevent",3]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: numtests=1
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=.
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: current=1
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: 0
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=
[debug] [AndroidBootstrap] [UIAUTO STDOUT] Test results for WatcherResultPrinter=.
[debug] [AndroidBootstrap] [UIAUTO STDOUT] Time: 24.231
[debug] [AndroidBootstrap] [UIAUTO STDOUT] OK (1 test)
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [UiAutomator] UiAutomator shut down normally
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/apple/Downloads/android-sdk-macosx-2/platform-tools/adb' with args: ["-P",5037,"-s","ZY224QJNRJ","shell","am","force-stop","io.appium.unlock"]
[debug] [AndroidDriver] Not cleaning generated files. Add clearSystemFiles capability if wanted.
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1532932276116 (12:01:16 GMT+0530 (IST))
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/0be53ae4-9796-4703-bfb5-fb7afce8921c 200 1413 ms - 76

Only setup and tearDown are running

captura de pantalla 2016-03-14 a las 20 19 56
Uploading the packaged .zip of the boilerplate project doesn't run all the tests. It should be running the screenshotTest also.
Its just running setup and tearDown. I tried to add my own class with another test but it won't run either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.