-
When using this particular app, the application is launching successfully, but on switching to NATIVE_VIEW, the app is getting closed on device and then the Selendroid Server is getting crashed.
Goog…
-
I'm using Selendroid with java + TestNG and starting it using Intellij Idea
Selendroid dependencies are taken by maven
```
0.13.0-SNAPSHOT
io.selendroid
${selendroid…
-
Hi,
I'm trying to tap on an element and selendroid server show element is identified and clicked but click action is not happening.
Element id is "bankact_tv" in the log.
INFO: return value from s…
-
I recently got a new machine. My code and setup worked just fine on the previous one.
My JAVA_HOME is set to: `C:\Program Files\Java\jdk1.8.0_45`
My ANDROID_HOME is `C:\Program Files (x86)\Android\a…
-
Respected sir,
i have used
1) selenium-server-standalone-2.42.2.jar
2) selendroid-client-0.12.0.jar
3) selendroid-standalone-0.11.0-with-dependencies.jar
and code is :
package io.selendroid.demo;
…
-
I'm running my test on Android 4.1 device using Selendroid as automationName (Appium 1.2.3, OSX 10.10) and getting following permission error:
```
error: Could not pre-launch appium: Error: apk does …
-
Hi All,
I am new seledroid and i am not able to load next slide in my app.
Here is my script
WebDriverWait wait = new WebDriverWait(driver, 60);
wait.until(ExpectedConditions.presenceOfElem…
-
I get this error as soon as I do a 'view source' or find element within a Webview. There is some sort of conflict between Cordova and Selendroid WebDriver classes.
```
E/SELENDROID( 952): io.selend…
-
Selendroid 0.11.0 makes three orphaned processes per mobile web test.
After sevral mobile web testing, device became unstable. (due to the memory exhaust caused by
orphaned processes?).
I checked fol…
-
Hi Guys,
I download 0.12.0-SNAPSHOT to use the new commands for the custom keystore (-keystorePassword, -keystoreAlias). I tried it on an apk which in which the password for the keystorepassword and …