Questions tagged [selendroid]

Selendroid is a test automation framework for native or hybrid Android apps and the mobile web.

Selendroid is a test automation framework which drives off the UI of Android native and hybrid applications (apps) and the mobile web. Tests are written using the Selenium 2 client API!

Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing.

210 questions
0
votes
1 answer

While creating selenium script for android browser, why this error showing?

Why i am getting this error. which library file should i use to resolve this error.
Naveen Chhaniwal
  • 704
  • 3
  • 6
  • 24
0
votes
1 answer

Getting exception while running selendroid standalone from cmd propmt

I am new to selendroid, while following the steps to start standalone server via command prompt, getting error like "SEVERE: Error occurred while building server: An error occurred while resigning the app 'test.apk'." Added ANDROID_HOME environment…
saravana
  • 544
  • 1
  • 7
  • 26
0
votes
1 answer

Selendroid not starting virtual device

I am trying to get started with selendroid and selenium for android virtual devices but im having a few issues. I have all the java/android sdk/eclipse software installed and i can run selenium chromedriver tests fine. BUT when i try to run a test…
user616
  • 783
  • 4
  • 18
  • 44
0
votes
1 answer

Selendroid check if pop up error is shown

I'm having trouble detecting if a pop up is shown on an native android app. The scenario is the following: I start a ticket and I start adding products, but sometimes when I add a product I get an error message saying I can't add that product…
elcharrua
  • 1,582
  • 6
  • 30
  • 50
0
votes
2 answers

Select emulator using Selendroid

I am trying to select emulator when running Selendroid and found this flag -emulatorPort "Specify the port number to start running emulators on." List of devices attached emulator-5554 device emulator-5558 device Since I have two emulators…
M3rd0n
  • 311
  • 3
  • 14
0
votes
0 answers

How to handle an android.ui.seekbar.TwowaySeekbar from Selendroid

Please tell me how to handle this element type from selendroid. Following is the xml design of the element: android:id="@+id/twowaySeekbar1" android:layout_width="500dp" android:layout_height="match_parent" …
0
votes
1 answer

Unable to perform in touch action in webview while running test from Mac with Appium

I am stuck badly with the following issue, please help me out with a working solution. For all touch actions I am getting org.openqa.selenium.WebDriverException: unimplemented command: session/537d48a9dcdfb38a12ff318a302c9a08/touch/scroll Command…
user3000021
  • 288
  • 2
  • 3
  • 12
0
votes
0 answers

Appium in Selendroid mode ( Android SDK API < 17 ) activity never started error

I am trying to run my Appium test for Android 2.4 device in Selendroid mode, I defined starter activity, everything is fine but it is giving me Activity never started error. These are my…
Gokhan Arik
  • 2,626
  • 2
  • 24
  • 50
0
votes
3 answers

Appium: Right way to find elements on Android screen

I want to use Appium to make automated testing for my Android app. I am writing tests in C#. I've done fair share in my searching but couldn't find a good documentation explaining how to access elements on Android screen. I know there are methods…
Tejas Sutar
  • 747
  • 2
  • 11
  • 33
0
votes
1 answer

How to get the list of process running in android device using Selendroid

Can any one help me in getting the list of running process in Android using Selendroid?
Avinash
  • 1
  • 1
0
votes
2 answers

while using real Android device I got "Selendroid server on the device didn't came up"

I tried to automated android device Galaxy S4 (v4.2.2). I started with the "getting started" as appear in the selendroid.io web I used selendroid-standalone-0.10.0-with-dependencies.jar tried to automate the app tha the web provide as training :…
user3815186
  • 1
  • 1
  • 2
0
votes
1 answer

NexusOne AVD taking too long to start through Selenium

To run my scripts on emulators I've configured an AVD with this configuration: Target : `Google APIs(Google Inc.) API level 18` Device: `Nexus One(3.7",480 x 800; hdpi)` CPU : `ARM(armeabi-v7a)` Hardware Keyboard present : `Yes` Skin : `WVGA800` RAM…
Kamal G
  • 278
  • 1
  • 17
0
votes
2 answers

Working with Selendroind getting error

This is my code SelendroidCapabilities capa = new SelendroidCapabilities("io.selendroid.testapp:0.10.0"); System.out.println("start"); WebDriver driver = new SelendroidDriver(capa); //driver.manage().timeouts().implicitlyWait(30,…
nIsh
  • 26
  • 1
0
votes
1 answer

Error while running selendroid in linux

I am using android sdk bundle 64bit for linux os Here is my java version: - java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-4ubuntu3) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Running the following…
Galet
  • 5,853
  • 21
  • 82
  • 148
0
votes
1 answer

Selendroid inside app

Hi I am new to Selendroid and was wondering if it was possible to launch Selendroid from a button inside the android app? I am trying to create an onClick() event that implements Selendroid as follows in Java: public void onClick1(View view)…
Chiquelo
  • 162
  • 2
  • 13
1 2 3
13
14