-
I have a simple hybrid app with a login page and one more page after that.
When I start the app from the java code:
``` java
SelendroidCapabilities capa = SelendroidCapabilities.emulator( ... );
WebD…
-
Hi All,
I was trying to configure meteor in Ubuntu 14.04. I already had ANDROID SDK installed to my machine. But i was getting an error while configuring meteor with existing android sdk.
meteor --…
-
Originally reported on Google Code with ID 1319
```
It seems like after typing 9 characters, the focus reverts to the first character before
typing the 10th, so that further characters are inserted i…
-
Originally reported on Google Code with ID 7164
```
Hi,
The Casting of the following drivers
• FirefoxDriver
• InternetExplorerDriver
• ChromeDriver
was working in selenium 2.39.0 but it causes …
-
Hello,
I am successfully able to do mobile web testing and able to launch the site in the connected device
I would like to do more test with the Testing the mobile web so how to locate an element w…
-
Originally reported on Google Code with ID 2874
```
What steps will reproduce the problem?
1. Download latest Android SDK, install, and create emulator for target platform Android
4.0 with default va…
-
Originally reported on Google Code with ID 5655
```
Installing the latest 2.32.0 apk to the emulator and then doing all the correct port
forwarding and socat port listening I am able to connect remot…
-
Originally reported on Google Code with ID 5128
```
Stacktrace gives this error: "Cannot read property 'document' of undefined"
What steps will reproduce the problem?
1. Start a webdriver and naviga…
-
Originally reported on Google Code with ID 7264
```
The webdriverjs page mentions support for android 4.x (https://code.google.com/p/selenium/wiki/WebDriverJs
-> at the bottom). However there is no d…
-
```
deletegzcity = self.driver.find_element_by_id('manage_imageView_indicator')
deletegzcity.click()
```
Selendroid can find the element correct, but when to run the click(), the selendroid…