Failed to locate element. Clearing Accessibility cache and retrying

Hi

I am new in Appium and i am getting following error while clicking on ‘Next’ button from App.Button is enabled but before it clicked my app is crash.

“Failed to locate element. Clearing Accessibility cache and retrying”

Here is Appium server log

Starting Node Server
warn: Appium support for versions of node < 0.12 has been deprecated and will be removed in a future version. Please upgrade!
info: Welcome to Appium v1.4.0 (REV 8f63e2f91ef7907aed8bda763f4e5ca08e86970a)
info: Appium REST http interface listener started on 127.0.0.1:4723
info: [debug] Non-default server args: {“app”:“D:\Guru99\Peddle.apk”,“address”:“127.0.0.1”,“logNoColors”:true,“androidPackage”:“com.peddle.seller”,“androidActivity”:“com.peddle.seller.SplashActivity”,“avd”:“BuyerApp”,“androidDeviceReadyTimeout”:“299”,“platformName”:“Android”,“platformVersion”:“18”,“automationName”:“Appium”}
info: Console LogLevel: debug
info: → POST /wd/hub/session {“desiredCapabilities”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”}}
info: Client User-Agent string: Apache-HttpClient/4.4.1 (Java/1.7.0_80-ea)
info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : VERSION, appium-version, appactivity, BROWSER_NAME
info: [debug] Using local app from command line: D:\Guru99\Peddle.apk
info: [debug] Creating new appium session 34781964-a5f9-4aad-b0d5-0ecc9509bd9d
info: Starting android appium
info: [debug] Getting Java version
info: Java version is: 1.7.0_80-ea
info: [debug] Checking whether adb is present
info: [debug] Using adb from D:\SDK\platform-tools\adb.exe
info: [debug] Set chromedriver binary as: C:\Program Files\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Checking whether app is actually present
info: [debug] Trying to find BuyerApp emulator
info: [debug] Getting connected emulators
info: [debug] Getting connected devices…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe devices
info: [debug] 1 device(s) connected
info: [debug] 1 emulator(s) connected
info: [debug] Sending telnet command to device: avd name
info: [debug] Getting running emulator port
info: [debug] Socket connection to device created
info: [debug] Socket connection to device ready
info: [debug] Telnet command got response: BuyerApp
info: [debug] Found emulator BuyerApp in port 5554
info: [debug] Setting device id to emulator-5554
info: [debug] Did not launch AVD because it was already running.
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 299)
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 wait-for-device
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “echo ‘ready’”
info: [debug] Starting logcat capture
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: Device API level is: 17
info: [debug] Extracting strings for language: default
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop persist.sys.language”
info: [debug] Current device persist.sys.language: en
info: [debug] java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “D:\Guru99\Peddle.apk” “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller” en
info: [debug] No strings.xml for language ‘en’, getting default strings.xml
info: [debug] java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “D:\Guru99\Peddle.apk” “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller”
info: [debug] Reading strings from converted strings.json
info: [debug] Setting language to default
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 push “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller\strings.json” /data/local/tmp
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from D:\SDK\build-tools\21.1.2\aapt.exe
info: [debug] Retrieving process from manifest.
info: [debug] executing cmd: D:\SDK\build-tools\21.1.2\aapt.exe dump xmltree D:\Guru99\Peddle.apk AndroidManifest.xml
info: [debug] Set app process to: com.peddle.seller
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Checking app cert for D:\Guru99\Peddle.apk.
info: [debug] executing cmd: java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\verify.jar” D:\Guru99\Peddle.apk
info: [debug] App already signed.
info: [debug] Zip-aligning D:\Guru99\Peddle.apk
info: [debug] Checking whether zipalign is present
info: [debug] Using zipalign from D:\SDK\build-tools\21.1.2\zipalign.exe
info: [debug] Zip-aligning apk.
info: [debug] executing cmd: D:\SDK\build-tools\21.1.2\zipalign.exe -f 4 D:\Guru99\Peddle.apk C:\Users\MTech\AppData\Local\Temp\11563-5052-155lb0x\appium.tmp
info: [debug] MD5 for app is 6352d950b4758fcfdc74b5eb8c666874
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ls /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk”
info: [debug] Getting install status for com.peddle.seller
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “pm list packages -3 com.peddle.seller”
info: [debug] App is not installed
info: Installing App
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “mkdir -p /data/local/tmp/”
info: [debug] Removing any old apks
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ls /data/local/tmp/*.apk”
info: [debug] Found an apk we want to keep at /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk
info: [debug] Couldn’t find any apks to remove
info: [debug] Uninstalling com.peddle.seller
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “am force-stop com.peddle.seller”
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 uninstall com.peddle.seller
info: [debug] App was not uninstalled, maybe it wasn’t on device?
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “pm install -r /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk”
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 forward tcp:4724 tcp:4724
info: [debug] Pushing appium bootstrap to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 push “C:\Program Files\Appium\node_modules\appium\build\android_bootstrap\AppiumBootstrap.jar” /data/local/tmp/
info: [debug] Pushing settings apk to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 install “C:\Program Files\Appium\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
info: [debug] Pushing unlock helper app to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 install “C:\Program Files\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
info: Starting App
info: [debug] Attempting to kill all ‘uiautomator’ processes
info: [debug] Getting all processes with ‘uiautomator’
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ps ‘uiautomator’”
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap -e pkg com.peddle.seller -e disableAndroidWatchers false
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
info: [debug] Waking up device if it’s not alive
info: [debug] Pushing command to appium work queue: [“wake”,{}]
info: [debug] [BOOTSTRAP] [debug] Loading json…
info: [debug] [BOOTSTRAP] [debug] json loading complete.
info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] [BOOTSTRAP] [debug] Client connected
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“wake”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: wake
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window”
info: [debug] Screen already unlocked, continuing.
info: [debug] Pushing command to appium work queue: [“getDataDir”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“getDataDir”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“/data”,“status”:0}
info: [debug] dataDir set to: /data
info: [debug] Pushing command to appium work queue: [“compressedLayoutHierarchy”,{“compressLayout”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“compressedLayoutHierarchy”,“params”:{“compressLayout”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:false,“status”:0}
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.peddle.seller/com.peddle.seller.SplashActivity”
info: [debug] Waiting for pkg “com.peddle.seller” and activity “com.peddle.seller.SplashActivity” to be focused
info: [debug] Getting focused package and activity
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window windows”
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.release”
info: [debug] Device is at release version 4.2.2
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 60 secs
info: [debug] Appium session started with sessionId 34781964-a5f9-4aad-b0d5-0ecc9509bd9d
info: ← POST /wd/hub/session 303 62310.789 ms - 74
info: → GET /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.2.2”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← GET /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d 200 3.017 ms - 768 {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.2.2”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:20000}
info: [debug] Set Android implicit wait to 20000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 4.083 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“Get your offer”}
warn: [DEPRECATED] The name locator strategy has been deprecated and will be removed. Please use the accessibility id locator strategy instead.
info: [debug] Waiting up to 20000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 1178ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 2834ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 4867ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 6232ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 7611ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 9497ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 12458ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 13407ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“1”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 36776.461 ms - 87 {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/1/click {“id”:“1”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“1”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“1”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/1/click 200 3507.738 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.860 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“2012”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“2012”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“2012”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding 2012 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“2”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 20225.677 ms - 87 {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/2/click {“id”:“2”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“2”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“2”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/2/click 200 2200.976 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.884 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“Acura”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Acura using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Acura using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 15808ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Acura using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Acura using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“3”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 22680.897 ms - 87 {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/3/click {“id”:“3”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“3”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“3”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/3/click 200 3705.279 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.827 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“MDX”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“MDX”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“MDX”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding MDX using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=MDX, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=MDX, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“4”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“4”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 8609.326 ms - 87 {“status”:0,“value”:{“ELEMENT”:“4”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/4/click {“id”:“4”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“4”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“4”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/4/click 200 4730.448 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.792 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“Base”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Base”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Base”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Base using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Base, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Base, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“5”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“5”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 5261.753 ms - 87 {“status”:0,“value”:{“ELEMENT”:“5”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/5/click {“id”:“5”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“5”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“5”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/5/click 200 4300.238 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.883 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“I have a clean title.”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“I have a clean title.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“I have a clean title.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding I have a clean title. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=I have a clean title., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=I have a clean title., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“6”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 5508.748 ms - 87 {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/6/click {“id”:“6”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“6”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“6”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/6/click 200 4196.730 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/timeouts/implicit_wait 200 0.773 ms - 76 {“status”:0,“value”:null,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“ZIP code”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding ZIP code using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“7”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 200 3681.363 ms - 87 {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/7/value {“id”:“7”,“value”:[“78727”]}
info: [debug] Pushing command to appium work queue: [“element:setText”,{“elementId”:“7”,“text”:“78727”,“replace”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“7”,“text”:“78727”,“replace”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: setText
info: [debug] [BOOTSTRAP] [debug] Using element passed in.
info: [debug] [BOOTSTRAP] [debug] Attempting to clear using UiObject.clearText().
info: [debug] [BOOTSTRAP] [debug] Text remains after clearing, but it appears to be hint text.
info: [debug] [BOOTSTRAP] [debug] Text not cleared. Assuming remainder is hint text.
info: [debug] [BOOTSTRAP] [debug] Sending plain text to element: 78727
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element/7/value 200 32566.241 ms - 76 {“status”:0,“value”:true,“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: → POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element {“using”:“name”,“value”:“Next”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Next using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Next using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Condition unmet after 37957ms. Timing out.
info: [debug] Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“No element found”},“sessionId”:“34781964-a5f9-4aad-b0d5-0ecc9509bd9d”}
info: ← POST /wd/hub/session/34781964-a5f9-4aad-b0d5-0ecc9509bd9d/element 500 37959.016 ms - 195
info: [debug] Didn’t get a new command in 60 secs, shutting down…
info: Shutting down appium session
info: [debug] Pressing the HOME button
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “input keyevent 3”
info: [debug] Stopping logcat capture
info: [debug] Logcat terminated with code null, signal SIGTERM
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“shutdown”}
info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“OK, shutting down”,“status”:0}
info: [debug] Sent shutdown command, waiting for UiAutomator to stop…
info: [debug] [BOOTSTRAP] [debug] Closed client connection
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
info: [debug] [UIAUTOMATOR STDOUT] Time: 230.722
info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
info: [debug] UiAutomator shut down normally
info: [debug] Cleaning up android objects
info: [debug] Cleaning up appium session
info: [debug] We shut down because no new commands came in

Here is my script

private void GenerateOffer() throws Exception {

	 driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); 
	 WebElement Getyouroffer=driver.findElement(By.name("Get your offer"));
	 Getyouroffer.click();
	 driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Year = driver.findElement(By.name("2012"));
         Year.click();
         driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Make = driver.findElement(By.name("Acura"));
         Make.click();
        driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Model = driver.findElement(By.name("MDX"));
        Model.click();
        driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Trim = driver.findElement(By.name("Base"));
        Trim.click();
       driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Title = driver.findElement(By.name("I have a clean title."));
       Title.click();
       driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
       driver.findElement(By.name("ZIP code")).sendKeys("78727");
       driver.findElement(By.name("Next")).click();
	    
        //WebElement Next = driver.findElement(By.name("Next"));
	 //Next.click();
	 driver.manage().timeouts().implicitlyWait(25, TimeUnit.SECONDS);
	 WebElement Wheel = driver.findElement(By.name("All wheels are mounted and tires are inflated."));
         Wheel.click();

Expected Result : Should load next slide (All wheels are mounted and tires are inflated) once ‘Next’ button is clicked.

Actual Result: Next button is enabled but it is not clicked and App is Crashed.

Please help me to solve this…I don’t know why next slide is not loaded…

Thanks,
Gunjan.

Anyone please help me

Is the next button visible in the screen ?
Does this button have any leading or trailing space?

If its button, add below code to see, you are able to locate these buttons -

ArrayList<WebElement> list = (ArrayList<WebElement>) driver.findElements(By.className("android.widget.Button"));
for(int i=0; i<list.size(); i++) {
	System.out.println(list.get(i).getText());
}

Hi RamS

Thanks for quick reply.

Yes,‘Next’ button is Visible.
No button has no leading or trailing space.

I have tried with your suggestion but it is still not working.Also attached screenshot ‘Appium.png’ based on this you will get exact scenario

Here is Appium server log

Starting Node Server
warn: Appium support for versions of node < 0.12 has been deprecated and will be removed in a future version. Please upgrade!
info: Welcome to Appium v1.4.0 (REV 8f63e2f91ef7907aed8bda763f4e5ca08e86970a)
info: Appium REST http interface listener started on 127.0.0.1:4723
info: [debug] Non-default server args: {“app”:“D:\Guru99\Peddle.apk”,“address”:“127.0.0.1”,“logNoColors”:true,“androidPackage”:“com.peddle.seller”,“androidActivity”:“com.peddle.seller.SplashActivity”,“avd”:“BuyerApp”,“androidDeviceReadyTimeout”:“300”,“platformName”:“Android”,“platformVersion”:“18”,“automationName”:“Appium”}
info: Console LogLevel: debug
info: → POST /wd/hub/session {“desiredCapabilities”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”}}
info: Client User-Agent string: Apache-HttpClient/4.4.1 (Java/1.7.0_80-ea)
info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : VERSION, appium-version, appactivity, BROWSER_NAME
info: [debug] Using local app from command line: D:\Guru99\Peddle.apk
info: [debug] Creating new appium session c387c7cd-df7a-4ee1-acad-ed49ce6f6d75
info: Starting android appium
info: [debug] Getting Java version
info: Java version is: 1.7.0_80-ea
info: [debug] Checking whether adb is present
info: [debug] Using adb from D:\SDK\platform-tools\adb.exe
info: [debug] Set chromedriver binary as: C:\Program Files\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Checking whether app is actually present
info: [debug] Trying to find BuyerApp emulator
info: [debug] Getting connected emulators
info: [debug] Getting connected devices…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe devices
info: [debug] 1 device(s) connected
info: [debug] 1 emulator(s) connected
info: [debug] Sending telnet command to device: avd name
info: [debug] Getting running emulator port
info: [debug] Socket connection to device created
info: [debug] Socket connection to device ready
info: [debug] Telnet command got response: BuyerApp
info: [debug] Found emulator BuyerApp in port 5554
info: [debug] Setting device id to emulator-5554
info: [debug] Did not launch AVD because it was already running.
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 300)
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 wait-for-device
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “echo ‘ready’”
info: [debug] Starting logcat capture
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: Device API level is: 17
info: [debug] Extracting strings for language: default
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop persist.sys.language”
info: [debug] Current device persist.sys.language: en
info: [debug] java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “D:\Guru99\Peddle.apk” “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller” en
info: [debug] No strings.xml for language ‘en’, getting default strings.xml
info: [debug] java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “D:\Guru99\Peddle.apk” “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller”
info: [debug] Reading strings from converted strings.json
info: [debug] Setting language to default
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 push “C:\Users\MTech\AppData\Local\Temp\com.peddle.seller\strings.json” /data/local/tmp
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from D:\SDK\build-tools\21.1.2\aapt.exe
info: [debug] Retrieving process from manifest.
info: [debug] executing cmd: D:\SDK\build-tools\21.1.2\aapt.exe dump xmltree D:\Guru99\Peddle.apk AndroidManifest.xml
info: [debug] Set app process to: com.peddle.seller
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Checking app cert for D:\Guru99\Peddle.apk.
info: [debug] executing cmd: java -jar “C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\jars\verify.jar” D:\Guru99\Peddle.apk
info: [debug] App already signed.
info: [debug] Zip-aligning D:\Guru99\Peddle.apk
info: [debug] Checking whether zipalign is present
info: [debug] Using zipalign from D:\SDK\build-tools\21.1.2\zipalign.exe
info: [debug] Zip-aligning apk.
info: [debug] executing cmd: D:\SDK\build-tools\21.1.2\zipalign.exe -f 4 D:\Guru99\Peddle.apk C:\Users\MTech\AppData\Local\Temp\11564-7260-1ir0b7d\appium.tmp
info: [debug] MD5 for app is 6352d950b4758fcfdc74b5eb8c666874
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ls /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk”
info: [debug] Getting install status for com.peddle.seller
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “pm list packages -3 com.peddle.seller”
info: [debug] App is not installed
info: Installing App
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “mkdir -p /data/local/tmp/”
info: [debug] Removing any old apks
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ls /data/local/tmp/*.apk”
info: [debug] Found an apk we want to keep at /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk
info: [debug] Couldn’t find any apks to remove
info: [debug] Uninstalling com.peddle.seller
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “am force-stop com.peddle.seller”
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 uninstall com.peddle.seller
info: [debug] App was not uninstalled, maybe it wasn’t on device?
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “pm install -r /data/local/tmp/6352d950b4758fcfdc74b5eb8c666874.apk”
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 forward tcp:4724 tcp:4724
info: [debug] Pushing appium bootstrap to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 push “C:\Program Files\Appium\node_modules\appium\build\android_bootstrap\AppiumBootstrap.jar” /data/local/tmp/
info: [debug] Pushing settings apk to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 install “C:\Program Files\Appium\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
info: [debug] Pushing unlock helper app to device…
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 install “C:\Program Files\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
info: Starting App
info: [debug] Attempting to kill all ‘uiautomator’ processes
info: [debug] Getting all processes with ‘uiautomator’
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “ps ‘uiautomator’”
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap -e pkg com.peddle.seller -e disableAndroidWatchers false
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
info: [debug] Waking up device if it’s not alive
info: [debug] Pushing command to appium work queue: [“wake”,{}]
info: [debug] [BOOTSTRAP] [debug] Loading json…
info: [debug] [BOOTSTRAP] [debug] json loading complete.
info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] [BOOTSTRAP] [debug] Client connected
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“wake”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: wake
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window”
info: [debug] Screen already unlocked, continuing.
info: [debug] Pushing command to appium work queue: [“getDataDir”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“getDataDir”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“/data”,“status”:0}
info: [debug] dataDir set to: /data
info: [debug] Pushing command to appium work queue: [“compressedLayoutHierarchy”,{“compressLayout”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“compressedLayoutHierarchy”,“params”:{“compressLayout”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:false,“status”:0}
info: [debug] Getting device API level
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.peddle.seller/com.peddle.seller.SplashActivity”
info: [debug] Waiting for pkg “com.peddle.seller” and activity “com.peddle.seller.SplashActivity” to be focused
info: [debug] Getting focused package and activity
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window windows”
info: [debug] Getting focused package and activity
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window windows”
info: [debug] executing cmd: D:\SDK\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.release”
info: [debug] Device is at release version 4.2.2
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 60 secs
info: [debug] Appium session started with sessionId c387c7cd-df7a-4ee1-acad-ed49ce6f6d75
info: ← POST /wd/hub/session 303 59317.948 ms - 74
info: → GET /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75 {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.2.2”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← GET /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75 200 3.454 ms - 768 {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.2.2”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“Emulator”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“VERSION”:“4.4.2”,“appium-version”:“1.4.0”,“appactivity”:“com.peddle.seller/com.peddle.seller.SplashActivity”,“appPackage”:“com.peddle.seller”,“BROWSER_NAME”:“Android”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:20000}
info: [debug] Set Android implicit wait to 20000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 2.687 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“Get your offer”}
warn: [DEPRECATED] The name locator strategy has been deprecated and will be removed. Please use the accessibility id locator strategy instead.
info: [debug] Waiting up to 20000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 1159ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 2838ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 4054ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 5975ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 7844ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 9689ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 11173ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Get your offer”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Get your offer using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Get your offer, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“1”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 33409.504 ms - 87 {“status”:0,“value”:{“ELEMENT”:“1”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/1/click {“id”:“1”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“1”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“1”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/1/click 200 4107.199 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 1.175 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“2012”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“2012”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“2012”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding 2012 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding 2012 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=2012, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“2”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 21192.972 ms - 87 {“status”:0,“value”:{“ELEMENT”:“2”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/2/click {“id”:“2”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“2”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“2”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/2/click 200 4815.412 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 0.879 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“Acura”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Acura”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Acura using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Acura, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“3”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 12719.138 ms - 87 {“status”:0,“value”:{“ELEMENT”:“3”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/3/click {“id”:“3”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“3”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“3”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/3/click 200 2238.769 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 1.127 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“MDX”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“MDX”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“MDX”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding MDX using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=MDX, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=MDX, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“4”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“4”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 11025.743 ms - 87 {“status”:0,“value”:{“ELEMENT”:“4”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/4/click {“id”:“4”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“4”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“4”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/4/click 200 1290.062 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 0.782 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“Base”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Base”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Base”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Base using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Base, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Base, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“5”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“5”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 7924.845 ms - 87 {“status”:0,“value”:{“ELEMENT”:“5”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/5/click {“id”:“5”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“5”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“5”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/5/click 200 4029.067 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 0.953 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“I have a clean title.”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“I have a clean title.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“I have a clean title.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding I have a clean title. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=I have a clean title., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=I have a clean title., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“6”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 5179.840 ms - 87 {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/6/click {“id”:“6”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“6”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“6”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/6/click 200 3961.963 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait {“ms”:20000}
info: [debug] Set Android implicit wait to 20000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/timeouts/implicit_wait 200 0.992 ms - 76 {“status”:0,“value”:null,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“ZIP code”}
info: [debug] Waiting up to 20000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding ZIP code using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“7”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 3522.933 ms - 87 {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/7/value {“id”:“7”,“value”:[“78727”]}
info: [debug] Pushing command to appium work queue: [“element:setText”,{“elementId”:“7”,“text”:“78727”,“replace”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“7”,“text”:“78727”,“replace”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: setText
info: [debug] [BOOTSTRAP] [debug] Using element passed in.
info: [debug] [BOOTSTRAP] [debug] Attempting to clear using UiObject.clearText().
info: [debug] [BOOTSTRAP] [debug] Text remains after clearing, but it appears to be hint text.
info: [debug] [BOOTSTRAP] [debug] Text not cleared. Assuming remainder is hint text.
info: [debug] [BOOTSTRAP] [debug] Sending plain text to element: 78727
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/7/value 200 28058.540 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“Next”}
info: [debug] Waiting up to 20000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Next using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“8”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element 200 9787.686 ms - 87 {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/8/click {“id”:“8”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“8”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“8”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: ← POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element/8/click 200 1702.186 ms - 76 {“status”:0,“value”:true,“sessionId”:“c387c7cd-df7a-4ee1-acad-ed49ce6f6d75”}
info: → POST /wd/hub/session/c387c7cd-df7a-4ee1-acad-ed49ce6f6d75/element {“using”:“name”,“value”:“All wheels are mounted and tires are inflated.”}
info: [debug] Waiting up to 20000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 12048ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 13115ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 14264ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“All wheels are mounted and tires are inflated.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding All wheels are mounted and tires are inflated. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=All wheels are mounted and tires are inflated., INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 15390ms so far
Killed Node Server.
Node Server Process Ended

Here is my script

driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
WebElement Title = driver.findElement(By.name(“Test 123.”));
Title.click();
driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS);
driver.findElement(By.name(“ZIP code”)).sendKeys(“78727”);

     WebElement Next = driver.findElement(By.name("Next"));
	 Next.click();
	 //driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
	 WebElement Wheel = driver.findElement(By.name("Test 456."));
     Wheel.click();

I can’t understand while ‘Next slide is not loaded’.I have applied so many suggestion from google but still not able to resolve this.It would be great if you can share your opinion.

Please refer attached screenshot ‘Appium.png’ for more details.

As per this part of your logs, Next button is detected and click action is performed.

Finding “All wheels are mounted and tires are inflated.” is failing. In the screenshots you provided, I could not see where it comes. If its the text in the slide animation you are mentioning, can you make sure texts exactly match. Other way is, try to find partial text -

More details on UISelector object can be found in this post - Unable to click on button using UiSelector - #6 by Anish_ohri

Ex : findElementByAndroidUIAutomator(“new UiSelector().textContains("”+partialtext+“")”)

Hi RamS,

That’s true but sometimes this script works fine and sometime it is not working.if I ran this script 10 times,2 times it runs without any error but 8 times I am getting an error.

Please consider “All tires inflated with air” as a “Test 456” slide(mentioned in screenshot)
And “I have clean title” as a “Test 123”( mentioned in screenshot)
Why this script is not running permently. Why it shows an error.

I am not sure if the delay of 20sec is introduced by your test script.
Also, I am not sure if the text you are looking at is a passing text [animation], and it might have disappeared by the time appium starts looking for that text.

You can try reducing/increasing “sleep” and see how it works. at this point, [without having knowledge of actual screens and their flow][, I can suggest you to trial and error method with sleep :frowning:

Thanks Rams. I will try with increase and decreased sleep time and let you know.

But it’s a very strange behavior .script was not running when my Team leader came on my desk to see the demo.:frowning:

Thats the universal rule :wink: IT will not work when u need it to run badly :smiley:

Hi RamS.

That’s True :grinning:

Now,Making some progress in script.‘Next’ button is clicked but next slide is not appeared.and i am not getting why server logs shows “Set Android implicit wait to 35000ms” but there is no No implicit wait is available in my script.

Here is my script
public void setUp() throws Exception
{
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(“BROWSER_NAME”, “Android”);
capabilities.setCapability(“VERSION”, “4.4.2”);
capabilities.setCapability(“deviceName”,“Emulator”);
capabilities.setCapability(“platformName”,“Android”);
capabilities.setCapability(“appium-version”, “1.4.0”);
capabilities.setCapability(“appPackage”, “com.test.test”);
capabilities.setCapability(“appactivity”,“com.test.test/com.test.test.SplashActivity”);

	 driver = new RemoteWebDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);

}

@Test
private void GenerateOffer() throws Exception {

	 driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); 
	 WebElement Getyouroffer=driver.findElement(By.name("Get your offer"));
	 Getyouroffer.click();
	 driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Year = driver.findElement(By.name("2012"));
     Year.click();
     driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
	 WebElement Make = driver.findElement(By.name("Acura"));
     Make.click();
     driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Model = driver.findElement(By.name("MDX"));
     Model.click();
     driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Trim = driver.findElement(By.name("Base"));
     Trim.click();
     driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
	 WebElement Title = driver.findElement(By.name("Test 123"));
     Title.click();
     driver.manage().timeouts().implicitlyWait(35, TimeUnit.SECONDS);
     driver.findElement(By.name("ZIP code")).sendKeys("78727");
    
	 WebDriverWait  wait = new WebDriverWait (driver, 10);
	 wait .until(ExpectedConditions.presenceOfElementLocated(By.name("Next"))); 
	
     WebElement Next = driver.findElement(By.name("Next"));
	 Next.click();
	
	 WebElement Wheel = driver.findElement(By.name("Test 456."));
     Wheel.click();

No added wait between following line of code then why appium server log shows ‘Set Android implicit wait to 35000ms’

WebElement Next = driver.findElement(By.name(“Next”));
Next.click();

WebElement Wheel = driver.findElement(By.name(“Test 456.”));
Wheel.click();

Here is my appium server log

info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Test 123.”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“I have a clean title.”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Test 123. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Test 123, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Test 123, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“6”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element 200 8426.527 ms - 87 {“status”:0,“value”:{“ELEMENT”:“6”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/6/click {“id”:“6”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“6”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“6”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/6/click 200 1279.223 ms - 76 {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/timeouts/implicit_wait {“ms”:35000}
info: [debug] Set Android implicit wait to 35000ms
info: [debug] Responding to client with success: {“status”:0,“value”:null,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/timeouts/implicit_wait 200 0.762 ms - 76 {“status”:0,“value”:null,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element {“using”:“name”,“value”:“ZIP code”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“ZIP code”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding ZIP code using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=ZIP code, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“7”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element 200 6012.476 ms - 87 {“status”:0,“value”:{“ELEMENT”:“7”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/7/value {“id”:“7”,“value”:[“78727”]}
info: [debug] Pushing command to appium work queue: [“element:setText”,{“elementId”:“7”,“text”:“78727”,“replace”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“7”,“text”:“78727”,“replace”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: setText
info: [debug] [BOOTSTRAP] [debug] Using element passed in.
info: [debug] [BOOTSTRAP] [debug] Attempting to clear using UiObject.clearText().
info: [debug] [BOOTSTRAP] [debug] Text remains after clearing, but it appears to be hint text.
info: [debug] [BOOTSTRAP] [debug] Text not cleared. Assuming remainder is hint text.
info: [debug] [BOOTSTRAP] [debug] Sending plain text to element: 78727
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/7/value 200 27428.239 ms - 76 {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element {“using”:“name”,“value”:“Next”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Next using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“8”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element 200 2152.222 ms - 87 {“status”:0,“value”:{“ELEMENT”:“8”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element {“using”:“name”,“value”:“Next”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Next”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Next using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Next, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“9”},“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element 200 8305.046 ms - 87 {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/9/click {“id”:“9”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“9”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“9”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: ← POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element/9/click 200 12025.535 ms - 76 {“status”:0,“value”:true,“sessionId”:“7e0a5b06-ed72-48e4-9da4-ef95c10ee794”}
info: → POST /wd/hub/session/7e0a5b06-ed72-48e4-9da4-ef95c10ee794/element {“using”:“name”,“value”:“Test 456”}
info: [debug] Waiting up to 35000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Test 456”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Test 456”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Test 456 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Test 456 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 1609ms so far
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Test 456”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Test 456”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding Test 456. using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
info: [debug] [BOOTSTRAP] [debug] Finding Test 456 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Test 456, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“No element found”,“status”:7}
info: [debug] Waited for 2845ms so far
Killed Node Server.
Node Server Process Ended

If you can please help me.

This is where you are mentioning implicit time of 35secs. I did not get why you are using it after every line of code. As per Selenium documentation - An implicit wait is to tell WebDriver to poll the DOM for a certain amount of time when trying to find an element or elements if they are not immediately available. The default setting is 0. Once set, the implicit wait is set for the life of the WebDriver object instance.

If u want to introduce delay, you should be doing -

        try {
		Thread.sleep(<<wait in milliseconds>>);
	} catch (InterruptedException e) {
		// TODO Auto-generated catch block
		e.printStackTrace();
	}

More info - The Selenium Browser Automation Project | Selenium

I can see a . (dot) as part of search text. But, if you look below Appium server log, it has excluded . (dot)

The command above, looks for exact match, even a missing dot will throw an error. You may want to use either escape character or use UISelector.textContains command.

Hi RamS,

A big thanks to you.The issue has been resolved.Increased ‘wait’ in script and now it is working.Thanks again for your help in all this stuff.

Good to hear your problem is solved.
All the best!

The same issue I have been faced, I am able to get the text but not click to particular element. below is the logs and attaching my scripts … please help me to resolve this. Applies implicit wait allready.

info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding 2 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=2, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=2, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“9”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: ← POST /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element 200 46.619 ms - 87 {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: → GET /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element/9/text {}
info: [debug] Pushing command to appium work queue: [“element:getText”,{“elementId”:“9”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getText”,“params”:{“elementId”:“9”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getText
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:“2”}
info: [debug] Responding to client with success: {“status”:0,“value”:“2”,“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: ← GET /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element/9/text 200 51.756 ms - 75 {“status”:0,“value”:“2”,“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: → POST /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element {“using”:“name”,“value”:“2”}
info: [debug] Waiting up to 100000ms for condition
info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“2”,“context”:“”,“multiple”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“2”,“context”:“”,“multiple”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: find
info: [debug] [BOOTSTRAP] [debug] Finding 2 using NAME with the contextId: multiple: false
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=2, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=2, INSTANCE=0]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“10”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“10”},“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: ← POST /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element 200 107.441 ms - 88 {“status”:0,“value”:{“ELEMENT”:“10”},“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: → POST /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element/10/click {“id”:“10”}
info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“10”}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“10”}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:0,“value”:true}
info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}
info: ← POST /wd/hub/session/55267c96-10ab-4d58-bb3f-011598bb29b3/element/10/click 200 46.267 ms - 76 {“status”:0,“value”:true,“sessionId”:“55267c96-10ab-4d58-bb3f-011598bb29b3”}

Scripts ::

DesiredCapabilities capabilities = DesiredCapabilities.android();

    //device details
    capabilities.setCapability("deviceName", "device name");
    capabilities.setCapability("platformName", "Android");
    capabilities.setCapability(CapabilityType.VERSION, "5.0.2");
    capabilities.setCapability(CapabilityType.PLATFORM, MobilePlatform.ANDROID);
    capabilities.setCapability("newCommandTimeout", 100);
    capabilities.setCapability("appPackage", "com.miui.calculator");
    capabilities.setCapability("appActivity", "com.miui.calculator.cal.CalculatorActivity");

    WebDriver driver = new RemoteWebDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);

    driver.manage().timeouts().implicitlyWait(100, TimeUnit.SECONDS);

    //driver.findElement(By.xpath("android.widget.Button[@text='3']")).click();

    driver.findElement(By.name("2")).click();
    driver.findElement(By.name("+")).click();
    driver.findElement(By.name("5")).click();
    driver.findElement(By.name("=")).click();
    String result = driver.findElement(By.className("android.widget.EditText")).getText();
    System.out.println("Number sum result is : " + result);
    driver.quit();

not performing any click operations

Hi I am also facing the same error , like first 2 times it is working fine but then it is getting failed with no such element exception , I have increased the wait time also but it did not resolve.

Can anyone help me on this?