-
Hi All,
Facing issue to run selendroid project for native app,It would be great if any one help me to resolved this issue.
Following error i am getting:
[TestNG] Running:
C:\Users\MTech\AppData\L…
-
is there any way to automate the sliding screen in selendroid. I had a MainActivity when i click a button a screen will be sliding up ,and i am unable to do a click or send any text on that screen.
W…
-
Using Selendroid I'm failing to be able to click on an object. I printed out bounds of several objects on the screen:
`#
#
# `
First element x-coordinate struck me as odd. I then ran the same scr…
-
Hi,
I have also another problem executing test script using executeScript function:
var webdriver = require('selenium-webdriver');
var capabilities = webdriver.Capabilities.android().set('emulator', t…
-
`navigator.geolocation` stops working in the `WebView` of a Selendroid-instrumented app. The app's `AndroidManifest.xml` contains:
``` xml
```
And it uses a `WebChromeClient` that allows all geo…
-
Hi,
I am using Xpath to find element. and I would like to confirm if xpath is fully supported in latest selendroid. e.g.
//A[not(B1[@id='b1'])]/B2/C1
where A/B1/B2/C1 refer to node name and try to…
-
I am using selendroid 0.12.0 version in automating an app (AppName: Converter )of my company that is freely available on Google play.
After launching the application and selecting the "Area", The app…
-
Dear Dominik,
Selendroid Inspector can not load properties. Its showing loading progress bar and not able to load web element viewer. I am facing this issue on "in.redbus.android.apk" (redbus apk).…
-
Inspector works only on the machine where Selendroid Standalone is running.
It is not loading when trying to connect to it from a remote computer.
Looks like all Inspector web sources are hard-coded t…
-
Hi,
I'm trying to configure testing of a webview android application from a Gradle build. To achieve this, I tried adding a startSelendroidServer task, which creates a new instance of SelendroidLaunc…