-
I've been trying to get selendroid working in the past days, and looks like I'm closer and closer each day, to get it working.
I'm trying to automate some actions in a browser, using selendroid. I ma…
-
C:\Users\sanchand\Downloads>java -jar selendroid-standalone-0.17.0-with-dependencies.jar
`Jul 04, 2017 5:12:57 PM io.selendroid.standalone.SelendroidLauncher main
INFO: ################# Selendroid …
-
**Bug Replication -**
**1. Java Environment**
D:\selendroid-0.17.0>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.8.0_112
**2. Maven Version -**
D:\selendroid-0.17.0>mvn -v
Java HotSpot(TM) Cli…
-
C:\>java -jar selendroid-standalone-0.17.0-with-dependencies.jar
Mar 02, 2017 10:01:38 AM io.selendroid.standalone.SelendroidLauncher main
INFO: ################# Selendroid #################
Mar …
-
```
Apr 20, 2021 11:00:58 AM io.selendroid.standalone.SelendroidLauncher main
INFO: ################# Selendroid #################
Apr 20, 2021 11:00:59 AM io.selendroid.standalone.SelendroidLaunch…
-
Hi guys,
i know a lot of people have already posted this issue earlier. However i am still having a bad luck trying to run the selendriod server. I am using this for the first time.
I keep getting th…
-
Emulator die after driver.quit()
I hav black sceened emulator after driver.quit(), so Selendroid couldn't start new session.
I use
io.selendroid
selendroid-standalone
0.…
-
I'm trying to build version 0.18.1 myself (as there's apparently no release for it). However, I get this:
```
$ gradle --debug clean build
...
:selendroid-server:unzipJacocoAgent
:selendroid-server:t…
timdp updated
7 years ago
-
Hi,
I was wondering how a custom keystore can be used that has both a keystore pass and a key pass?
the only options available to pass to Selendroid (regarding a custom keystore) are:
-keystore
-key…
-
Hey,
I migrated to the new Selendroid version 0.16 and encountered some issues with my toast tests. The problem is that although I increase the wait time by 60 seconds the element is still not found, …