Skip to content

Instantly share code, notes, and snippets.

@alexhidalgo
Created November 26, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhidalgo/5142387e532b6a1f79770e13809c06fc to your computer and use it in GitHub Desktop.
Save alexhidalgo/5142387e532b6a1f79770e13809c06fc to your computer and use it in GitHub Desktop.
[Appium] Welcome to Appium v1.9.1
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] Appium REST http interface listener started on 127.0.0.1:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"Android","app":"/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk","maxTypingFrequency":30,"androidInstallTimeout":120000,"requestOrigins":{"url":"http://webdriver.io","version":"4.13.2","name":"webdriverio"}}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"Android","app":"/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk","maxTypingFrequency":30,"androidInstallTimeout":120000,"requestOrigins":{"url":"http://webdriver.io","version":"4.13.2","name":"webdriverio"}},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1543267764583 (13:29:24 GMT-0800 (PST))
[Appium] Creating new AndroidDriver (v4.1.1) session
[Appium] Capabilities:
[Appium] javascriptEnabled: true
[Appium] locationContextEnabled: true
[Appium] handlesAlerts: true
[Appium] rotatable: true
[Appium] automationName: uiautomator
[Appium] platformName: Android
[Appium] appWaitPackage: com.xxxx.xx
[Appium] appWaitActivity: com.xxxx.xx.MainActivity
[Appium] appWaitDuration: 120000
[Appium] deviceName: Android
[Appium] app: /Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk
[Appium] maxTypingFrequency: 30
[Appium] androidInstallTimeout: 120000
[Appium] requestOrigins: {
[Appium] url: http://webdriver.io
[Appium] version: 4.13.2
[Appium] name: webdriverio
[Appium] }
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"javascriptEnabled":true,"...
[BaseDriver] The following capabilities were provided, but are not recognized by appium: javascriptEnabled, locationContextEnabled, handlesAlerts, rotatable, maxTypingFrequency, requestOrigins.
[BaseDriver] Session created with session id: e2b2bf02-65ce-4197-8d80-ea09d5f1e675
[AndroidDriver] Java version is: 1.8.0_181
[ADB] Checking whether adb is present
[ADB] Found 5 'build-tools' folders under '/Users//Library/Android/sdk' (newest first):
[ADB] /Users//Library/Android/sdk/build-tools/28.0.2
[ADB] /Users//Library/Android/sdk/build-tools/27.0.3
[ADB] /Users//Library/Android/sdk/build-tools/26.0.3
[ADB] /Users//Library/Android/sdk/build-tools/26.0.1
[ADB] /Users//Library/Android/sdk/build-tools/23.0.1
[ADB] Using adb from /Users//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] 1 device(s) connected
[AndroidDriver] Using device: 016B65AF0C00C006
[debug] [ADB] Setting device id to 016B65AF0C00C006
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 18
[debug] [ADB] Device API level: 18
[BaseDriver] Using local app '/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk'
[debug] [AndroidDriver] Checking whether app is actually present
[AndroidDriver] Starting Android session
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 wait-for-device'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell pm list packages io.appium.settings'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys package io.appium.settings'
[ADB] Checking whether aapt is present
[ADB] Using aapt from /Users//Library/Android/sdk/build-tools/28.0.2/aapt
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ps'
[debug] [ADB] Device API level: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 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: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell settings put secure mock_location 1'
[AndroidDriver] setDeviceLanguageCountry requires language or country.
[AndroidDriver] Got language: 'null' and country: 'null'
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Getting install status for io.appium.unlock
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell pm list packages io.appium.unlock'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.unlock'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys package io.appium.unlock'
[debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
[ADB] Getting device platform version
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 4.3.1
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell wm size'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell getprop ro.product.model'
[debug] [ADB] Current device property 'ro.product.model': Galaxy Nexus
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell getprop ro.product.manufacturer'
[debug] [ADB] Current device property 'ro.product.manufacturer': Samsung
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Using apkanalyzer from /Users//Library/Android/sdk/tools/bin/apkanalyzer
[debug] [ADB] Starting '/Users//Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk"]
[ADB] Package name: 'com.xxxx.xx'
[ADB] Main activity name: 'com.xxxx.xx.MainActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.xxxx.xx/com.xxxx.xx.MainActivity
[debug] [ADB] Getting install status for com.xxxx.xx
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell pm list packages com.xxxx.xx'
[debug] [ADB] App is not installed
[debug] [ADB] Getting install status for com.xxxx.xx
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell pm list packages com.xxxx.xx'
[debug] [ADB] App is not installed
[debug] [ADB] App '/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk' not installed. Installing
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 install /Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk'
[debug] [ADB] Install command stdout: [ 0%] /data/local/tmp/app-debug.apk
[debug] [ADB] [ 0%] /data/local/tmp/app-debug.apk
[debug] [ADB] [ 0%] /data/local/tmp/app-debug.apk
[debug] [ADB] [ 1%] /data/local/tmp/app-debug.apk
[debug] [ADB] [ ...ile/android/app/build/outputs/apk/debug/app-debug.apk: 1 file pushed. 3.0 MB/s (24113423 bytes in 7.564s)
[debug] [ADB] pkg: /data/local/tmp/app-debug.apk
[debug] [ADB] Success
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell rm -rf /data/local/tmp/strings.json'
[debug] [AndroidDriver] Extracting strings from apk
[debug] [AndroidDriver] /Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk
[debug] [AndroidDriver] null
[debug] [AndroidDriver] /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/com.xxxx.xx
[debug] [ADB] Extracting strings for language: default
[ADB] Successfully extracted 106 strings from '/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk' resources for '(default)' configuration
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 push /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/com.xxxx.xx/strings.json /data/local/tmp'
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 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//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 push /Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/bootstrap/bin/AppiumBootstrap.jar /data/local/tmp/'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ps'
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","016B65AF0C00C006","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.xxxx.xx","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys window'
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell am start -W -n com.xxxx.xx/com.xxxx.xx.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Waiting up to 120000ms for activity matching pkg: 'com.xxxx.xx' and activity: 'com.xxxx.xx.MainActivity' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.xxxx.xx.MainActivity', 'com.xxxx.xx.com.xxxx.xx.MainActivity'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys window windows'
[debug] [ADB] Found package: 'com.xxxx.xx' and fully qualified activity name : 'com.xxxx.xx.MainActivity'
[Appium] New AndroidDriver session created successfully, session e2b2bf02-65ce-4197-8d80-ea09d5f1e675 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1543267841741 (13:30:41 GMT-0800 (PST))
[debug] [MJSONWP] Cached the protocol value 'MJSONWP' for the new session e2b2bf02-65ce-4197-8d80-ea09d5f1e675
[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,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"Android","app":"/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk","maxTypingFrequency":30,"androidInstallTimeout":120000,"requestOrigins":{"url":"http://webdriver.io","version":"4.13.2","name":"webdriverio"}},"handlesAlerts":true,"rotatable":true,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"016B65AF0C00C006","app":"/Use...
[HTTP] <-- POST /wd/hub/session 200 77164 ms - 1580
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/timeouts
[HTTP] {"type":"implicit","ms":5000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,null,null,null,"e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] MJSONWP timeout arguments: {"type":"implicit","ms":5000}}
[debug] [BaseDriver] Set implicit wait to 5000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/timeouts 200 20 ms - 76
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/timeouts
[HTTP] {"type":"implicit","ms":5000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,null,null,null,"e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] MJSONWP timeout arguments: {"type":"implicit","ms":5000}}
[debug] [BaseDriver] Set implicit wait to 5000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/timeouts 200 4 ms - 76
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"sign_in_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","sign_in_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5791 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"sign_in_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","sign_in_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 7804 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"sign_in_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","sign_in_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"sign_in_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'sign_in_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=sign_in_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=sign_in_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 14712 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-2v3380.k2zsu.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AdTBAZYk2YFdR3sBzP4XLHZc+XfPyKxCNzAAOdQ5Mtv/+n/KX6gcr00lQ+bL5mN4l2PIY8aiMd8qHzOkzUrYRiTHjFGxUbY5Ksc2R2WbyjGT3DYL8yPC5laZY/I2E7ap/MlYY35T2eaobFMx1tzmVtmm8hhyDGHmLS+TiG2MYktNvb328m1ulcccQx7zoyEmYSb5mEm2qfxujjnCVI5tzI+obDTWkPxi0zve+eOPlz/+eNMk8yPMIzNhvpWwZXspFPMtbCMqNkNlm1vZpkhmkj8Za47kH80kZCbMJJWZbUJlG+VozJAKQ5hjKOaRx+Y2k5Tb5jKVDWGTDDNHLiVs5FKOctuG2MhlNiq/2fxJsbmVj3d5vV4qxzzypew1vbONYvNIzTbEpneG/NjmqDfmqGzzMVRshHmUY5vKbSO3IQnbHMXERn43RLK9VDZE5bYRhjAUG/kS5tgotw25takc88hj5hEbUtgMlW1uxUYJ2yj5MeSyUYZiI5dQzG3mI2GObSqW5TJHmC8bwlR+tc2tZIaQzCXfwpDHlsyvFhVzGctMWG7JNiL5lt9sUzm2qcy0HDPJzEelsfyDHNuU3w0NYYyh8qswQ8LMkTxmpbnNGBXmVsI2ldfmXbYht2gs3vLa/Jij8m3MVIjNMVP5S5tbEdscyZpk8yPCNspHfjeTbPNRObapHNuESQ05tqn8pXk0ZKZFvszmlku5bSoTG3lEsk2hmMt8zD8acpvbmoq5VWzkkscQ5mMjP+ZHLmEuYf7KDMn8yC3MZZJFHsM2R+Vfm4/KRnmModj4u0tlm29lm0olbIg2t7KNYvMRthkKuYT52OajcqzkF2PNbVRuZZsjzByVbV6bd9mmcszcymO+jRX5xRB7KYbKr7a55RHJNsc2lW2OyjYV8y1s0zvmS+aRmRwvc8x4+UU0w/bSWG6V3+XIY+ZXixxDEuZXM5Vjm8pMcuSY...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 15939 ms - 308722
[HTTP]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Device API level: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"age_consent_radio_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","age_consent_radio_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1qt3ads.ysyk.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AdTBAZYk2YFdR3sBzP4XLHZc+XfPyKxCNzAAOdQ5Mtv/+n/KX6gcr00lQ+bL5mN4l2PIY8aiMd8qHzOkzUrYRiTHjFGxUbY5Ksc2R2WbyjGT3DYL8yPC5laZY/I2E7ap/MlYY35T2eaobFMx1tzmVtmm8hhyDGHmLS+TiG2MYktNvb328m1ulcccQx7zoyEmYSb5mEm2qfxujjnCVI5tzI+obDTWkPxi0zve+eOPlz/+eNMk8yPMIzNhvpWwZXspFPMtbCMqNkNlm1vZpkhmkj8Za47kH80kZCbMJJWZbUJlG+VozJAKQ5hjKOaRx+Y2k5Tb5jKVDWGTDDNHLiVs5FKOctuG2MhlNiq/2fxJsbmVj3d5vV4qxzzypew1vbONYvNIzTbEpneG/NjmqDfmqGzzMVRshHmUY5vKbSO3IQnbHMXERn43RLK9VDZE5bYRhjAUG/kS5tgotw25takc88hj5hEbUtgMlW1uxUYJ2yj5MeSyUYZiI5dQzG3mI2GObSqW5TJHmC8bwlR+tc2tZIaQzCXfwpDHlsyvFhVzGctMWG7JNiL5lt9sUzm2qcy0HDPJzEelsfyDHNuU3w0NYYyh8qswQ8LMkTxmpbnNGBXmVsI2ldfmXbYht2gs3vLa/Jij8m3MVIjNMVP5S5tbEdscyZpk8yPCNspHfjeTbPNRObapHNuESQ05tqn8pXk0ZKZFvszmlku5bSoTG3lEsk2hmMt8zD8acpvbmoq5VWzkkscQ5mMjP+ZHLmEuYf7KDMn8yC3MZZJFHsM2R+Vfm4/KRnmModj4u0tlm29lm0olbIg2t7KNYvMRthkKuYT52OajcqzkF2PNbVRuZZsjzByVbV6bd9mmcszcymO+jRX5xRB7KYbKr7a55RHJNsc2lW2OyjYV8y1s0zvmS+aRmRwvc8x4+UU0w/bSWG6V3+XIY+ZXixxDEuZXM5Vjm8pMcuSY...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2665 ms - 308722
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 121 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2716 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3242 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 7299 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"age_consent_radio_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","age_consent_radio_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 32 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1754 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2418 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3282 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3947 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 6262 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"age_consent_radio_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","age_consent_radio_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3882 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4794 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"age_consent_radio_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'age_consent_radio_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=age_consent_radio_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=age_consent_radio_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5583 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-15c7hxb.f408.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZzW9X3o+8/39/8/yzyzMsMywAz74oKIcUFRDCAYURMlmp7cGDXGNjE5rc3W17n33LY3p+lpe3Pbc3raV5pUTTWpMY0xiGiCqOACsqgRBZV9GdaBYfb1Wf6/7/UhZwxQ0EeYYbD5vt8CKMYYY4wxxpiCOIwxxhhjjDEFcxhjjDHGGGMK5jDGGGOMMcYUzGGMMcYYY4wpmMMYY4wxxhhTMIcxxhhjjDGmYAHwbc4CIoKIICKICCKC+d10xx13cOedd7J582ZaWlroTzU1NfzZn/0ZNTU1rF+/HlXFGGPMmSSAgAiIgAgggGDM2cpxFhARRAQRQUQQEUQEEcH87hk9ejRDhw5l3rx5OOfoT/PmzWP48OGMGTMGY4wx/U0AQcQh4sA5QAEFVVAFVUABBecQcYg4QAChv4kIIoKIICKICCKCiCAiiAjGhAwgESFvwoQJXHrppYgIR9u8eTOvv/46qoqqYn43vPDCC0yaNIkrrriCRYsW0dDQQH+oqqriyiuvRER48cUXUVWMMcb0MRHeo0qeqnKEggAuCJAwRi/NZfFRhHqPchwR3qNKXxIRVJUBIQLTr4cx58DISVA7EWJJiHKQy8L+XbBrPezYABtehmwaM3BCzgLjx4/nuuuuQ0Q4WlFREevWrUNVGSipVIprr72WuXPnUlZWRn/q7Oxk+fLlLFmyhI6ODn5XvfPOO+zfv5+amhrmzp3Lz372M7z39CUR4ZprriGZTHLgwAHeeustVBVjjDF9RAQQUE+vIIwRlFaQqh5FbNBQKK4gUV5BUFRMUFSCoghC1N1B1N1JurUFOlvINh+iq343UXsLUS7Le8QBCqqcLhFBVYnFYiQSCVSVExERMpkMmUyGPjF8DFx5M0y/HkorAOEIEY4I45AAJkyFCVNBFdKdsPopWPUk7NkKKObMCjkLeO9RVUQEEcF7j4iQyWRQVQbStddey803...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 3851 ms - 102886
[HTTP]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Device API level: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-5y2yze.ckfxd.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyW9Xno/d/1v+9nmWf2GZZh2HdRFIy4iyJBg9HGELXpiUtMTBvbk3qapOdz+un29m16kr7nnPb0tE3TqonGaBKNQcUkSBQUUQExorixw4AwA8Ps27Pd/+vNQ86QgYI+wgxgc32/AijGGGOMMcaYojiMMcYYY4wxRXMYY4wxxhhjiuYwxhhjjDHGFM1hjDHGGGOMKZrDGGOMMcYYUzSHMcYYY4wxpmgB8FecBkQEEUFEEBFEBPOb6bbbbuOzn/0smzZtor29naE0ZswY/uIv/oIxY8awYcMGVBVjjDEnkwACIiACIoAAgjGnK8dpQEQQEUQEEUFEEBFEBPObZ/z48YwYMYKrrroK5xxD6aqrrmLUqFFMmDABY4wxQ00AQcQh4sA5QAEFVVAFVUABBecQcYg4QABhqIkIIoKIICKICCKCiCAiiAjGhJxCIkLBlClTOP/88xERBtq0aROvvvoqqoqqYn4zPPfcc0ybNo2LL76Yxx9/nObmZoZCbW0tl156KSLCypUrUVWMMcYMMhEOUaVAVTlIQQAXBEgYo5/mc/goQr1HOYIIh6gymEQEVcWY9xNyGpg8eTILFy5ERBiopKSE9evXo6qcKqlUiquvvpoFCxZQUVHBUOrp6WHFihUsXbqU7u5uflO9/fbb7N27lzFjxrBgwQIefvhhvPcMJhHhox/9KMlkksbGRt58801UFWOMMYNEBBBQT78gjBGUV5GqG0esegSUVpGorCIoKSUoKUNRBCHq6ybq6yHT0Q497eTa9tPbtIuoq50on+MQcYCCKidKRFBVYrEYiUQCVeVoRIRsNks2m2WoxONxKisrKS8vp6Crq4uOjg6y2SyHnDsfdr0DLY2Yky/kNOC9R1UREUQE7z0iQjabRVU5la6++mo++clPEovFGGoVFRVcd911eO9ZvHgxqsqJSiaTzJ49m9LSUhoaGti5cyf5fJ4P...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 1957 ms - 102874
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1005 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1909 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2646 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3286 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4393 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 6973 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 99 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 810 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1356 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2477 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3109 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4514 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5163 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 418 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2747 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4357 ms so far
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5288 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1fi70d6.4wy7g.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCYCW9X3o++/v/zzvMu+szLAMw7CDiCJLxA1FgYDRSKNEbdq4xGjS2J7G0yw997b3pDen6W16em57epubLi5RU02zGFQ0QVRQRFnUiOLGDsM6LLOv7/L8f8eXnNGBgL7ADGDz+3wEUIwxxhhjjDEFcRhjjDHGGGMK5jDGGGOMMcYUzGGMMcYYY4wpmMMYY4wxxhhTMIcxxhhjjDGmYA5jjDHGGGNMwQLg25wBRAQRQUQQEUQE89vp1ltv5Qtf+AIbNmygubmZ/lRbW8u3vvUtamtrWbduHaqKMcaYU0kAAREQARFAAMGYM5XjDCAiiAgigoggIogIIoL57TNy5EgGDx7MvHnzcM7Rn+bNm8fQoUMZNWoUxhhj+psAgohDxIFzgAIKqqAKqoACCs4h4hBxgABCfxMRRAQRQUQQEUQEEUFEEBGMCTmNRIS8cePGccEFFyAi9LZhwwZee+01VBVVxfx2eP755znrrLO45JJLeOyxxzhw4AD9oaqqiksvvRQRYfny5agqxhhj+pgI71MlT1U5REEAFwRIGKOH5rL4KEK9RzmCCO9TpS+JCKrKGen8uTDybNi8Djavhc42zOkTcgYYO3YsV111FSJCb0VFRaxduxZV5XRJpVJceeWVzJ07l7KyMvpTR0cHy5YtY/HixbS3t/Pb6p133mHPnj3U1tYyd+5cfvKTn+C9py+JCJ/85CdJJpPs3buXt956C1XFGGNMHxEBBNTTIwhjBKUVpKpHEBswGIorSJRXEBQVExSVoCiCEHW1E3V1kG5pho5msk376azfQdTWTJTL8j5xgIIqJ0tEUFVisRiJRAJV5WhEhEwmQyaTob/E43HKy8spLS0lr62tjYazp+Mv+yzM4z0KKxbCsh9DfR3m1As5A3jvUVVEBBHBe4+IkMlkUFVOpyuvvJLrrruOWCxGfysrK2P+/Pl471m4cCGqyslKJpNM...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2700 ms - 102898
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"faq_link"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","faq_link","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 84 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1059 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1594 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2385 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3064 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4197 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4733 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"faq_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'faq_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=faq_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5401 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-d8ct8w.o9rp8.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyW9Xno/d/1v+9nmWfmmZVlgGHfXFBAcQ8KiEaiMSExad8YjcakWZp4muV80k+anLen6Wn69rRNmzabMYnZE2NQ0QRRQRFlUSOKGzsMAwwwzL4+y/2/Xh/SMSMBHYcZwOb6fgVQjDHGGGOMMf3iMMYYY4wxxvSbwxhjjDHGGNNvDmOMMcYYY0y/OYwxxhhjjDH95jDGGGOMMcb0m8MYY4wxxhjTbwHwt5wCRAQRQUQQEUQE86fpxhtv5EMf+hCbN2+mpaWFoVRTU8OXv/xlampq2LhxI6qKMcaYE0kAAREQARFAAMGYU5XjFCAiiAgigoggIogIIoL50zN+/HhGjBjBFVdcgXOOoXTFFVcwatQoJkyYgDHGmKEmgCDiEHHgHKCAgiqogiqggIJziDhEHCCAMNREBBFBRBARRAQRQUQQEUQEY0JOIhGhYMqUKZx33nmICH1t3ryZZ555BlVFVTF/Gh599FGmTZvGRRddxD333ENDQwNDoaqqiksuuQQRYdWqVagqxhhjBpkIr1KlQFU5TEEAFwRIGKOX5nP4KEK9RzmCCK9SZTCJCKrKSZEshulz4LQ5MHkWlFZCugJcAJ2t0LAXGvbAMyvguVWgijl5Qk4BkydP5qqrrkJE6KuoqIgNGzagqpwsqVSKK6+8koULF1JaWspQ6uzsZOXKlSxbtoyOjg7+VL300kvs27ePmpoaFi5cyC9/+Uu89wwmEeHyyy8nmUxSX1/PCy+8gKpijDFmkIgAAurpFYQxgnQ5qepxxCpGQHE5ibJygqJigqISFEUQou4Oou5OMq0t0NlCrvkgXft3E7W3EOVzvEocoKDK8RIRVJVYLEYikUBVORoRIZvNks1mGRRVo2HhB+Cy60AciIDwCuFV6UpIV8DEGXDe2yHXA08/BPffDk31mBMv5BTgvUdVERFEBO89IkI2m0VVOZmuvPJK3v3udxOL...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 6982 ms - 103114
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-10ojods.qquj.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyW5Xno/991P8+7zDsrMyzDMOybCwoobigKCsYtKlGbfGI0Gm1M2mqbpds5Sf/pcpoup20+yUmaGBONNYlJDCqaICooIgJqRMGFHQaEgYHZ13d57uvvSzo6ENABZgCb6/sVQDHGGGOMMcb0isMYY4wxxhjTaw5jjDHGGGNMrzmMMcYYY4wxveYwxhhjjDHG9JrDGGOMMcYY02sOY4wxxhhjTK8FwNc4AYgIIoKIICKICOb3080338ynP/1p1q1bR1NTE/2purqar371q1RXV7N69WpUFWOMMceSAAIiIAIigACCMScqxwlARBARRAQRQUQQEUQE8/tn5MiRDB48mDlz5uCcoz/NmTOHoUOHMmrUKIwxxvQ3AQQRh4gD5wAFFFRBFVQBBRScQ8Qh4gABhP4mIogIIoKIICKICCKCiCAiGBNyHIkIeePGjeOss85CROhp3bp1vPLKK6gqqor5/fDss88yYcIEzjvvPB555BH27NlDf6ioqOD8889HRFiyZAmqijHGmD4mwrtUyVNV9lEQwAUBEsboprksPopQ71EOIMK7VOlLIoKqckJxAXztZ1C/C/a+DRtfg5efhCjCHD8hJ4CxY8dy2WWXISL0VFBQwKpVq1BVjpdUKsWll17K7NmzKSkpoT+1t7ezePFiFixYQFtbG7+v3nzzTXbu3El1dTWzZ8/mZz/7Gd57+pKIcMkll5BMJqmtreX1119HVTHGGNNHRAAB9XQLwhhBcRmpyhHEBgyGwjISpWUEBYUEBUUoiiBEnW1Ene2km5ugvYlsYx0du7YRtTYR5bK8SxygoMrREhFUlVgsRiKRQFU5GBEhk8mQyWToL/F4nNLSUoqLi8mVV7Ft0AgYPBI4By74GNz8VXj5KXj6Adi+EVDMsRVyAvDeo6qICCKC9x4RIZPJoKocT5deeinXXnstsViM/lZSUsJVV12F95558+ah...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 4162 ms - 103098
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.back() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"pressBack","params":{}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"pressBack","params":{}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: pressBack
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":true,"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.back() result: true
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back 200 2756 ms - 76
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-5o23jy.bface.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZzXdb3o/9f78/3+lvn95jcrA8Mw7JsLsgi4o4igkqSSWp1Mw/S0nFverO6jc8+p8++ezqnuued0etRpM0stzTRDBRNJQRCRzURBZV+GEWaYYfbtt30/73+/8UJgoDDMAN0+z6cAiuM4juM4juM4x8XgOI7jOI7jOM5xMziO4ziO4ziOc9wMjuM4juM4juMcN4PjOI7jOI7jOMfN4DiO4ziO4zjOcTM4juM4juM4jnPcPODrnAFEBBFBRBARRATnr9Ptt9/OJz7xCbZs2UJzczN9qbKykq997WtUVlayYcMGVBXHcRznVBJAQAREQAQQQHCcM5XhDCAiiAgigoggIogIIoLz12fo0KH079+fWbNmYYyhL82aNYuBAwcybNgwHMdxnL4mgCBiEDFgDKCAgiqogiqggIIxiBhEDCCA0NdEBBFBRBARRAQRQUQQEUQEx/E5jUSEnFGjRjF16lREhMNt2bKFV199FVVFVXH+OixbtowxY8Zw8cUX8+STT1JfX09fKC0t5dJLL0VEWL58OaqK4ziO08tEOESVHFWlm4IAxvMQP8RBms1ggwC1FuVdRDhEld4kIqgqp82EK+D8q2DAEOhXAfFCsAG0NUFbE+x4HTavgy2vQFc7zunjcwYYOXIk1157LSLC4fLy8li/fj2qyukSi8W4+uqrmTlzJgUFBfSljo4Oli5dyqJFi2hvb+ev1VtvvcW+ffuorKxk5syZPProo1hr6U0iwlVXXUU0GqWmpoY33ngDVcVxHMfpJSKAgFoO8vwQXqKIWPkQQsX9IV5EpLAILy+Ol5ePoghC0NVO0NVBqqUZOprJNNXRWbuHoK2ZIJvhEDGAgionS0RQVUKhEJFIBFXlaESEdDpNOp2mVxT3h+vugqnXQDgPRED4I6Gb8aB4ABT3h8Fj4YpbAIXlj8Pzv4IDe3FOPZ8zgLUWVUVEEBGstYgI6XQa...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 4452 ms - 877318
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 275 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1204 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2664 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3737 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4373 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 6721 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 482 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1671 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3082 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4536 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5553 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 122 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 837 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1860 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2721 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4844 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5541 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-17p7iu3.udzxj.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXzV5Z3o/8/3+f3OkpOck41ACGHfXFBAwAVFAcG6VaVqO/+qVGundnWmy0z7mmnn35nOnU47dzpz22trXaq2WltrUUCLKOCCrFpRXNiXECAhIft2tt/zvT14sWhBQ0gAb5/3WwDFcRzHcRzHcZxuMTiO4ziO4ziO020Gx3Ecx3Ecx3G6zeA4juM4juM4TrcZHMdxHMdxHMfpNoPjOI7jOI7jON1mcBzHcRzHcRyn2zzgO5wERAQRQUQQEUQE5y/T3Llz+dSnPsWmTZtobm6mL1VWVvLtb3+byspK1q9fj6riOI7jHE8CCIiACIgAAgiOc7IynAREBBFBRBARRAQRQURw/vIMHTqU/v37M3v2bIwx9KXZs2czcOBAhg0bhuM4jtPXBBBEDCIGjAEUUFAFVVAFFFAwBhGDiAEEEPqaiCAiiAgigoggIogIIoKI4Dg+J5CIkDNq1CimTJmCiHCoTZs28corr6CqqCrOX4bnnnuOMWPGcN555/H4449TX19PXygtLeX8889HRHj++edRVRzHcZxeJsI7VMlRVQ5QEMB4HuKHOEizGWwQoNaivIcI71ClN4kIqsoJYQxMmg1jJ0H/odC/EuIlkO6CdBLammD7eti2Hrasg8ZanBPH5yQwcuRILr30UkSEQ+Xl5bFu3TpUlRMlFotxySWXMGvWLBKJBH2po6ODZcuWsWjRItrb2/lL9dZbb7F3714qKyuZNWsWv/nNb7DW0ptEhIsvvphoNEpNTQ1vvPEGqorjOI7TS0QAAbUc5PkhvHgRsfIhhIr7Q34RkcIivLx8vLwCFEUQgq52gq4OUi3N0NFMpqmOztpdBG3NBNkM7xADKKhyrEQEVSUUChGJRFBVDkdESKfTpNNpekXlKLj4BphyCXghEOEAEQ7wQxBLQFEZVI6BadcCCivmw7O/gT3bAcU5vnxOAtZaVBURQUSw1iIipNNp...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2553 ms - 975010
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"xx_website_link"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","xx_website_link","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 159 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 873 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2661 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3632 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4273 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"xx_website_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'xx_website_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=xx_website_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5312 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1rqihn0.10nhl.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXyW5Z3w+9//uu9nyZPkyUYghIR9EUUERVQUBQrWhapU7XSqUq2d1k5bp9ucmc877Zy+M3Omc3redvppj53W2rqMtra1qKhFFFBkRysKKvsStoSE7HmSZ7uv/+lDDxYsaAgJpG+v71cAxXEcx3Ecx3GcbjE4juM4juM4jtNtBsdxHMdxHMdxus3gOI7jOI7jOE63GRzHcRzHcRzH6TaD4ziO4ziO4zjdZnAcx3Ecx3Ecp9s84Jv0AyKCiCAiiAgigvOXaf78+Xzyk59k69attLS00Jeqqqr4xje+QVVVFRs3bkRVcRzHcc4kAQREQAREAAEEx+mvDP2AiCAiiAgigoggIogIzl+eYcOGMXDgQObMmYMxhr40Z84cBg8ezPDhw3Ecx3H6mgCCiEHEgDGAAgqqoAqqgAIKxiBiEDGAAEJfExFEBBFBRBARRAQRQUQQERzH5ywSEXJGjx7NxRdfjIhwrK1bt/L666+jqqgqzl+Gl19+mbFjx3LZZZfx1FNP0dDQQF8oKyvj8ssvR0RYvnw5qorjOI7Ty0R4lyo5qsoRCgIYz0P8EEdpNoMNAtRalPcQ4V2q9CYRQVU5a4ZPgElXwcTp4IfABhAEYLPw43+Awwdx+geffmDUqFFcc801iAjHysvLY8OGDagqZ0ssFuPqq69m9uzZxONx+lIikWDZsmUsWrSIjo4O/lK98847HDx4kKqqKmbPns0vf/lLrLX0JhHhQx/6ENFolNraWt566y1UFcdxHKeXiAACajnK80N4hcXEKoYSKhkI+cVEiorx8vLx8gpQFEEIujoIuhKkWlsg0UKmuZ7Our0E7S0E2QzvEgMoqHK6RARVJRQKEYlEUFVORERIp9Ok02l6RdUomHodTJoJ5VUgAsLvCX+g5IQ8nwxOf+HTD1hrUVVEBBHBWouIkE6nUVXOpquvvpqbbrqJUChEX4vH48ydOxdr...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 7023 ms - 974978
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-fdepy8.haluw.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXzV5Z3o/8/3+f3OkpOck41ACGHfXFBAwAVFAcG6VaVqO/+qVGundnWmy0z7mmnn35nOnU47dzpz22trXaq2WltrUUCLKOCCrFpRXNiXECAhIft2tt/zvT14sWhBQ0gAb5/3WwDFcRzHcRzHcZxuMTiO4ziO4ziO020Gx3Ecx3Ecx3G6zeA4juM4juM4TrcZHMdxHMdxHMfpNoPjOI7jOI7jON1mcBzHcRzHcRyn2zzgO5wERAQRQUQQEUQE5y/T3Llz+dSnPsWmTZtobm6mL1VWVvLtb3+byspK1q9fj6riOI7jHE8CCIiACIgAAgiOc7IynAREBBFBRBARRAQRQURw/vIMHTqU/v37M3v2bIwx9KXZs2czcOBAhg0bhuM4jtPXBBBEDCIGjAEUUFAFVVAFFFAwBhGDiAEEEPqaiCAiiAgigoggIogIIoKI4Dg+J5CIkDNq1CimTJmCiHCoTZs28corr6CqqCrOX4bnnnuOMWPGcN555/H4449TX19PXygtLeX8889HRHj++edRVRzHcZxeJsI7VMlRVQ5QEMB4HuKHOEizGWwQoNaivIcI71ClN4kIqsoJYQxMmg1jJ0H/odC/EuIlkO6CdBLammD7eti2Hrasg8ZanBPH5yQwcuRILr30UkSEQ+Xl5bFu3TpUlRMlFotxySWXMGvWLBKJBH2po6ODZcuWsWjRItrb2/lL9dZbb7F3714qKyuZNWsWv/nNb7DW0ptEhIsvvphoNEpNTQ1vvPEGqorjOI7TS0QAAbUc5PkhvHgRsfIhhIr7Q34RkcIivLx8vLwCFEUQgq52gq4OUi3N0NFMpqmOztpdBG3NBNkM7xADKKhyrEQEVSUUChGJRFBVDkdESKfTpNNpekXlKLj4BphyCXghEOEAEQ7wQxBLQFEZVI6BadcCCivmw7O/gT3bAcU5vnxOAtZaVBURQUSw1iIipNNp...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 4657 ms - 975010
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.back() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"pressBack","params":{}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"pressBack","params":{}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: pressBack
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":true,"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.back() result: true
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back 200 599 ms - 76
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1auv60m.3tu3.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXyV5Z3o8d//ed+z5CQ52QiELGxhUUQEBUUURQSrlaqo7czUSrV2pu3M1DvtdD4znzvtLJ2lc2ftp71dxtq6jFtbRURbRAFFdrWioLIvYUtIyJ6TnO19/reHXixYUAgJpDPP9yuA4jiO4ziO4zjOKTE4juM4juM4jnPKDI7jOI7jOI7jnDKD4ziO4ziO4zinzOA4juM4juM4zikzOI7jOI7jOI5zygyO4ziO4ziO45wyD/gbBgARQUQQEUQEEcH5n2n+/Pl8+tOfZuvWrbS1tdGfqqur+drXvkZ1dTUbN25EVXEcx3HOJgEEREAERAABBMcZqAwDgIggIogIIoKIICKICM7/PMOHD2fw4MHMmTMHYwz9ac6cOQwdOpQRI0bgOI7j9DcBBBGDiAFjAAUUVEEVVAEFFIxBxCBiAAGE/iYiiAgigoggIogIIoKIICI4js85JCLkjB49mqlTpyIiHGvr1q288cYbqCqqivM/w8svv8zYsWO5/PLLWbhwIU1NTfSHsrIyrrjiCkSEFStWoKo4juM4fUyE96iSo6ocoSCA8TzED3GUZjPYIECtRXkfEd6jSl8SEVSVc0IMnH8ZTJ4JlbVQNhSKBnFEVxt0tkLdu/D2GnhnDSS7cc4dnwGgtraW66+/HhHhWHl5eWzYsAFV5VyJxWJcd911zJ49m3g8Tn9KJBIsX76cxYsX09XVxf9U7777LgcPHqS6uprZs2fz4x//GGstfUlEuPbaa4lGo9TX1/P222+jqjiO4zh9RAQQUMtRnh/CKywmVjGMUMlgyC8mUlSMl5ePl1eAoghC0NNF0JMg1d4GiTYyrY10N+wl6GwjyGZ4jxhAQZUzJSKoKqFQiEgkgqpyIiJCOp0mnU7TJ4YMg+s/DRfPgXAURDhChPfEyyBeCpW1MG0uqIVXnoKlj8HhAzhnn88AYK1FVRERRARrLSJCOp1GVTmX...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2121 ms - 1050022
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 158 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1056 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2081 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3102 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4067 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4745 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 6879 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 196 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 846 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1488 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2200 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2854 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3767 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4615 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5611 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 565 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1265 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2042 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2776 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3811 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4607 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5661 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1aieu7n.blra.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXzW9Z3o+8/39/8/S57kyUoghLCGRREBBURRFBCsKC64dDpVqdZOa3us021u555pe3o6c6czPWemfbXX1qqt2mm1tRYRrYgKLuxqQXFhX0KAhITs27P9f9/bBw8WLWgICdDb3/stgOI4juM4juM4TrcYHMdxHMdxHMfpNoPjOI7jOI7jON1mcBzHcRzHcRyn2wyO4ziO4ziO43SbwXEcx3Ecx3GcbjM4juM4juM4jtNtHvBtTgMigoggIogIIoLz12nBggV86lOfYsuWLTQ3N9OXKioq+OY3v0lFRQUbN25EVXEcx3FOJgEEREAERAABBMc5XRlOAyKCiCAiiAgigoggIjh/fYYOHUr//v2ZM2cOxhj60pw5cxg4cCDDhg3DcRzH6WsCCCIGEQPGAAooqIIqqAIKKBiDiEHEAAIIfU1EEBFEBBFBRBARRAQRQURwHJ9TSETIGjlyJFOmTEFEONKWLVtYv349qoqq4vx1ePHFFxk9ejQXXHABixYtor6+nr5QUlLChRdeiIjw0ksvoao4juM4vUyE96iSpaocoiCA8TzED3GYZtLYIECtRfkAEd6jSm8SEVSVU8IPw7gLoXI8DB8H5cPBD4PnQzoJe3fCvq2w+21Y9zRYi3Pq+JwGKisrufzyyxERjpSTk8OGDRtQVU6VWCzGZZddxuzZs8nPz6cvdXR0sHz5cpYsWUJ7ezt/rd555x32799PRUUFs2fP5je/+Q3WWnqTiHDppZcSjUapqanhrbfeQlVxHMdxeokIIKCWwzw/hBcvJFY2hFBRf8gtJFJQiJeTi5eTh6IIQtDVTtDVQbKlGTqaSTfV0Vm7h6CtmSCT5j1iAAVVTpSIoKqEQiEikQiqytGICKlUilQqRa+oGAkXXAUXXgORGIhwiAjv8cMwcjyMHA+XXA/X3wXrnoZVT8D+3YDinFw+pwFrLaqKiCAiWGsREVKp...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2936 ms - 936522
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"terms_service_link"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","terms_service_link","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 138 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 829 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1574 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2741 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3916 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4755 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"terms_service_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'terms_service_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=terms_service_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5547 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-6use5v.ppf7x.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyV5Zng7f/9vO9Z6lTVqY2Cohb2RREBI7igKCIYiUQlUTsdl2iws3XHSdLpb77fTJJJJ91Jvp5JT6bzSydtNC7RxLggogmigCIii0YUFNmh2KqoovY6VWd7n/vzkAHBgEJRBdh5rksAxXEcx3Ecx3Gc42JwHMdxHMdxHOe4GRzHcRzHcRzHOW4Gx3Ecx3Ecx3GOm8FxHMdxHMdxnONmcBzHcRzHcRznuBkcx3Ecx3EcxzluHvBdzgAigoggIogIIoLzl+m2227jc5/7HBs3bqS1tZW+VF1dzbe//W2qq6tZu3YtqorjOI5zKgkgIAIiIAIIIDjOmcpwBhARRAQRQUQQEUQEEcH5yzN48GD69+/PjBkzMMbQl2bMmMHAgQMZMmQIjuM4Tl8TQBAxiBgwBlBAQRVUQRVQQMEYRAwiBhBA6GsigoggIogIIoKIICKICCKC4/icRiJCzogRI5g0aRIiwuE2btzI66+/jqqiqjh/GV588UVGjRrFxRdfzLx582hsbKQvlJWVcckllyAiLF26FFXFcRzH6WUiHKJKjqpygIIAxvMQP8RBms1ggwC1FuV9RDhEld4kIqgqp0UkD86ZDOdcDEPOgXgpFBRzQGsjNNXBvlpYuwzWvQw2wDl9fM4Aw4cP5+qrr0ZEOFxeXh5r1qxBVTldYrEYV111FdOnTycej9OXEokES5YsYcGCBXR2dvKXav369ezdu5fq6mqmT5/O7373O6y19CYR4corryQajVJXV8dbb72FquI4juP0EhFAQC0HeX4Ir7CYWMUgQiX9Ib+YSFExXl4+Xl4BiiIIQXcnQXeCVFsrJFrJtDTQVb+ToKOVIJvhEDGAgionS0RQVUKhEJFIBFXlaESEdDpNOp2mV5QNhGmfgak3gfFABIR3CYeUVkDJABgxASZfC9kU/HExLLgf9u3AOfV8zgDWWlQVEUFEsNYiIqTT...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 6756 ms - 936666
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-5o0hmq.o4k2e.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyV5Zng7f/9vO9Z6lSdWikoqop9E0TBCC4oCghGIlGJms4v7sGOSbrjZOtvvm866c4k6STTPenOdD47tiFu0cQYg4hGRAVFZNWIgrJvxVZFFbVvZ3ufezyVQcGAQlEFOHmuSwDFcRzHcRzHcZzjYnAcx3Ecx3Ec57gZHMdxHMdxHMc5bgbHcRzHcRzHcY6bwXEcx3Ecx3Gc42ZwHMdxHMdxHOe4GRzHcRzHcRzHOW4e8F3OACKCiCAiiAgigvOX6dZbb+W2225j8+bNNDU10ZsqKyv5zne+Q2VlJevWrUNVcRzHcU4lAQREQAREAAEExzlTGc4AIoKIICKICCKCiCAiOH95Bg0aRN++fZkxYwbGGHrTjBkz6N+/P4MHD8ZxHMfpbQIIIgYRA8YACiiogiqoAgooGIOIQcQAAgi9TUQQEUQEEUFEEBFEBBFBRHAcn9NIRMgaPnw4EydOREQ43ObNm3njjTdQVVQV5y/Dyy+/zMiRI7n44ouZP38+dXV19IaSkhIuueQSRISlS5eiqjiO4zg9TIT3qJKlqnRREMB4HuKHOEQzaWwQoNaifIAI71GlJ4kIqsppEcmBsyfB2RfD4LMhvxjyCunSVAf11XCgCtYtg/Wvgg1wTh+fM8CwYcO46qqrEBEOl5OTw9q1a1FVTpdYLMaVV17J9OnTyc/Ppze1t7ezZMkSFi5cSFtbG3+pNmzYwP79+6msrGT69On89re/xVpLTxIRrrjiCqLRKNXV1bz99tuoKo7jOE4PEQEE1HKI54fw4oXEygYSKuoLuYVECgrxcnLxcvJQFEEIOtsIOttJNjdBexPpxlo6anYTtDYRZNK8RwygoMrJEhFUlVAoRCQSQVU5GhEhlUqRSqXoESX9YdrnYMpnwXggAsK7hPcUl0FRPxg+HiZdA5kk/HExLHwQDuzCOfV8zgDWWlQVEUFEsNYiIqRSKVSV...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 2697 ms - 936614
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.back() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"pressBack","params":{}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"pressBack","params":{}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: pressBack
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":true,"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.back() result: true
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back 200 1223 ms - 76
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1infk11.xzcs.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCYDV5X3o/e/v+f/PMmfmzMrAMAv74oKCEVBRFBGMRKISNe0bFU1Iq2kbm6TpbW9vk/a2vUm33Ju3bdIkalxiNmMQ0QRRQQFZtaKgsi8DDDPMMOuZ5Wz/5/d6yAXBgMIwA/jm+XwEUBzHcRzHcRzHOSkGx3Ecx3Ecx3FOmsFxHMdxHMdxnJNmcBzHcRzHcRznpBkcx3Ecx3EcxzlpBsdxHMdxHMdxTprBcRzHcRzHcZyT5gF/yzlARBARRAQRQURwfjfNnTuXu+++my1bttDW1kZ/qq6u5mtf+xrV1dVs2LABVcVxHMc5kwQQEAEREAEEEBznXGU4B4gIIoKIICKICCKCiOD87hk6dCgDBw5k5syZGGPoTzNnzmTw4MEMGzYMx3Ecp78JIIgYRAwYAyigoAqqoAoooGAMIgYRAwgg9DcRQUQQEUQEEUFEEBFEBBHBcXzOIhEhZ9SoUUyaNAkR4Whbtmzh9ddfR1VRVZzfDS+//DJjxozhiiuuYMGCBTQ1NdEfysrKuPLKKxERli1bhqriOI7j9DERjlAlR1U5REEA43mIH+IwzWawQYBai/I+IhyhSl8SEVSVsyIUhkwa56PB5xwwcuRIbrjhBkSEo+Xl5bF+/XpUlbMlFotx/fXXM2PGDAoLC+lPXV1dLF26lEWLFtHZ2cnvqnfeeYf9+/dTXV3NjBkz+PnPf461lr4kIlx33XVEo1Hq6+t56623UFUcx3GcPiICCKjlMM8P4cWLiVUMIVQyEPKLiRQV4+Xl4+UVoCiCEPR0EvR0kWpvg642Mq2NdDfsIUi0EWQzHCEGUFDldIkIqkooFCISiaCqHI+IkE6nSafT9IlIHlz3/8DHroNvzAUbEA6HKSoqIh6Pk5NIJGhvbyedTuOcG3zOAdZaVBURQUSw1iIipNNpVJWz6frrr+eWW24hFArR3woLC5k9ezbWWubPn4+qcrqi...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 3724 ms - 936626
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 286 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1350 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2620 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4890 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 8393 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 575 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1761 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2545 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3640 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4724 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5486 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 616 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1376 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2517 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3940 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4935 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5929 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-11gnckp.2t1si.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZiV5X3w/+/vfp6zzDkzZ4YZlmGYYV9EETAiKooigtFIVFy6xCUaTWLSxDZpevW63iZ9+zZt0n/btPm3b1KrJsbEJMYYRDRBFFBEZNGIgiI7DNsMM8y+ne25fy9n2AYFhWEGsLk/HwEUx3Ecx3Ecx3FOiMFxHMdxHMdxnBNmcBzHcRzHcRznhBkcx3Ecx3EcxzlhBsdxHMdxHMdxTpjBcRzHcRzHcZwTZnAcx3Ecx3Ec54R5wN9xFhARRAQRQUQQEZw/THfddRef/exn2bBhA42NjfSm8vJyvvWtb1FeXs6aNWtQVRzHcZzTSQABERABEUAAwXHOVoazgIggIogIIoKIICKICM4fniFDhtC/f39mzpyJMYbeNHPmTAYOHMjQoUNxHMdxepsAgohBxIAxgAIKqqAKqoACCsYgYhAxgABCbxMRRAQRQUQQEUQEEUFEEBEcx+cMEhFyRo4cyUUXXYSI0NWGDRt48803UVVUFecPw8svv8zo0aO59NJLmTt3LrW1tfSGkpISLrvsMkSEJUuWoKo4juM4PUyEw1TJUVU6KQhgPA/xQxyi2Qw2CFBrUd5HhMNU6Ukigqpyxnziahg1EcpGwsChEC+CIAtBFur2wLa1sHkNvPMqtDXjnDk+Z4ERI0Zw7bXXIiJ0lZeXx+rVq1FVzpRYLMY111zDjBkzSCQS9Ka2tjYWL17M/PnzaW1t5Q/VunXr2LNnD+Xl5cyYMYNf/epXWGvpSSLC1VdfTTQapaqqinfeeQdVxXEcx+khIoCAWg7x/BBeQRGx0sGE+vSHeBGRwiK8vDheXj6KIghBRytBRxuppkZoayTTUEN79Q6ClkaCbIbDxAAKqpwqEUFVCYVCRCIRVJVjERHS6TTpdJoeMWQMXH4zTLoGonEQoZMInfwQnWKjoXw0XH4zaAAv/QpeehL27cE5/XzOAtZaVBURQUSw1iIipNNp...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 3784 ms - 727886
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"privacy_policy_link"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","privacy_policy_link","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 195 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 987 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3162 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3903 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4636 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"privacy_policy_link","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'privacy_policy_link' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=privacy_policy_link, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5998 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-krlp20.lfhi.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXzX9Z3g/9f78/3+jvxykhAIJNyXKHJUUERRpGC10iqtdtx6VIudHlvdttP5z3/3MZ3tdmbb2dnpbne6nWmV1tpRx7YWEFREBQ9utKLgwQ3hSkjIff2u7+e9/ILBREFDSACnn+dTAMVxHMdxHMdxnG4xOI7jOI7jOI7TbQbHcRzHcRzHcbrN4DiO4ziO4zhOtxkcx3Ecx3Ecx+k2g+M4juM4juM43WZwHMdxHMdxHKfbPOD7nAdEBBFBRBARRATnT9Odd97Jl770JbZv3059fT19qaysjO9973uUlZWxZcsWVBXHcRznbBJAQAREQAQQQHCc85XhPCAiiAgigoggIogIIoLzp2fYsGEMGDCAuXPnYoyhL82dO5dBgwYxfPhwHMdxnL4mgCBiEDFgDKCAgiqogiqggIIxiBhEDCCA0NdEBBFBRBARRAQRQUQQEUQEx/E5h0SEjNGjRzNt2jREhM62b9/Oa6+9hqqiqjh/Gl588UXGjh3L5ZdfzpIlS6iurqYvFBUVccUVVyAivPTSS6gqjuM4Ti8T4QRVMlSVdgoCGM9D/BAdNJ3CBgFqLcr7iHCCKr1JRFBVzolQBC6fB0NGQ8lIGDQCxHDC/h2wezPseh12boYgjXPu+JwHRo0axXXXXYeI0FlWVhabN29GVTlXYrEY1157LXPmzCEvL4++1NLSwqpVq1i+fDnNzc38qXr77bc5fPgwZWVlzJkzh9/+9rdYa+lNIsInP/lJotEoFRUVvPnmm6gqjuM4Ti8RAQTU0sHzQ3i5BcRKhhLqNwCyC4jkF+BlZeNl5aAoghC0NRO0tZBoqIeWelJ1VbRW7idoqidIpzhBDKCgypkSEVSVUChEJBJBVTkZESGZTJJMJukVQ0bD5Z+FmZ+DUBgQ2onQxfhpMH4qKGDTsP5JWHo/NB7FOft8zgPWWlQVEUFEsNYiIiSTSVSVc+naa6/l...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 9991 ms - 729390
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-ocfh17.xzeao.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBC5SV9X3o/e/v/zx775k9e8+VyzAX7iAiclFExBARwYhalURNWqPRmPeNzWlsk9W+XW9Pk5Ou5qR9z2l6upqV1Sxrakxiaoz1glFEBVEEQYzclNtwG2AYYGDulz177+f/e3nAgRkBHWBGUP+fjwCK4ziO4ziO4zi9YnAcx3Ecx3Ecp9cMjuM4juM4juP0msFxHMdxHMdxnF4zOI7jOI7jOI7TawbHcRzHcRzHcXrN4DiO4ziO4zhOr3nAD3A+Ve655x6+9rWvsWXLFhobG+lPFRUVfO9736OiooL169ejqjiO4zjOmRIRRAQRwXEudAbnU2fYsGEMGjSIuXPnYoyhP82dO5chQ4YwfPhwHMdxHKc3RAQRwRhDF1VFVVFVuhhjEBFEhI+LiCAiiAgigoggIogIIoKI4Dg+zqfO0qVLGTt2LFdddRXPPPMMdXV19IeSkhKuvvpqRITXXnsNVcVxHMdxuhMRuqgqIVUlpKqEPM/D9326ZLNZgiDAWssHiQhdVJW+JCKoKudFPAmjp8DYKTB6CuQVQG4C4gloOgSHD0B9LWxaBWtehVQbzvnj08/i8TjXX389c+bMIT8/n/7U1tbGkiVLWLhwIa2trXxWbdy4kX379lFRUcGcOXP47W9/i7WWviQiXHfddeTk5FBbW8u7776LquI4juM4IREhpKp08X2fRCLB4MGDKSwsJB6Pk5+fT05ODjk5OXRJpVKkUimam5tpb2+nsbGRAwcO0NraSjabpYuIEFJVzpWIoKpEIhFisRiqyqmICOl0mnQ6TZ8YNBSuvQOuuQPEgAgIRwjHFQ+BolJgEkz7Anzlr2DNUlj0C6jdBSjOx8unn11//fXcdtttRCIR+lt+fj4333wz1lqeeuopVJVzlZOTw+TJk8nLy6O6uppdu3aRzWY5U0VFRRQXF7Nr1y6CIKA/NTc3s2HDBsrKypg6dSqvvPIK...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 6297 ms - 725306
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.back() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"pressBack","params":{}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"pressBack","params":{}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: pressBack
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":true,"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.back() result: true
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/back 200 1197 ms - 76
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-94r4mk.2067w.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCYCW5X3o7d//fp53mXfmnZWBYRj2zQUFI6CiKCIYiUQlatovKpqQVtM2NknTr/16mrSn7Um65Zx8bZMmUeMSsxmDiCaICgrIqhUFlX0ZYBiYYfbt3Z77f3gHwUFBh2EGsLmvSwDFcRzHcRzHcZxuMTiO4ziO4ziO020Gx3Ecx3Ecx3G6zeA4juM4juM4TrcZHMdxHMdxHMfpNoPjOI7jOI7jON1mcBzHcRzHcRyn2zzgbzkHiAgigoggIogIzu+muXPncvfdd7NlyxYaGxvpSxUVFXzjG9+goqKCDRs2oKo4juM4Z5IAAiIgAiKAAILjnKsM5wARQUQQEUQEEUFEEBGc3z1Dhw6lf//+zJw5E2MMfWnmzJkMHDiQYcOG4TiO4/Q1AQQRg4gBYwAFFFRBFVQBBRSMQcQgYgABhL4mIogIIoKIICKICCKCiCAiOI7PWSQiZI0aNYpJkyYhInS1ZcsWXn/9dVQVVcX53fDyyy8zZswYrrjiChYsWEBtbS19oaSkhCuvvBIRYdmyZagqjuM4Ti8T4RhVslSVTgoCGM9D/BBHaSaNDQLUWpT3EeEYVXqTiKCqnBWhMKRTOB8PPueAkSNHcsMNNyAidJWTk8P69etRVc6WWCzG9ddfz4wZM8jPz6cvtbW1sXTpUhYtWkRrayu/q9555x32799PRUUFM2bM4Je//CXWWnqTiHDdddcRjUaprq7mrbfeQlVxHMdxeokIIKCWozw/hBcvJFY2hFBRf8gtJFJQiJeTi5eTh6IIQtDRStDRRrKpEdoaSTfU0H5gD0FLI0EmzTFiAAVVTpeIoKqEQiEikQiqyomICKlUilQqRa+I5MB1/w984jr41lywAeFwmIKCAuLxOFktLS00NTWRSqVwzg0+5wBrLaqKiCAiWGsREVKpFKrK2XT99ddzyy23EAqF6Gv5+fnMnj0bay3z589HVTld0WiU...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 4539 ms - 716706
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 178 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 907 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2413 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4856 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 9260 ms - 164
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 135 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1323 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2137 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3515 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4603 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5620 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_tab_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_tab_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 155 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 898 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1613 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2585 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4776 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_tab_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_tab_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_tab_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_tab_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5495 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1scz683.utcq.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXyW5Z3o/d//uu9nyZM8WVlCEvZNERUUNxQFBFdsxWrbqUptdabOnOqZ9rQz58xMO+10pjPvvO2885m+nXasVm21dlFUqCIqKCKbWFFwYYewJRASsifPcl//w5MQSAQ0QAKxc32/AiiO4ziO4ziO43SLwXEcx3Ecx3GcbjM4juM4juM4jtNtBsdxHMdxHMdxus3gOI7jOI7jOE63GRzHcRzHcRzH6TaD4ziO4ziO4zjd5gHfoQ8QEUQEEUFEEBGc/57mzJnDF7/4RTZs2EBtbS29qaysjG9961uUlZWxdu1aVBXHcRzndBJAQAREQAQQQHCcvsrQB4gIIoKIICKICCKCiOD89zN06FAGDBjAzJkzMcbQm2bOnMmgQYMYNmwYjuM4Tm8TQBAxiBgwBlBAQRVUQRVQQMEYRAwiBhBA6G0igoggIogIIoKIICKICCKC4/icQSJCxqhRo7jooosQETrbsGEDb731FqqKquL89/Dqq68yZswYLrvsMp555hmqqqroDUVFRVx++eWICEuWLEFVcRzHcXqYCIepkqGqtFEQwHge4ofooOkUNghQa1E+RITDVOlJIoKqckbE4jBqIoyZCKMmQnYeZOVALAfq9kP1XqipgA9WwZpXoLUJ58zx6QNGjhzJddddh4jQWVZWFmvWrEFVOVNisRjXXHMNM2bMIDc3l97U1NTE4sWLWbBgAY2Njfx39f7777Nnzx7KysqYMWMGv/nNb7DW0pNEhKuvvppoNEpFRQXvvvsuqorjOI7TQ0QAAbV08PwQXjyfWPEQQgUDIDufSF4+XlY2XlYOiiIIQUsjQUsTibpaaKoldWAfzZU7CBpqCdIpDhMDKKhyqkQEVSUUChGJRFBVjkVESCaTJJNJesSAITDtNrjqNhADIiAcJBxWOAgKioHz4eJr4fPfhDWvwsJHoGI7oDinl08fYK1FVRERRARrLSJC...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 3175 ms - 691578
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 256 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 1155 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 3584 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4563 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5327 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-2urxq2.hwzyt.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBB4CW5Z3o7d//fp63zDvzTqUMzNCbBQEjWFAMIBiNRCWmbezR3Zic1bNJNqd8Z1N295zd/XK2fZt1k6iJmrWkGFQ0QRRQpIsRBZVehjbDDNPb2577//EObUZAB5gBTO7rEkBxHMdxHMdxHKdbDI7jOI7jOI7jdJvBcRzHcRzHcZxuMziO4ziO4ziO020Gx3Ecx3Ecx3G6zeA4juM4juM4TrcZHMdxHMdxHMfpNg/4PucAEUFEEBFEBBHB+eN0xx13cOedd7Jx40YaGhroTeXl5XznO9+hvLyctWvXoqo4juM4Z5IAAiIgAiKAAILjnKsM5wARQUQQEUQEEUFEEBGcPz5DhgyhX79+zJw5E2MMvWnmzJkMGDCAoUOH4jiO4/Q2AQQRg4gBYwAFFFRBFVQBBRSMQcQgYgABhN4mIogIIoKIICKICCKCiCAiOI7PWSQiZI0cOZJJkyYhInS2ceNG3nrrLVQVVcX54/Daa68xevRorrjiCp577jlqamroDSUlJVx55ZWICIsXL0ZVcRzHcXqYCEeokqWqdFAQwHge4oc4TDNpbBCg1qJ8gAhHqNKTRARV5azwwzD2ShgxDoaNhYHDwA+D50M6Cbu3wZ5NUPE+rPodBAHO2eNzDhgxYgTXXXcdIkJnOTk5rFmzBlXlbInFYlx77bXMmDGD/Px8elNrayuLFi1i3rx5tLS08Mfq/fffZ+/evZSXlzNjxgx++ctfYq2lJ4kI11xzDdFolMrKSt59911UFcdxHKeHiAACajnM80N48UJipYMJFfWD3EIiBYV4Obl4OXkoiiAE7S0E7a0kGxugtYF0fTVtVTsJmhsIMmmOEAMoqHK6RARVJRQKEYlEUFWOR0RIpVKkUil6RPlIuOIzcOVNEImBCB1EOMIPw8hxMHIcoPDZB+CNebDyRdi5GVCcM8vnHGCtRVUREUQEay0iQiqVQlU5m669...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 8120 ms - 690954
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 613 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1438 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2681 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3367 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4609 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 8276 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1845 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2512 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3588 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4262 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4987 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5934 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-pijb74.e978k.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZzX9X3g/9f78/3+jvnNPcMxzAz35YEcAt4oEFCJeBBN7XoQo2ljuonbpO1/+2+bNNts0z52m7bbbprEeEQTk2gMKpogCiiiHEJEwYMbRo4ZGOa+ftf3815+MwzMCOgAM4DN5/kUQHEcx3Ecx3Ecp0cMjuM4juM4juP0mMFxHMdxHMdxnB4zOI7jOI7jOI7TYwbHcRzHcRzHcXrM4DiO4ziO4zhOjxkcx3Ecx3Ecx+kxD/g25wARQUQQEUQEEcH5/TR//ny+8IUvsHnzZurr6+lL5eXlfPOb36S8vJwNGzagqjiO4zhnkgACIiACIoAAguOcqwznABFBRBARRAQRQUQQEZzfP0OHDmXAgAHMnj0bYwx9afbs2QwaNIhhw4bhOI7j9DUBBBGDiAFjAAUUVEEVVAEFFIxBxCBiAAGEviYiiAgigoggIogIIoKIICI4js9ZJCJkjBo1iqlTpyIidLV582beeustVBVVxfn98OqrrzJmzBguv/xynn32Waqrq+kLxcXFXHnllYgIy5cvR1VxHMdxepkIR6iSoaq0UxDAeB7ih+ik6RQ2CFBrUT5ChCNU6U0igqpyVkRiMHYKnD8VRk6EvCLILQTjQUsDVO+F6j3w1lJ4Zzmo4pw9PueAkSNHcv311yMidJWVlcX69etRVc6WWCzGtddey6xZs8jLy6MvtbS0sGzZMhYtWkRzczO/r95//3327dtHeXk5s2bN4sknn8RaS28SET7zmc8QjUaprKzk3XffRVVxHMdxeokIIKCWTp4fwsstIFYyhFDhAMguIJJfgJeVjZeVg6IIQtDWTNDWQqKhHlrqSdUdoLXqQ4KmeoJ0iiPEAAqqnC4RQVUJhUJEIhFUleMREZLJJMlkkl41/mq459vgeSAcIhyRWwS5hTB8HEy9DlJxWPcyvPAQ1FbinHk+5wBrLaqKiCAiWGsREZLJJKrK2XTt...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 7618 ms - 709266
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element
[HTTP] {"using":"accessibility id","value":"edit_profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","edit_profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 135 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 855 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 2149 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [BaseDriver] Waited for 4330 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"No element found","status":7}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [MJSONWP] at AndroidDriver.callee$0$0$ (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [MJSONWP] at tryCatch (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/Users//.nvm/versions/node/v9.0.0/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [MJSONWP] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/element 500 5034 ms - 164
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"edit_profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","edit_profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-4k2y6g.2z0e.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCXyW5Z3o/d//uu9nyZM8WVlCEvZNERUVXFAUKFhRWku10/lUpVpta+e0nmk7877nnZl2etqZdj7n7bxnltPNatVWbWstItoiCrigLGJFwYUdwpaQkH19lvv6vzwJgURAIyQQp9f3K4DiOI7jOI7jOE6vGBzHcRzHcRzH6TWD4ziO4ziO4zi9ZnAcx3Ecx3Ecp9cMjuM4juM4juP0msFxHMdxHMdxnF4zOI7jOI7jOI7Tax7wHQYAEUFEEBFEBBHB+fO0cOFCPv/5z7Nlyxbq6+vpT2VlZXzrW9+irKyMjRs3oqo4juM4Z5IAAiIgAiKAAILjDFSGAUBEEBFEBBFBRBARRATnz8/IkSMZMmQIc+fOxRhDf5o7dy7Dhg1j1KhROI7jOP1NAEHEIGLAGEABBVVQBVVAAQVjEDGIGEAAob+JCCKCiCAiiAgigoggIogIjuNzFokIGePGjWPatGmICN1t2bKF119/HVVFVXH+PLzwwgtMmDCBK664gsWLF1NdXU1/KCoq4sorr0REePHFF1FVHMdxnD4mwlGqZKgqHRQEMJ6H+CG6aDqFDQLUWpT3EOEoVfqSiKCqnBVi4NzL4KKZUDIWioZB3iA6NNdDUx2UvwNvrYa3V0N7K87Z4zMAjB07luuuuw4RobusrCw2bNiAqnK2xGIxrr32WubMmUNubi79qaWlhZUrV7J06VKam5v5c/XOO+9w4MABysrKmDNnDr/97W+x1tKXRISPfexjRKNRKioqeOutt1BVHMdxnD4iAgiopYvnh/Di+cSKRxAqGALZ+UTy8vGysvGyclAUQQjamgnaWkg01ENLPam6Klor9xA01ROkUxwlBlBQ5XSJCKpKKBQiEomgqpyIiJBMJkkmk/SJoSPgus/DxXMhHAUROohwVG4R5BZCyVi4fD6ohZd+D8sfhUP7cc48nwHAWouqIiKICNZaRIRkMomq...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 7072 ms - 694858
[HTTP]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 196 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1311 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2383 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3389 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 7304 ms - 74
[HTTP]
[HTTP] --> POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements
[HTTP] {"using":"accessibility id","value":"edit_profile_details_button"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["accessibility id","edit_profile_details_button","e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 5000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 196 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 854 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1657 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 2690 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 3696 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 4756 ms so far
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"accessibility id","selector":"edit_profile_details_button","context":"","multiple":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'edit_profile_details_button' using 'ACCESSIBILITY_ID' with the contextId: '' multiple: true
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[DESCRIPTION=edit_profile_details_button]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[DESCRIPTION=edit_profile_details_button, INSTANCE=0]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":[],"status":0}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Device API level: 18
[debug] [MJSONWP] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/elements 200 5519 ms - 74
[HTTP]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-18tz8j5.ld53h.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCWDW5Z3o++/v+f/fJW+SNxtLSMK+KSKg4oaigGC1Uisus9SlWm1rO60z7bTnnHtnOtPbnlnuzPSc3pnbTselth3tYi0q2iIKKLKLFQUXdghbQkL29V3+z+/wJgQSAQ2QAE6fz0cAxXEcx3Ecx3GcXjE4juM4juM4jtNrBsdxHMdxHMdxes3gOI7jOI7jOE6vGRzHcRzHcRzH6TWD4ziO4ziO4zi9ZnAcx3Ecx3Ecp9c84NucA0QEEUFEEBFEBOcP0z333MNnP/tZNm/eTH19Pf2prKyMb33rW5SVlbFhwwZUFcdxHOdMEkBABERABBBAcJxzleEcICKICCKCiCAiiAgigvOHZ/jw4QwaNIg5c+ZgjKE/zZkzhyFDhjBixAgcx3Gc/iaAIGIQMWAMoICCKqiCKqCAgjGIGEQMIIDQ30QEEUFEEBFEBBFBRBARRATH8TmLRISMMWPGcOmllyIidLd582befPNNVBVVxfnD8OqrrzJu3DiuvPJKnn32Waqrq+kPRUVFXHXVVYgIy5YtQ1VxHMdx+pgIR6iSoap0UBDAeB7ih+ii6RQ2CFBrUT5AhCNU6Usigqpy1lx8HYydAiVjYMgIyM6HIA1BGmr2w86NsG0DvLMCWhpxzh6fc8Do0aO54YYbEBG6y8rKYv369agqZ0ssFuP6669n9uzZxONx+lNLSwtLly5l4cKFNDc384fqvffeY//+/ZSVlTF79mx+9atfYa2lL4kI1113HdFolIqKCt555x1UFcdxHKePiAACauni+SG83HxixcMIFQyC7Hwiefl4Wdl4WTkoiiAEbc0EbS0kGuqhpZ5UXRWtlbsJmuoJ0imOEAMoqHK6RARVJRQKEYlEUFWOR0RIJpMkk0n6xPDxcPWtMPV6iGaDCB1E6OCH6BAbB2Xj4OpbQQN45VfwylNwcD/OmedzDrDWoqqICCKCtRYRIZlMoqqc...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 5735 ms - 691870
[HTTP]
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Device API level: 18
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell /system/bin/rm /data/local/tmp/screenshot.png\; /system/bin/screencap -p /data/local/tmp/screenshot.png'
[HTTP] --> GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ls -la /data/local/tmp/screenshot.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 pull /data/local/tmp/screenshot.png /var/folders/n1/fcqs17xx55s_lp3sr9zb_6b00000gn/T/appium1181026-46674-1jcjpg2.otwfg.png'
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell dumpsys input'
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AACAAElEQVR4AezBCZyW5X3o/d//uu9nmWf2GZZhZtg3FwSMgIqigGBEiUqMaRuVaEwakxM9TZq+7fv2JE2bc9qenvacfNrXJlETo9WsBhGNiAqK7GJEQWVfBhhmYJh9fZb7+h+eGQZmBHSAGcD0+n4FUBzHcRzHcRzH6RGD4ziO4ziO4zg9ZnAcx3Ecx3Ecp8cMjuM4juM4juP0mMFxHMdxHMdxnB4zOI7jOI7jOI7TYwbHcRzHcRzHcXrMA77HBUBEEBFEBBFBRHD+c5o/fz5f/OIX2bp1K3V1dfSl0tJSvvOd71BaWsrGjRtRVRzHcZxzSQABERABEUAAwXEuVIYLgIggIogIIoKIICKICM5/PkOHDmXAgAHMnj0bYwx9afbs2QwaNIhhw4bhOI7j9DUBBBGDiAFjAAUUVEEVVAEFFIxBxCBiAAGEviYiiAgigoggIogIIoKIICI4js95JCKkjRo1ismTJyMidLV161befvttVBVVxfnP4fXXX2fMmDFcffXVLFy4kKqqKvpCYWEh11xzDSLC8uXLUVUcx3GcXibCMaqkqSrtFAQwnof4ITppKokNAtRalA8R4RhVepOIoKqcF34Yxl0DI8fD8HFQPBz8MHg+JOOwfxeUb4M978O6F8FanPPH5wIwcuRIbrrpJkSErjIyMtiwYQOqyvkSi8W48cYbmTVrFjk5OfSl5uZmli1bxuLFi2lqauI/qw8++IADBw5QWlrKrFmz+NWvfoW1lt4kItxwww1Eo1EqKip47733UFUcx3GcXiICCKilk+eH8LLziBUNIZQ/ADLziOTm4WVk4mVkoSiCELQ2EbQ2E6+vg+Y6krWHaKncS9BYR5BKcowYQEGVsyUiqCqhUIhIJIKqcjIiQiKRIJFI0CuKh8OUm+G6OyAjC0RoJ8IxfhhGjYdR4+H6O+COh2Ddi7DqOTiwB1Ccc8vnAmCtRVUREUQEay0iQiKR...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675/screenshot 200 3210 ms - 692682
[HTTP]
[debug] [MJSONWP] Responding to client with driver.getSession() 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,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"Android","app":"/Users//workspace/xx/psychic-adventure/mobile/android/app/build/outputs/apk/debug/app-debug.apk","maxTypingFrequency":30,"androidInstallTimeout":120000,"requestOrigins":{"url":"http://webdriver.io","version":"4.13.2","name":"webdriverio"}},"handlesAlerts":true,"rotatable":true,"automationName":"uiautomator","platformName":"Android","appWaitPackage":"com.xxxx.xx","appWaitActivity":"com.xxxx.xx.MainActivity","appWaitDuration":120000,"deviceName":"016B65AF0C00C006","app":"/Use...
[HTTP] <-- GET /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675 200 3186 ms - 1580
[HTTP]
[HTTP] --> DELETE /wd/hub/session/e2b2bf02-65ce-4197-8d80-ea09d5f1e675
[HTTP] {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["e2b2bf02-65ce-4197-8d80-ea09d5f1e675"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1543268094596 (13:34:54 GMT-0800 (PST))
[Appium] Removing session e2b2bf02-65ce-4197-8d80-ea09d5f1e675 from our master session list
[debug] [AndroidDriver] Shutting down Android driver
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell am force-stop com.xxxx.xx'
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 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: {"value":"OK, shutting down","status":0}
[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] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell ps'
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Running '/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s 016B65AF0C00C006 shell am force-stop io.appium.unlock'
[debug] [AndroidDriver] Not cleaning generated files. Add `clearSystemFiles` capability if wanted.
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1543268099165 (13:34:59 GMT-0800 (PST))
[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/e2b2bf02-65ce-4197-8d80-ea09d5f1e675 200 4571 ms - 76
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment