-
Originally reported on Google Code with ID 2268
```
./go test_android
Run with failing test
See Android emulator is still running
```
Reported by `dawagner` on 2011-08-15 16:37:58
-
Originally reported on Google Code with ID 6527
```
What steps will reproduce the problem?
it is my first time to use android driver
my test code is below:import java.util.concurrent.TimeUnit;
impor…
-
Originally reported on Google Code with ID 4080
```
Android driver does not close alert windows.
Steps to reproduce:
1. Copy testpage2.htm to android device/emulator SD card ( file is attached )
2. R…
-
Originally reported on Google Code with ID 8343
```
Error occurred org.openqa.selenium.WebDriverException: java.lang.Double cannot be cast
to java.lang.Long
Command duration or timeout: 1.15 seconds
…
-
Is it possible with selendroid to click for example on "SMS/MMS" within the share dialog? If yes, is it possible to control the following app too (for example the sms app)?
Thank you very much and be…
-
Originally reported on Google Code with ID 7185
```
I have to use the Swipe events(of HasTouchScreen) driver as well as modify the Device
Orientation(need to Augment Driver then cast it into Rotable)…
-
Originally reported on Google Code with ID 6720
```
Problem scenario:
We have a service called spoc which notifies the changes via long polling so that the
page will show the updated content without…
-
When I try to install Appium I get this error:
pm http 200 https://registry.npmjs.org/options/-/options-0.0.6.tgz
npm http 200 https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
npm ERR! weird err…
-
When the project is build, the apk dependencies of
- android-driver
- selendroid-server
are not any longer included to the output artifacts.
-
Originally reported on Google Code with ID 6980
```
Point l_xy = p_element.getLocation();
p_elemetn is WebElement.
It fails sometimes - it depends how webElement is big.
I am using selenium-server-st…