-
I was able to get Selendroid server running, and http://localhost:5555/inspector/ does show a UI snapshot of the Mobile Device connected. But i am unable to drill to each individual elements or even a…
-
Originally reported on Google Code with ID 8395
```
Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best…
-
Originally reported on Google Code with ID 5844
```
If you set a cookie like:
document.cookie = "mycookie=mylabel=myvalue";
The cookie name is "mycookie" and the value is "mylabel=myvalue". The and…
-
Originally reported on Google Code with ID 4492
```
I used following code to automate a log in step for ebay site.
WebDriver driver = new AndroidDriver();
driver.get("https://signin.qa.ebay.com/w…
-
Originally reported on Google Code with ID 2081
```
All,
I have successfully set up the environment for android automation using selenium 2.
But still, when i run my code for the first time (after s…
-
Originally reported on Google Code with ID 7273
```
I am trying to parse Octane benchmark page http://octane-benchmark.googlecode.com/svn/latest/index.html
, with WebElements:
Start Oct…
-
Originally reported on Google Code with ID 6204
```
Android drivers does not pass basic auth to the host server even after passing the same
in the URL. This commit should fix that.
```
Reported by `…
-
Originally reported on Google Code with ID 4207
```
What steps will reproduce the problem?
Actions builder = new Actions(driver);
builder = builder.sendKeys(Keys.chord(Keys.CONTROL,"a"));…
-
Originally reported on Google Code with ID 4667
```
What steps will reproduce the problem?
1. Launch the www.google.com on android phone browser.
2. Enter any alphanumeric word which starts with cap…
-
Originally reported on Google Code with ID 4126
```
What steps will reproduce the problem?
1. Follow the guide at http://code.google.com/p/selenium/wiki/AndroidDriver
2. install both SimpleApp and Te…