Skip to content

Instantly share code, notes, and snippets.

@Sandarekha
Created November 24, 2017 06:16
Show Gist options
  • Save Sandarekha/0dba50c775e781703b9b5f5b78616896 to your computer and use it in GitHub Desktop.
Save Sandarekha/0dba50c775e781703b9b5f5b78616896 to your computer and use it in GitHub Desktop.
Scroll issue -android
[info] [Appium] Welcome to Appium v1.7.1
[info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"capabilities":{"desiredCapabilities":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"firstMatch":[{"platformName":"android"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},null,{"desiredCapabilities":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"firstMatch":[{"platformName":"android"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1511504027252 (11:43:47 GMT+0530 (Sri Lanka Standard Time))
[info] [Appium] Creating new AndroidDriver (v1.28.1) session
[info] [Appium] Capabilities:
[info] [Appium] app: 'C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk'
[info] [Appium] appActivity: 'ui.ActSplashScreen'
[info] [Appium] appPackage: 'com.ipay.mobile'
[info] [Appium] appium-version: '1.2.7'
[info] [Appium] appwaitDuration: '30000'
[info] [Appium] automationName: 'Appium'
[info] [Appium] deviceName: 'Micromax E485'
[info] [Appium] platformName: 'Android'
[info] [Appium] platformVersion: '5'
[info] [Appium] resetKeyboard: true
[info] [Appium] unicodeKeyboard: true
[warn] [BaseDriver] The following capabilities were provided, but are not recognized by appium: appium-version, appwaitDuration.
[info] [BaseDriver] Session created with session id: 50e4920a-b31e-4fcc-83eb-1db77030be34
[debug] [AndroidDriver] Getting Java version[info] [AndroidDriver] Java version is: 1.8.0_111
[info] [ADB] Checking whether adb is present
[info] [ADB] Using adb.exe from D:\android\sdk\platform-tools\adb.exe
[info] [AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[info] [AndroidDriver] Looking for a device with Android '5'
[debug] [ADB] Setting device id to V02755160490036173
[info] [ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","ro.build.version.release"]
[debug] [ADB] Current device property 'ro.build.version.release': 5.1
[info] [AndroidDriver] Using device: V02755160490036173
[info] [ADB] Checking whether adb is present[info] [ADB] Using adb.exe from D:\android\sdk\platform-tools\adb.exe
[debug] [ADB] Setting device id to V02755160490036173
[info] [BaseDriver] Using local app 'C:\Users\Sandarekha\Documents\app-debug.apk\app-debug.apk'
[debug] [AndroidDriver] Checking whether app is actually present
[info] [AndroidDriver] Starting Android session
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture[debug] [AndroidDriver] Enabling Unicode keyboard support
[debug] [AndroidDriver] Pushing unicode ime to device...
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","install","C:\\Users\\Sandarekha\\AppData\\Local\\Programs\\appium-desktop\\resources\\app\\node_modules\\appium\\node_modules\\appium-android-ime\\bin\\UnicodeIME-debug.apk"][debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","settings","get","secure","default_input_method"][debug] [AndroidDriver] Unsetting previous IME io.appium.android.ime/.UnicodeIME
[debug] [AndroidDriver] Setting IME to 'io.appium.android.ime/.UnicodeIME'
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","ime","enable","io.appium.android.ime/.UnicodeIME"][debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","ime","set","io.appium.android.ime/.UnicodeIME"][debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Uninstalling and re-installing 'io.appium.settings'
[debug] [ADB] Uninstalling io.appium.settings
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","pm","list","packages","io.appium.settings"][debug] [ADB] App is installed
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","am","force-stop","io.appium.settings"][debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","uninstall","io.appium.settings"][debug] [ADB] ADB command output: Success
[info] [ADB] io.appium.settings was successfully uninstalled
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","pm","list","packages","io.appium.settings"][debug] [ADB] App is not installed
[debug] [ADB] App 'C:\Users\Sandarekha\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\io.appium.settings\app\build\outputs\apk\settings_apk-debug.apk' not installed. Installing
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","install","C:\\Users\\Sandarekha\\AppData\\Local\\Programs\\appium-desktop\\resources\\app\\node_modules\\appium\\node_modules\\io.appium.settings\\app\\build\\outputs\\apk\\settings_apk-debug.apk"][debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","ro.build.version.sdk"]
[debug] [ADB] Current device property 'ro.build.version.sdk': 22
[debug] [ADB] Device API level: 22
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","dumpsys","package","io.appium.settings"][debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","ps"]
[debug] [ADB] Device API level: 22
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","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: 22
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","settings","put","secure","mock_location","1"][debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","install","C:\\Users\\Sandarekha\\AppData\\Local\\Programs\\appium-desktop\\resources\\app\\node_modules\\appium\\node_modules\\appium-unlock\\bin\\unlock_apk-debug.apk"][info] [ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","ro.build.version.release"][debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","wm","size"][debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': Micromax E485
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","ro.product.manufacturer"][debug] [ADB] Current device property 'ro.product.manufacturer': Micromax
[info] [AndroidDriver] Remote apk path is /data/local/tmp/672673702636e0e85445428f7d0289ff.apk
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","ls","/data/local/tmp/672673702636e0e85445428f7d0289ff.apk"]
[debug] [AndroidDriver] Checking if app is installed
[debug] [ADB] Getting install status for com.ipay.mobile
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","pm","list","packages","com.ipay.mobile"][debug] [ADB] App is installed
[info] [AndroidDriver] Apk is already on remote and installed, resetting
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","am","force-stop","com.ipay.mobile"][debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","pm","clear","com.ipay.mobile"][debug] [AndroidDriver] Extracting strings from apk C:\Users\Sandarekha\Documents\app-debug.apk\app-debug.apk undefined C:\Users\SANDAR~1\AppData\Local\Temp\com.ipay.mobile
[debug] [ADB] Extracting strings for language: default
[debug] [ADB] Device API level: 22
[debug] [ADB] Getting connected devices...[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","getprop","persist.sys.language"]
[debug] [ADB] Current device property 'persist.sys.language': en[debug] [ADB] No strings.xml for language 'en', getting default strings.xml[debug] [ADB] Reading strings from converted strings.json
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","push","C:\\Users\\SANDAR~1\\AppData\\Local\\Temp\\com.ipay.mobile\\strings.json","/data/local/tmp"][debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","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 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","push","C:\\Users\\Sandarekha\\AppData\\Local\\Programs\\appium-desktop\\resources\\app\\node_modules\\appium\\node_modules\\appium-android-bootstrap\\bootstrap\\bin\\AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","ps"][info] [ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","V02755160490036173","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.ipay.mobile","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false][debug] [UiAutomator] Moving to state 'online'
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[info] [AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","dumpsys","window"][info] [AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Device API level: 22
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","am","start","-W","-n","com.ipay.mobile/ui.ActSplashScreen","-S"][debug] [ADB] We tried to start an activity that doesn't exist, retrying with . prepended to activity
[debug] [ADB] Device API level: 22
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\android\sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","V02755160490036173","shell","am","start","-W","-n","com.ipay.mobile/.ui.ActSplashScreen","-S"][info] [Appium] New AndroidDriver session created successfully, session 50e4920a-b31e-4fcc-83eb-1db77030be34 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1511504046537 (11:44:06 GMT+0530 (Sri Lanka Standard 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":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- POST /wd/hub/session 200 19294 ms - 1081 [info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/timeouts {"type":"implicit","ms":30000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",30000,"50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [BaseDriver] Set implicit wait to 30000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/timeouts 200 6 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/btnEnglish"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/btnEnglish","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","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 'com.ipay.mobile:id/btnEnglish' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnEnglish][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'com.ipay.mobile:id/btnEnglish' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnEnglish]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":7,"value":"No element found"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 347 ms so far[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","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 'com.ipay.mobile:id/btnEnglish' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnEnglish][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding 'com.ipay.mobile:id/btnEnglish' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnEnglish]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":7,"value":"No element found"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [BaseDriver] Waited for 1336 ms so far[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnEnglish","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 'com.ipay.mobile:id/btnEnglish' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnEnglish][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"1"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 2293 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 3 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/1/click {"id":"1"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["1","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"1"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"1"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.click() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/1/click 200 366 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/btnYes"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/btnYes","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnYes","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/btnYes","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 'com.ipay.mobile:id/btnYes' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/btnYes][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"2"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"2"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 545 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 8 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/2/click {"id":"2"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["2","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"2"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"2"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.click() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/2/click 200 845 ms - 76 [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/cbTerms","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 'com.ipay.mobile:id/cbTerms' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/cbTerms][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"3"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"3"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 1091 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/3/click {"id":"3"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["3","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"3"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"3"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.click() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/3/click 200 297 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etUsername"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etUsername","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etUsername","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etUsername","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 'com.ipay.mobile:id/etUsername' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etUsername][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"4"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"4"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 585 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 3 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 4 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/4/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["4","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:getAttribute","params":{"attribute":"displayed","elementId":"4"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:getAttribute","params":{"attribute":"displayed","elementId":"4"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getAttribute
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"true"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/4/displayed 200 27 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etUsername"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etUsername","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etUsername","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etUsername","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 'com.ipay.mobile:id/etUsername' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etUsername]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"5"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 27 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 3 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/5/value {"id":"5","value":["pageup"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["pageup"],"5","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"5","text":"pageup","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"5","text":"pageup","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 5
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: pageup[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/5/value 200 4860 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etPassword"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etPassword","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etPassword","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etPassword","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 'com.ipay.mobile:id/etPassword' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etPassword][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"6"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"6"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 533 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 5 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 8 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/6/value {"id":"6","value":["123456"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["123456"],"6","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"6","text":"123456","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"6","text":"123456","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 6
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 123456[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/6/value 200 4851 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etFirstName"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etFirstName","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etFirstName","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etFirstName","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 'com.ipay.mobile:id/etFirstName' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etFirstName][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"7"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"7"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 585 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/7/value {"id":"7","value":["FirstName"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["FirstName"],"7","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"7","text":"FirstName","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"7","text":"FirstName","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 7
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: FirstName[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/7/value 200 4998 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etLastName"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etLastName","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etLastName","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etLastName","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 'com.ipay.mobile:id/etLastName' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [UIAUTO STDOUT] [APPIUM-UIAUTO] [debug] Using: UiSelector[INSTANCE
[debug] [AndroidBootstrap] [UIAUTO STDOUT] =0, RESOURCE_ID=com.ipay.mobile:id/etLastName][/APPIUM-UIAUTO]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"8"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"8"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 547 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 3 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/8/value {"id":"8","value":["LastName"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["LastName"],"8","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"8","text":"LastName","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"8","text":"LastName","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 8
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: LastName[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/8/value 200 4942 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etEmail"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etEmail","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etEmail","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etEmail","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 'com.ipay.mobile:id/etEmail' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etEmail][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"9"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"9"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 543 ms - 87
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 3 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081 [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"9","text":"sandaru023@gmail.com","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 9
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: sandaru023@gmail.com[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/9/value 200 5233 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etMobile"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etMobile","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etMobile","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etMobile","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 'com.ipay.mobile:id/etMobile' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etMobile][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"10"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"10"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 528 ms - 88
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/10/value {"id":"10","value":["12555421"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["12555421"],"10","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"10","text":"12555421","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"10","text":"12555421","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 10
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 12555421[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/10/value 200 5478 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etNic"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etNic","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etNic","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etNic","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 'com.ipay.mobile:id/etNic' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etNic][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"11"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"11"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 556 ms - 88
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 4 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/11/value {"id":"11","value":["912544258V"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["912544258V"],"11","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"11","text":"912544258V","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"11","text":"912544258V","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 11
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 912544258V[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/11/value 200 5468 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element {"using":"id","value":"com.ipay.mobile:id/etPassport"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.ipay.mobile:id/etPassport","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[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 30000 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etPassport","context":"","multiple":false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"com.ipay.mobile:id/etPassport","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 'com.ipay.mobile:id/etPassport' using 'ID' with the contextId: '' multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.ipay.mobile:id/etPassport][debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"ELEMENT":"12"}}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"12"}
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element 200 544 ms - 88
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 1 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"Micromax E485","platformName":"Android","platformVersion":"5","resetKeyboard":true,"unicodeKeyboard":true},"app":"C:\\Users\\Sandarekha\\Documents\\app-debug.apk\\app-debug.apk","appActivity":"ui.ActSplashScreen","appPackage":"com.ipay.mobile","appium-version":"1.2.7","appwaitDuration":"30000","automationName":"Appium","deviceName":"V02755160490036173","platformName":"Android","platformVersion":"5.1","resetKeyboard":true,"unicodeKeyboard":true,"deviceUDID":"V02755160490036173","deviceScreenSize":"1080x1920","deviceModel":"Micromax E485","deviceManufacturer":"Micromax"}
[info] [HTTP] <-- GET /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34 200 2 ms - 1081
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/12/value {"id":"12","value":["15472869"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["15472869"],"12","50e4920a-b31e-4fcc-83eb-1db77030be34"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"12","text":"15472869","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"12","text":"15472869","replace":false,"unicodeKeyboard":true}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 12
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 15472869[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.setValue() result: true
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/element/12/value 200 5401 ms - 76
[info] [HTTP] --> POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/execute {"script":"mobile: scroll","args":[{"direction":"up"}]}
[debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["mobile: scroll",[{"direction":"up"}],"50e4920a-b31e-4fcc-83eb-1db77030be34"]
[info] [HTTP] <-- POST /wd/hub/session/50e4920a-b31e-4fcc-83eb-1db77030be34/execute 501 2 ms - 122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment