Skip to content

Instantly share code, notes, and snippets.

@gamesguru
Created November 1, 2017 18:41
Show Gist options
  • Save gamesguru/7b740c93ea0683962006765699fe87bb to your computer and use it in GitHub Desktop.
Save gamesguru/7b740c93ea0683962006765699fe87bb to your computer and use it in GitHub Desktop.
...starting appium...
[Appium] Welcome to Appium v1.6.5
[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 {"desiredCapabilities":{"udid":"86501a68f79700000000","deviceName":"OCTP_7","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},"capabilities":{"firstMatch":[{"udid":"86501a68f79700000000","deviceName":"OCTP_7","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"udid":"86501a68f79700000000","deviceName":"OCTP_7","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},null,{"firstMatch":[{"udid":"86501a68f79700000000","deviceName":"OCTP_7","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1509561011491 (14:30:11 GMT-0400 (Eastern Daylight Time))
[Appium] Creating new AndroidDriver (v1.20.0) session
[Appium] Capabilities:
[Appium] udid: '86501a68f79700000000'
[Appium] deviceName: 'OCTP_7'
[Appium] appPackage: 'com.lci1.one'
[Appium] appActivity: 'md514e745197d12febda9505d9609e0ec28.SplashScreen'
[Appium] noReset: true
[Appium] fullReset: false
[Appium] platformName: 'Android'
[debug] [AndroidDriver] AndroidDriver version: 1.20.0
[BaseDriver] Session created with session id: 744fc745-e795-4dd1-973a-25d49204a035
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_131
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[AndroidDriver] Using device: 86501a68f79700000000
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
[debug] [ADB] Setting device id to 86501a68f79700000000
[AndroidDriver] App file was not listed, instead we're going to run com.lci1.one directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","pm","list","packages","com.lci1.one"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","pm","list","packages","io.appium.settings"]
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for io.appium.settings
[debug] [ADB] Getting connected devices...
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\aapt.exe
[ADB] Cannot read version codes of C:\Users\ShaneLCI\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\app\build\outputs\apk\settings_apk-debug.apk and/or io.appium.settings. Assuming correct app version is already installed
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","dumpsys","package","io.appium.settings"]
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","getprop","ro.build.version.sdk"]
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","dumpsys","package","io.appium.settings"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","install","C:\\Users\\ShaneLCI\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-unlock\\bin\\unlock_apk-debug.apk"]
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","settings","put","secure","mock_location","1"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","wm","size"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': OCTP_7
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","getprop","ro.product.manufacturer"]
[debug] [ADB] Current device property 'ro.product.manufacturer': softwinner
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","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 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","push","C:\\Users\\ShaneLCI\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-android-bootstrap\\bootstrap\\bin\\AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","forward","tcp:4724","tcp:4724"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","86501a68f79700000000","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.lci1.one","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","86501a68f79700000000","shell","am","start","-W","-n","com.lci1.one/md514e745197d12febda9505d9609e0ec28.SplashScreen","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session 744fc745-e795-4dd1-973a-25d49204a035 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1509561024919 (14:30:24 GMT-0400 (Eastern Daylight Time))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"udid":"86501a68f79700000000","deviceName":"OCTP_7","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},"udid":"86501a68f79700000000","deviceName":"86501a68f79700000000","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android","deviceUDID":"86501a68f79700000000","platformVersion":"4.4.2","deviceScreenSize":"1024x600","deviceModel":"OCTP_7","deviceManufacturer":"softwinner"}
[HTTP] <-- POST /wd/hub/session 200 13442 ms - 848
[HTTP] --> POST /wd/hub/session/744fc745-e795-4dd1-973a-25d49204a035/timeouts {"type":"implicit","ms":7000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",7000,"744fc745-e795-4dd1-973a-25d49204a035"]
[debug] [BaseDriver] Set implicit wait to 7000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/744fc745-e795-4dd1-973a-25d49204a035/timeouts 200 8 ms - 76
[HTTP] --> POST /wd/hub/session/744fc745-e795-4dd1-973a-25d49204a035/element {"using":"-android uiautomator","value":"UiSelector().text(\"Lighting\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","UiSelector().text(\"Lighting\")","744fc745-e795-4dd1-973a-25d49204a035"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 7000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"-android uiautomator","selector":"UiSelector().text(\"Lighting\")","context":"","multiple":false}}
[HTTP] <-- POST /wd/hub/session/744fc745-e795-4dd1-973a-25d49204a035/element - - ms - -
[HTTP] --> POST /wd/hub/session/744fc745-e795-4dd1-973a-25d49204a035/elements {"using":"id","value":"com.lci1.one:id/primaryText"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["id","com.lci1.one:id/primaryText","744fc745-e795-4dd1-973a-25d49204a035"]
================================
SECOND LOG (PORT 4724)
================================
...starting appium...
[Appium] Welcome to Appium v1.6.5
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] port: 4724
[Appium] Appium REST http interface listener started on 127.0.0.1:4724
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"udid":"03501af696b500000000","deviceName":"OCTP_5","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},"capabilities":{"firstMatch":[{"udid":"03501af696b500000000","deviceName":"OCTP_5","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"udid":"03501af696b500000000","deviceName":"OCTP_5","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},null,{"firstMatch":[{"udid":"03501af696b500000000","deviceName":"OCTP_5","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1509561011496 (14:30:11 GMT-0400 (Eastern Daylight Time))
[Appium] Creating new AndroidDriver (v1.20.0) session
[Appium] Capabilities:
[Appium] udid: '03501af696b500000000'
[Appium] deviceName: 'OCTP_5'
[Appium] appPackage: 'com.lci1.one'
[Appium] appActivity: 'md514e745197d12febda9505d9609e0ec28.SplashScreen'
[Appium] noReset: true
[Appium] fullReset: false
[Appium] platformName: 'Android'
[debug] [AndroidDriver] AndroidDriver version: 1.20.0
[BaseDriver] Session created with session id: 00b84c71-6683-4b71-97ca-4f27d76fd9f8
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_131
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[AndroidDriver] Using device: 03501af696b500000000
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
[debug] [ADB] Setting device id to 03501af696b500000000
[AndroidDriver] App file was not listed, instead we're going to run com.lci1.one directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","pm","list","packages","com.lci1.one"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","pm","list","packages","io.appium.settings"]
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for io.appium.settings
[debug] [ADB] Getting connected devices...
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\aapt.exe
[ADB] Cannot read version codes of C:\Users\ShaneLCI\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\app\build\outputs\apk\settings_apk-debug.apk and/or io.appium.settings. Assuming correct app version is already installed
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","dumpsys","package","io.appium.settings"]
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","getprop","ro.build.version.sdk"]
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","dumpsys","package","io.appium.settings"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","install","C:\\Users\\ShaneLCI\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-unlock\\bin\\unlock_apk-debug.apk"]
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","settings","put","secure","mock_location","1"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","wm","size"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': OCTP_5
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","getprop","ro.product.manufacturer"]
[debug] [ADB] Current device property 'ro.product.manufacturer': softwinner
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","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 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","push","C:\\Users\\ShaneLCI\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-android-bootstrap\\bootstrap\\bin\\AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","forward","tcp:4724","tcp:4724"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","03501af696b500000000","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.lci1.one","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 19
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[debug] [ADB] Running 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","03501af696b500000000","shell","am","start","-W","-n","com.lci1.one/md514e745197d12febda9505d9609e0ec28.SplashScreen","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session 00b84c71-6683-4b71-97ca-4f27d76fd9f8 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1509561023039 (14:30:23 GMT-0400 (Eastern Daylight Time))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"udid":"03501af696b500000000","deviceName":"OCTP_5","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android"},"udid":"03501af696b500000000","deviceName":"03501af696b500000000","appPackage":"com.lci1.one","appActivity":"md514e745197d12febda9505d9609e0ec28.SplashScreen","noReset":true,"fullReset":false,"platformName":"Android","deviceUDID":"03501af696b500000000","platformVersion":"4.4.2","deviceScreenSize":"800x480","deviceModel":"OCTP_5","deviceManufacturer":"softwinner"}
[HTTP] <-- POST /wd/hub/session 200 11551 ms - 847
[HTTP] --> POST /wd/hub/session/00b84c71-6683-4b71-97ca-4f27d76fd9f8/timeouts {"type":"implicit","ms":7000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",7000,"00b84c71-6683-4b71-97ca-4f27d76fd9f8"]
[debug] [BaseDriver] Set implicit wait to 7000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/00b84c71-6683-4b71-97ca-4f27d76fd9f8/timeouts 200 6 ms - 76
[HTTP] --> POST /wd/hub/session/00b84c71-6683-4b71-97ca-4f27d76fd9f8/element {"using":"-android uiautomator","value":"UiSelector().text(\"Lighting\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","UiSelector().text(\"Lighting\")","00b84c71-6683-4b71-97ca-4f27d76fd9f8"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 7000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"-android uiautomator","selector":"UiSelector().text(\"Lighting\")","context":"","multiple":false}}
[HTTP] <-- POST /wd/hub/session/00b84c71-6683-4b71-97ca-4f27d76fd9f8/element - - ms - -
[HTTP] --> POST /wd/hub/session/00b84c71-6683-4b71-97ca-4f27d76fd9f8/elements {"using":"id","value":"com.lci1.one:id/primaryText"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["id","com.lci1.one:id/primaryText","00b84c71-6683-4b71-97ca-4f27d76fd9f8"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment