Skip to content

Instantly share code, notes, and snippets.

@Kignuf
Last active May 19, 2017 15:05
Show Gist options
  • Save Kignuf/dbdafa293558182c22b1fc2ac90479b0 to your computer and use it in GitHub Desktop.
Save Kignuf/dbdafa293558182c22b1fc2ac90479b0 to your computer and use it in GitHub Desktop.
logs for "no stack available" webdriverio/cucumber issue
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 11 ms - 83
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 17 ms - 83
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 14 ms - 83
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 11 ms - 83
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"maxInstances":1,"platformName":"Android","applicationName":"Nexus 5","deviceName":"Nexus 5","appActivity":".ui.login.LoginActivity","appPackage":"com.ftw_and_co.happn","requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"}}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"maxInstances":1,"platformName":"Android","applicationName":"Nexus 5","deviceName":"Nexus 5","appActivity":".ui.login.LoginActivity","appPackage":"com.ftw_and_co.happn","requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"}},null,null,null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1495187619249 (11:53:39 GMT+0200 (CEST))
[Appium] Creating new AndroidDriver (v1.17.1) session
[Appium] Capabilities:
[Appium] javascriptEnabled: true
[Appium] locationContextEnabled: true
[Appium] handlesAlerts: true
[Appium] rotatable: true
[Appium] maxInstances: 1
[Appium] platformName: 'Android'
[Appium] applicationName: 'Nexus 5'
[Appium] deviceName: 'Nexus 5'
[Appium] appActivity: '.ui.login.LoginActivity'
[Appium] appPackage: 'com.ftw_and_co.happn'
[Appium] requestOrigins: { url: 'http://webdriver.io',
version: '4.6.2',
name: 'webdriverio' }
[Appium] udid: '192.168.56.102:5555'
[Appium] app: '/Users/kevin.rouleau/work/ui-tests-automation/grid/builds/happn-rc-latest.apk'
[debug] [AndroidDriver] AndroidDriver version: 1.17.1
[BaseDriver] The following capabilities were provided, but are not recognized by appium: javascriptEnabled, locationContextEnabled, handlesAlerts, rotatable, maxInstances, applicationName, requestOrigins.
[BaseDriver] Session created with session id: 40032675-0e13-4f72-86f6-75ef2cec32ae
[debug] [AndroidDriver] Getting Java version
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[AndroidDriver] Java version is: 1.8.0_131
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[AndroidDriver] Using device: 192.168.56.102:5555
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb
[debug] [ADB] Setting device id to 192.168.56.102:5555
[BaseDriver] Using local app '/Users/kevin.rouleau/work/ui-tests-automation/grid/builds/happn-rc-latest.apk'
[debug] [AndroidDriver] Checking whether app is actually present
[AndroidDriver] Starting Android session
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","pm","list","packages","io.appium.settings"]
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for io.appium.settings
[debug] [ADB] Getting connected devices...
[ADB] Checking whether aapt is present
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","dumpsys","package","io.appium.settings"]
[ADB] Using aapt from /Users/kevin.rouleau/Library/Android/sdk/build-tools/25.0.3/aapt
[ADB] Cannot read version codes of /usr/local/lib/node_modules/appium/node_modules/io.appium.settings/app/build/outputs/apk/settings_apk-debug.apk and/or io.appium.settings. Assuming correct app version is already installed
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","ro.build.version.sdk"]
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","dumpsys","package","io.appium.settings"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","pm","dump","io.appium.settings"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","pm","grant","io.appium.settings","android.permission.CHANGE_NETWORK_STATE",";","pm","grant","io.appium.settings","android.permission.WRITE_SETTINGS",";","pm","grant","io.appium.settings","android.permission.ACCESS_MOCK_LOCATION",";"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","install","/usr/local/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","appops","set","io.appium.settings","android:mock_location","allow"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","wm","size"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': Google Nexus 5X - 6.0.0 - API 23 - 1080x1920
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","ro.product.manufacturer"]
[debug] [ADB] Current device property 'ro.product.manufacturer': Genymotion
[AndroidDriver] Remote apk path is /data/local/tmp/ff5a102c8929285289f5f259e16fe82c.apk
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","ls","/data/local/tmp/ff5a102c8929285289f5f259e16fe82c.apk"]
[debug] [AndroidDriver] Checking if app is installed
[debug] [ADB] Getting install status for com.ftw_and_co.happn
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","pm","list","packages","com.ftw_and_co.happn"]
[debug] [ADB] App is installed
[AndroidDriver] Apk is already on remote and installed, resetting
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","am","force-stop","com.ftw_and_co.happn"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","pm","clear","com.ftw_and_co.happn"]
[debug] [AndroidDriver] Extracting strings from apk /Users/kevin.rouleau/work/ui-tests-automation/grid/builds/happn-rc-latest.apk null /var/folders/sj/5y59n2gs19d0g_p0v60nxzd40000gp/T/com.ftw_and_co.happn
[debug] [ADB] Extracting strings for language: default
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","persist.sys.locale"]
[debug] [ADB] Current device property 'persist.sys.locale':
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","getprop","ro.product.locale"]
[debug] [ADB] Current device property 'ro.product.locale': en-US
[HTTP] <-- GET /wd/hub/status - - ms - -
[debug] [ADB] No strings.xml for language 'en', getting default strings.xml
[debug] [ADB] Reading strings from converted strings.json
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","push","/var/folders/sj/5y59n2gs19d0g_p0v60nxzd40000gp/T/com.ftw_and_co.happn/strings.json","/data/local/tmp"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4744 to device: 4724
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","forward","tcp:4744","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/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","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] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","192.168.56.102:5555","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.ftw_and_co.happn","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","am","start","-W","-n","com.ftw_and_co.happn/.ui.login.LoginActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[Appium] New AndroidDriver session created successfully, session 40032675-0e13-4f72-86f6-75ef2cec32ae added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1495187630741 (11:53:50 GMT+0200 (CEST))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":true,"warnings":{},"desired":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"maxInstances":1,"platformName":"Android","applicationName":"Nexus 5","deviceName":"Nexus 5","appActivity":".ui.login.LoginActivity","appPackage":"com.ftw_and_co.happn","requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"},"udid":"192.168.56.102:5555","app":"/Users/kevin.rouleau/work/ui-tests-automation/grid/builds/happn-rc-latest.apk"},"handlesAlerts":true,"rotatable":true,"maxInstances":1,"platformName":"Android","applicationName":"Nexus 5","deviceName":"192.168.56.102:5555","appActivity":".ui.login.LoginActivity","appPackage":"com.ftw_and_co.happn","requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"},"udid":"192.168.56.102:5555","app":"/Users/kevi...
[HTTP] <-- POST /wd/hub/session 200 11494 ms - 1346
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 936 ms - 83
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element {"using":"xpath","value":"//android.widget.Button[@resource-id=\"com.ftw_and_co.happn:id/login_facebook_connect_button\"]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@resource-id=\"com.ftw_and_co.happn:id/login_facebook_connect_button\"]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"com.ftw_and_co.happn:id/login_facebook_connect_button\"]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"com.ftw_and_co.happn:id/login_facebook_connect_button\"]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.Button[@resource-id="com.ftw_and_co.happn:id/login_facebook_connect_button"]' using 'XPATH' with the contextId: '' multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.Button, INSTANCE=0]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"1"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1"}
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element 200 126 ms - 87
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/1/click {}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["1","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"1"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"1"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 37 ms - 83
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/1/click 200 2625 ms - 76
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 595 ms - 74
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[]}
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 298 ms - 74
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[]}
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[]}
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 184 ms - 74
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 210 ms - 74
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 166 ms - 74
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.EditText, INSTANCE=0]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[CLASS=android.widget.EditText, INSTANCE=0]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Selector ends with instance.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[{"ELEMENT":"2"}]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"2"}]
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 1118 ms - 89
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.EditText[@instance=1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.EditText[@instance=1]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=1]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=1]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=1]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.EditText, INSTANCE=1]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[CLASS=android.widget.EditText, INSTANCE=1]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Selector ends with instance.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[{"ELEMENT":"3"}]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"3"}]
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 171 ms - 89
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.widget.Button[@resource-id=\"u_0_6\"]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.widget.Button[@resource-id=\"u_0_6\"]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"u_0_6\"]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"u_0_6\"]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.Button[@resource-id="u_0_6"]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.Button, INSTANCE=0]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[CLASS=android.widget.Button, INSTANCE=0]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Selector ends with instance.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[{"ELEMENT":"4"}]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"4"}]
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 260 ms - 89
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements {"using":"xpath","value":"//android.view.View[@resource-id=\"page\"]"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["xpath","//android.view.View[@resource-id=\"page\"]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.view.View[@resource-id=\"page\"]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.view.View[@resource-id=\"page\"]","context":"","multiple":true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.view.View[@resource-id="page"]' using 'XPATH' with the contextId: '' multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.view.View, INSTANCE=2]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[CLASS=android.view.View, INSTANCE=2]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Selector ends with instance.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":[{"ELEMENT":"5"}]}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"5"}]
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/elements 200 189 ms - 89
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element {"using":"xpath","value":"//android.widget.EditText[@instance=0]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@instance=0]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=0]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=0]' using 'XPATH' with the contextId: '' multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.EditText, INSTANCE=0]
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"6"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"6"}
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element 200 288 ms - 87
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 17 ms - 83
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/6/clear {}
[debug] [MJSONWP] Calling AppiumDriver.clear() with args: ["6","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:getText","params":{"elementId":"6"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:getText","params":{"elementId":"6"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getText
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"6"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"Email or Phone"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"6"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Clearing up to 14 characters
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","input","keyevent","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112"]
[debug] [MJSONWP] Responding to client with driver.clear() result: null
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/6/clear 200 1892 ms - 76
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/6/value {"value":["s","u","s","a","n","_","f","i","d","d","t","i","o","_","h","a","p","p","n","@","t","f","b","n","w",".","n","e","t"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["s","u","s","a","n","_","f","i","d","d","t","i","o","_","h","a","p","p","n","@","t","f","b","n","w",".","n","e","t"],"6","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"6","text":"susan_fiddtio_happn@tfbnw.net","replace":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"6","text":"susan_fiddtio_happn@tfbnw.net","replace":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 6
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 74 ms - 83
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: susan_fiddtio_happn@tfbnw.net
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 20 ms - 83
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/6/value 200 9256 ms - 76
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element {"using":"xpath","value":"//android.widget.EditText[@instance=1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@instance=1]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=1]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.EditText[@instance=1]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.EditText[@instance=1]' using 'XPATH' with the contextId: '' multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.EditText, INSTANCE=1]
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"7"}
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element 200 148 ms - 87
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"7"}}
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/7/clear {}
[debug] [MJSONWP] Calling AppiumDriver.clear() with args: ["7","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:getText","params":{"elementId":"7"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:getText","params":{"elementId":"7"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getText
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"7"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"Facebook Password"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"7"}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 17 ms - 83
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Clearing up to 17 characters
[debug] [ADB] Getting connected devices...
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","input","keyevent","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112","67","112"]
[debug] [MJSONWP] Responding to client with driver.clear() result: null
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/7/clear 200 5842 ms - 76
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/7/value {"value":["P","a","s","s","w","o","4","6"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["P","a","s","s","w","o","4","6"],"7","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"7","text":"Passwo46","replace":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"7","text":"Passwo46","replace":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 7
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[HTTP] --> GET /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/source {}
[debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["40032675-0e13-4f72-86f6-75ef2cec32ae"]
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 20 ms - 83
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: Passwo46
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 22 ms - 83
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"source","params":{}}
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/7/value 200 7096 ms - 76
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"source","params":{}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: source
[debug] [AndroidBootstrap] [UIAUTO STDOUT] [APPIUM-UIAUTO] [debug] Returning result: {"status":0,"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation=\"0\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"0\"><android.widget.LinearLayout index=\"0\" text=\"\" class=\"android.widget.LinearLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"0\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"android:id\/content\" instance=\"1\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"2\"><android.widget.LinearLayout index=\"0\" text=\"\" class=\"android.widget.LinearLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"1\"><android.webkit.WebView index=\"0\" text=\"\" class=\"android.webkit.WebView\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,1755]\" resource-id=\"\" instance=\"0\"><android.webkit.WebView index=\"0\" text=\"\" class=\"android.webkit.WebView\" package=\"com.ftw_and_co.happn\" content-desc=\"Welcome to Facebook\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"true\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,1755]\" resource-id=\"\" instance=\"1\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,1755]\" resource-id=\"viewport\" instance=\"0\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Facebook\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][199,144]\" resource-id=\"\" instance=\"1\"\/><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,1755]\" resource-id=\"page\" instance=\"2\"><and
[debug] [AndroidBootstrap] [UIAUTO STDOUT] roid.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,270]\" resource-id=\"header-notices\" instance=\"3\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,102][1041,270]\" resource-id=\"u_0_7\" instance=\"4\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"To personalize content, tailor and measure ads, and provide a safer experience, we use cookies. By tapping on the site, you agree to our use of cookies on and off Facebook. Learn more, including about controls: \" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[62,107][991,256]\" resource-id=\"\" instance=\"5\"\/><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Cookies Policy\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[443,217][669,256]\" resource-id=\"cpn-pv-link\" instance=\"6\"\/><android.view.View index=\"2\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\".\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[666,217][676,256]\" resource-id=\"\" instance=\"7\"\/><\/android.view.View><\/android.view.View><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,270][1041,385]\" resource-id=\"header\" instance=\"8\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,298][1041,356]\" resource-id=\"\" instance=\"9\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"facebook\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[406,298][674,356]\" resource-id=\"\" instance=\"10\"\/><\/android.view.View><\/android.view.View><android.view.View index=\"2\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[39,385][1041,385]\" resource-id=\"u_0_g\" instance=\"11\"\/><android.view.View index=\"3\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bound
[debug] [AndroidBootstrap] [UIAUTO STDOUT] s=\"[39,385][1041,1755]\" resource-id=\"root\" instance=\"12\"><android.widget.Image index=\"0\" text=\"\" class=\"android.widget.Image\" package=\"com.ftw_and_co.happn\" content-desc=\"13176394_1127291370656967_181370917_n\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[461,485][619,642]\" resource-id=\"\" instance=\"0\"\/><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Log into your Facebook account to connect to happn\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[180,684][900,789]\" resource-id=\"\" instance=\"13\"\/><android.view.View index=\"2\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,821][999,1225]\" resource-id=\"u_0_1\" instance=\"14\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,863][999,1096]\" resource-id=\"\" instance=\"15\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,863][999,1096]\" resource-id=\"\" instance=\"16\"><android.widget.EditText index=\"0\" text=\"susan_fiddtio_happn@tfbnw.net\" class=\"android.widget.EditText\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,863][999,981]\" resource-id=\"\" instance=\"0\"\/><android.widget.EditText index=\"1\" text=\"•••••••\" class=\"android.widget.EditText\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"true\" scrollable=\"false\" long-clickable=\"false\" password=\"true\" selected=\"false\" bounds=\"[81,981][847,1096]\" resource-id=\"u_0_2\" instance=\"1\"\/><android.view.View index=\"2\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[844,1015][999,1062]\" resource-id=\"u_0_3\" instance=\"17\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"SHOW\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[876,1018][968,1060]\" resource-id=\"\" instance=\"18\"\/><\/android.view.View><\/android.view.View><\/android.view.View><android.widget.Button index=\"1\" text=\"\" class=\"android.widget.Button\" package=\"com.ftw_and_co.happn\" content-desc=\"Log In \" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,1128][999,1222]\" resource-id=\"u_0_6\" instance=\"0\"\/><\/android.view.View><android.view.View index=\"3\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,1251][999,1299]\" resource-id=\"\" instance=\"19\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Create Account\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[414,1254][666,1296]\" resource-id=\"\" instance=\"20\"\/><\/android.view.View><android.view.View index=\"4\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,1325][999,1372]\" resource-id=\"\" instance=\"21\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Not now\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[469,1327][611,1369]\" resource-id=\"\" instance=\"22\"\/><\/android.view.View><android.widget.ListView index=\"5\" text=\"\" class=\"android.widget.ListView\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,1404][999,1451]\" resource-id=\"\" instance=\"0\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[81,1404][999,1451]\" resource-id=\"\" instance=\"23\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Forgot Password?\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[317,1409][574,1446]\" resource-id=\"forgot-password-link\" instance=\"24\"\/><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Help Center\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[595,1409][763,1446]\" resource-id=\"help-link\" instance=\"25\"\/><\/android.view.View><\/android.widget.ListView><android.view.View index=\"6\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"English (US)\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[220,1587][396,1624]\" resource-id=\"\" instance=\"26\"\/><android.view.View index=\"7\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[75,1629][540,1677]\" resource-id=\"\" instance=\"27\"><android.view.View index=\"0\"
[debug] [AndroidBootstrap] [UIAUTO STDOUT] text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Español\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[251,1635][364,1671]\" resource-id=\"\" instance=\"28\"\/><\/android.view.View><android.view.View index=\"8\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[75,1677][540,1724]\" resource-id=\"\" instance=\"29\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Português (Brasil)\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[180,1682][435,1719]\" resource-id=\"\" instance=\"30\"\/><\/android.view.View><android.view.View index=\"9\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[75,1724][540,1755]\" resource-id=\"\" instance=\"31\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Italiano\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[254,1729][361,1755]\" resource-id=\"\" instance=\"32\"\/><\/android.view.View><android.view.View index=\"10\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[540,1582][1005,1629]\" resource-id=\"\" instance=\"33\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Français (France)\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[650,1587][894,1624]\" resource-id=\"\" instance=\"34\"\/><\/android.view.View><android.view.View index=\"11\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[540,1629][1005,1677]\" resource-id=\"\" instance=\"35\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Türkçe\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[724,1635][821,1671]\" resource-id=\"\" instance=\"36\"\/><\/android.view.View><android.view.View index=\"12\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[540,1677][1005,1724]\" resource-id=\"\" instance=\"37\"><android.view.View index=\"0\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Deutsch\" checka
[debug] [AndroidBootstrap] [UIAUTO STDOUT] ble=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[713,1682][831,1719]\" resource-id=\"\" instance=\"38\"\/><\/android.view.View><android.view.View index=\"13\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"language.php?n=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Fskip_api_login%3D1%26api_key%3D247294518656661%26signed_next%3D1%26next%3Dhttps%253A%252F%252Fm.facebook.com%252Fv2.8%252Fdialog%252Foauth%253Fredirect_uri%253Dfbconnect%25253A%25252F%25252Fsuccess%2526display%253Dtouch%2526state%253D%25257B%2525220_auth_logger_id%252522%25253A%252522fb08b947-c7f6-4044-ae1e-16feb1b9ecc7%252522%25252C%2525223_method%252522%25253A%252522web_view%252522%25257D%2526scope%253Duser_birthday%25252Cuser_friends%25252Cemail%25252Cuser_likes%25252Cuser_photos%25252Cuser_about_me%25252Cuser_work_history%2526response_type%253Dtoken%25252Csigned_request%2526default_audience%253Dfriends%2526return_scopes%253Dtrue%2526auth_type%253Drerequest%2526client_id%253D247294518656661%2526ret%253Dlogin%2526sdk%253Dandroid-4.16\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[745,1721][800,1755]\" resource-id=\"\" instance=\"39\"\/><android.view.View index=\"14\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"Facebook ©2017\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[60,1792][1020,1755]\" resource-id=\"\" instance=\"40\"\/><\/android.view.View><\/android.view.View><\/android.view.View><\/android.webkit.WebView><\/android.webkit.WebView><\/android.widget.LinearLayout><android.widget.ImageView NAF=\"true\" index=\"1\" text=\"\" class=\"android.widget.ImageView\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][76,140]\" resource-id=\"\" instance=\"0\"\/><\/android.widget.FrameLayout><\/android.widget.FrameLayout><\/android.widget.LinearLayout><android.view.View index=\"1\" text=\"\" class=\"android.view.View\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,1794][1080,1857]\" resource-id=\"android:id\/navigationBarBackground\" instance=\"41\"\/><\/android.widget.FrameLayout><\/hierarchy>"}[/APPIUM-UIAUTO]
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation=\"0\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"0\"><android.widget.LinearLayout index=\"0\" text=\"\" class=\"android.widget.LinearLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,63][1080,1794]\" resource-id=\"\" instance=\"0\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"com.ftw_and_co.happn\" content-desc=\"\" checkable=\"false\" ...
[HTTP] <-- GET /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/source 200 7286 ms - 23392
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element {"using":"xpath","value":"//android.widget.Button[@resource-id=\"u_0_6\"]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@resource-id=\"u_0_6\"]","40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"u_0_6\"]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//android.widget.Button[@resource-id=\"u_0_6\"]","context":"","multiple":false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding '//android.widget.Button[@resource-id="u_0_6"]' using 'XPATH' with the contextId: '' multiple: false
[HTTP] --> DELETE /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["40032675-0e13-4f72-86f6-75ef2cec32ae"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1495187668362 (11:54:28 GMT+0200 (CEST))
[debug] [AndroidDriver] Shutting down Android driver
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","am","force-stop","com.ftw_and_co.happn"]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.Button, INSTANCE=0]
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"8"}
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element 200 253 ms - 87
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"8"}}
[HTTP] --> POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/8/click {}
[HTTP] <-- POST /wd/hub/session/40032675-0e13-4f72-86f6-75ef2cec32ae/element/8/click 404 2 ms - 131
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","input","keyevent",3]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[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: 42.814
[debug] [AndroidBootstrap] [UIAUTO STDOUT] OK (1 test)
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[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] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","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] 2 device(s) connected
[debug] [ADB] Running '/Users/kevin.rouleau/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","192.168.56.102:5555","shell","am","force-stop","io.appium.unlock"]
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [AndroidDriver] Not cleaning generated files. Add `clearSystemFiles` capability if wanted.
[Appium] Removing session 40032675-0e13-4f72-86f6-75ef2cec32ae from our master session list
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1495187671401 (11:54:31 GMT+0200 (CEST))
[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/40032675-0e13-4f72-86f6-75ef2cec32ae 200 3041 ms - 76
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 343 ms - 83
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 89 ms - 83
[HTTP] --> GET /wd/hub/status {}
․․․F․
3 passing (46.60s)
1 skipped
1 failing
1) Submit valid FB credentials3 I submit "susan_fiddtio_happn@tfbnw.net", "Passwo46" credentials:
undefined
running
undefined
[Nexus 5 Android undefined #0-0] Session ID: 8141627b-de79-4784-9562-c8d6503a6aa5
[Nexus 5 Android undefined #0-0] Spec: /Users/kevin.roulleau/source/happn-test-automation-appium/features/login-signup/login.feature
[Nexus 5 Android undefined #0-0] Running: Nexus 5 on Android undefined
[Nexus 5 Android undefined #0-0]
[Nexus 5 Android undefined #0-0] Login using FB
[Nexus 5 Android undefined #0-0]
[Nexus 5 Android undefined #0-0] Submit valid FB credentials
[Nexus 5 Android undefined #0-0] ✓ I launch app
[Nexus 5 Android undefined #0-0] ✓ I click FB login
[Nexus 5 Android undefined #0-0] ✓ I reach "Facebook Login" screen
[Nexus 5 Android undefined #0-0] 1) I submit "susan_fiddtio_happn@tfbnw.net", "Passwo46" credentials
[Nexus 5 Android undefined #0-0] - I reach "Facebook grant access - already granted before" screen
[Nexus 5 Android undefined #0-0]
[Nexus 5 Android undefined #0-0]
[Nexus 5 Android undefined #0-0] 3 passing (52s)
[Nexus 5 Android undefined #0-0] 1 pending
[Nexus 5 Android undefined #0-0] 1 failing
[Nexus 5 Android undefined #0-0]
[Nexus 5 Android undefined #0-0] 1) Submit valid FB credentials3 I submit "susan_fiddtio_happn@tfbnw.net", "Passwo46" credentials:
[Nexus 5 Android undefined #0-0] undefined
[Nexus 5 Android undefined #0-0] no stack available
[Nexus 5 Android undefined #0-0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment