-
SEVERE: Error building server: io.selendroid.standalone.exceptions.ShellCommandException: Error executing shell command: /usr/lib/jvm/java-8-oracle/jre/bin/jarsigner -sigalg MD5withRSA -digestalg SHA1…
-
Hi!
I made all installation process for selendroid, started it java -jar C:\android\selendroid-standalone-0.9.0-with-dependencies.ja
r -app C:\android\selendroid-test-app-0.9.0.apk
I have info about m…
-
hello,guys
While launching my app via command in logs:
/Users/jerry/Documents/android/sdk/platform-tools/adb -s GI7T7SY5WODQLF6S shell am instrument -e main_activity com.viplux.fashion.ui.SplashActi…
-
I cloned the latest version of demoproject-selendroid (https://github.com/selendroid/demoproject-selendroid) that includes the dependency for Selendroid 0.13.0.
I executed two tests.
SelendroidInteg…
-
Selendroid does not open the URL when I use it with Selenium Grid.Below are the steps that I followed
1) Initated the Grid Hub using the Selendroid Grid Plugin and Selenium Grid Jar
java -Dfile.encodi…
-
Hi,
I am confused about the charsequence for SelendroidKeys.
My app will check for android.view.KeyEvent.KEYCODE_ENTER(keycode 66) or android.view.KeyEvent.KEYCODE_DPAD_CENTER (keycode 23).
I am try…
-
Following the Getting Started instructions and just checking if the selenium setup works I ran the command `java -jar selendroid-standalone-0.15.0-with-dependencies.jar` without any devices or emulato…
ghost updated
9 years ago
-
**Running test in eclipse with the following configs:**
SelendroidConfiguration config = new SelendroidConfiguration();
config.setLogLevel(LogLevelEnum.ERROR);
config.setDeviceLog(false);
config.addSu…
-
An app I'm testing is not showing a mainActivity, after a recent upgrade of the app. The app itself seems to work OK when run manually. But when I try to run with Selendroid, the instrumentation ste…
-
selendroid 0.9.0 on Android 19 (4.4) using emulator64-x86
```
UnknownError: Unhandled exception from application under test.
io.selendroid.exceptions.AppCrashedException: Unhandled exception from app…