-
Hi there,
I have a problem that i can not solve.I have the app on mobile restarted n(n>10) times,then in this progress , the port from 8080 to 8089 increased one by one.Until 8089,the app on mobi…
-
when selendroid server executes command shell am instrument,
aut will be started on device.
it usually worked well but some auts not be started on device.
I found when starting aut failed selendroid …
-
I am using Selendroid version 0.10. I can see that there is a capability to set the log level for the Selendroid server, but I was wondering if the Selendroid server has a capability or something I am…
-
Hello,
As I am very new to selendroid, I want to run an .apk file in the emulator and locate the elements and below is the problem which I am facing
> Able to see the installed application icon in t…
-
SelendroidCapabilities capa = SelendroidCapabilities.device(DeviceTargetPlatform.ANDROID15, "eWallet.Android:1.8");
WebDriver driver = new SelendroidDriver(capa);
Selendroid server started su…
-
Hi @DominikDary
When I'm trying install whatsapp application from selendriod server its not getting installed.
Command Prompt Output:
Nov 08, 2014 12:38:23 PM io.selendroid.server.handler.ListSess…
-
Hello,
Im dont know what is hapenning. When I launch my test I get an error in selendroid-standalone server. The trace...
INFO: The app has been signed: C:\Users\Pablo\AppData\Local\Temp\selendroid-…
-
Hi Guys
I am using pytest selendroid and python to write the test cases. when I first ran the test case, it works. at this moment of time. if I do adb devices. I can still see my devices. However, if …
-
I have a test that I am running against a local Android 4.4 emulator, and I get a 500 return from the server when I send a `clear` command to a specific input element. I'm using the standard Selendroi…
-
Hi-
I am trying to automate a hybrid app. After switching to webview need to click a link text there. By using by.linktext(text) selendroid is not working. But same with using xpath its working.
Did …