-
This is the status on [http://localhost:4444/wd/hub/status](url)
`{"value":{"os":{"name":"Windows 7","arch":"x86","version":"6.1"},"build":{"browserName":"selendroid","version":"0.17.0"},"supportedDe…
-
I cannot install the appium-chromedriver from npm currently as I get the following error:
```
Error trying to install Chromedriver binary. Waiting and trying again.
Error: Cannot find module './build…
-
@wakaleo
I am evaluating serenity framework with appium for our test automation reporting stuff. However i am unable to take screenshots using Serenity.takeScreenshot(); or configuration file method…
-
Hi, I'm getting the below error when I run the command java -jar selendroid-standalone-0.17.0-with-dependencies.jar -app and also, sometimes I get "Nexus no longer exists as a device" error.
The fol…
-
All the dependencies in my build.gradle file have been deleted using the recording plugin. :(
I thought https://github.com/vpedak/droidtestrec/issues/19 was fixed? Is it not published yet to the Andr…
-
Hi,
with the command "npm install -g appium" I receive:
npm ERR! node v5.8.0
npm ERR! npm v3.8.1
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! unexpected end of file
-
Originally reported on Google Code with ID 6873
```
I am able to identify the same element using Cssselector.
We do have few cases where we need xpath
Wondering if Xpath is not supported on Android 4…
-
@TikhomirovSergey is it possible to set the Android UDID when running appium server programmatically, as i'm running my tests in parallel. Can we set the way BOOTSTRAP port is set below?
new AppiumSe…
-
Originally reported on Google Code with ID 6519
```
What steps will reproduce the problem?
0. we have webpage test, testing physical device using android-server , running on
device
1. test opens page…
-
Originally reported on Google Code with ID 4851
```
Android now whinges when you destroy an activity that has view that you havent disconnected
from it
WebView webview = (WebView) findViewById(R…