-
Originally reported on Google Code with ID 3404
```
What steps will reproduce the problem?
1. Run Android Web Driver App with any URL
2. Scrollbar shows by default
3. All the rendering is messed up :…
-
Originally reported on Google Code with ID 3171
```
The issue is similar to http://code.google.com/p/selenium/issues/detail?id=2631.
When the AndroidDriver tries to click on the element which lies o…
-
Originally reported on Google Code with ID 5795
```
I am trying to perform a drag and drop action on a web element using Android Webdriver
.
This is the code
mac = driver.findElement(By.id("cohere…
-
The Selendroid driver that Saucelabs is currently using doesn't appear to support any loggingPrefs being passed. Even with an empty object, it generates this error:
```
io.selendroid.server.model.Sel…
-
Originally reported on Google Code with ID 5685
```
Selenium server 2.15
Selenium java 2.32
Android server apk 2.32
Galaxy Nexus Android 4.0 API Level 14
I'm trying to run simple program -
WebDri…
-
Originally reported on Google Code with ID 4856
```
What steps will reproduce the problem?
1.in English.
driver.findElement(By.name("keyword")).sendKeys("Cheese");
2.in Japanese(Or other multi-by…
-
Originally reported on Google Code with ID 4517
```
If we have an select element with options that changes web page to another WebDriver
throws exception while selecting it.
Example page:
Select…
-
Originally reported on Google Code with ID 4342
```
Is there any way to use Android's Default browser as Webdriver works for IE and Firefox,
because site works differently in Android's WebView and re…
-
Originally reported on Google Code with ID 4190
```
What steps will reproduce the problem?
1. Using android-server-2.21.0.apk on an ASUS TF101 with Android 4.0.3
2. Automate your test to point this p…
-
Originally reported on Google Code with ID 1928
```
What steps will reproduce the problem?
1. We have installed android-server-2.0.2rc3.apk on our simulator
2. We have written the same test case ment…