-
I am trying to run below script to launch www.google.com with emulator (API 17).
```
SelendroidConfiguration config = new SelendroidConfiguration();
selendroidServer = new Selendroi…
-
Is there anyway this can be changed to accept floats or to cast the number received to int, in order to prevent the Number Format Exception ?
@Override
public Coordinates getCoordinates() {
if …
-
Hi,
I am unable to run my tests on an actual android device. The app and the selendroid server are being installed, however the app is closed after it is opened. Please find the logs below:
Nov 13, …
lj-qa updated
9 years ago
-
Hi,
I am trying to run test script but I am facing following issue.
org.openqa.selenium.WebDriverException: Error occured while communicating with selendroid server on the device:
io.selendroid.exce…
-
Hello guys,
Need your help with selendroid. Am a new to it and still learning the tricks.
Tried with the basic selendroid app example and the same with Skype apk, it worked perfectly.
However, when…
-
Please help.
I am facing import io.selendroid.SelendroidDriver cannot be resolved to a type error faced with selendroid-standalone-0.10.0-with-dependencies.jar.
I was not facing this issue with the se…
-
In some cases selendroid ends up looking for elements in multiple top level views. I have a few questions about that:
1) What are valid cases where selendroid should look at multiple top level views?…
asm89 updated
9 years ago
-
I'm getting an exception whenever I use a WebElement returned by executeScript as an argument for another executeScript call, which works fine in plain WebDriver:
```
WebElement element = (WebElement…
-
Hi Dominik,
I have created a test suite which works fine when I execute the tests independently. But fails(INJECT_EVENTS permission) almost 95% of time when I kick off the suite pointing to a selend…
-
When creating a driver instance using selendroid for this particular application, the operation always times out. The app gets opened on the mobile device after a while, but the Selendroid Server neve…