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
1
vote
0 answers

Android Instrumentation Context/Permission Issues with Selendroid

specific question for you. I'm trying to write a feature in a test framework that adds call logs to the device/emulator. This requires android.permission.WRITE_CALL_LOGS. I am using selendroid, and have added this permission to the AndroidManifest.…
mmnormyle
  • 763
  • 1
  • 8
  • 18
1
vote
1 answer

Getting errors in sendkeys command in appium (v.1.2.0) under selendroid mode (Real Device < 17 )

I just updated Appium 1.1.0 to 1.2.0, With previous version automation worked fine. But surprisingly when i update Appium i got below errors in sendkeys. Appium Logs: info: <-- POST /wd/hub/session/892ef5c3-267a-f50d-e28b-9b26a9ccd785/element 200…
Priyank Shah
  • 609
  • 3
  • 9
  • 25
1
vote
2 answers

Selendroid scroll issue

Using appium-selendroid mode on my real device running Android API level 17, I try to scroll down using the following code TouchActions action = new TouchActions(driver).scroll(0,100); action.perform(); The scrolling takes place however, The…
user2220762
  • 565
  • 4
  • 16
1
vote
1 answer

Selendroid working with Skype apk; not with other apps

Need your help with selendroid. Am a new to it and still learning the tricks. Tried with the basic selendroid app example and the same with Skype apk, it worked perfectly. However, when tried with other app's apk like tripadvisor and dropbox, I…
Scoffield
  • 11
  • 4
1
vote
1 answer

Appium / selendroid code is slowing down over time

I've put together what seemed like a straightforward, informal performance test using Robot Framework, WebDriver and Python connecting to an Android device via Appium. The application under test is a wrapped application with a local database to…
SkipKent
  • 457
  • 1
  • 6
  • 13
1
vote
1 answer

Getting class not found error while running automation on real device in selendroid mode

I was trying to run automation on appium 1.1.0 but not able to start automation due to below error. I tried to run automation on real device using selendroid mode on appium. Below are the steps which i performed during automation: Started…
Priyank Shah
  • 609
  • 3
  • 9
  • 25
1
vote
3 answers

SelendroidDriver not in jar file

I have recently written a Selenium program in Java that works perfectly with the FireFoxDriver(). My step 2 is to be able to run this program on my Android device with Selendroid. I went on their website here and have been able to download the jar…
Chiquelo
  • 162
  • 2
  • 13
1
vote
2 answers

exceptions in Launching Selendroid

Im trying to start with Selendroid testing. BUt when I'm Launching Selendroid with the following cammand: java -jar selendroid-standalone-0.9.0-with-dependencies.jar -app selendroid-test-app-0.9.0.apk Im getting exceptions as follows. D:\J…
manjakannar
  • 61
  • 1
  • 7
1
vote
2 answers

Selendroid with Maven: No such archiver: 'apk'

I am trying to prepare test case which uses selendroid-standalone to handle connection to mobile phone. The project uses Maven and contains several submodules, so I have added such dependency to top pom.xml:
Lucas Wa
  • 530
  • 1
  • 6
  • 15
1
vote
1 answer

While set up the Android Driver for the Selenium Grid I got the error "ANDROID_HOME" environment variable not set, anybody provide the solution

I have install the selenium grid successfully for the FF, chrome and IE now I want to install capabilities for the Android (using Selendroid) I got the following screenshot error
1
vote
2 answers

Selendroid 0.5.1 on Windows: getting INSTRUMENTATION_FAILED

I am working on a Phonegap/Cordova 3.0 Android (hybrid) app and want to do UI testing. I tried running Appium and Selendroid (http://selendroid.io/) I run on Win 8.1 x64, and am using Visual Studio 2012 with Selenium 2.37 nuget package to write the…
0
votes
1 answer

Run Selenium Python script on Android with Pydroid Selendroid

I have to run this Selenium Python script on Android. from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.common.by import By from selenium.webdriver.chrome.options import…
hermes_44
  • 101
  • 3
  • 9
0
votes
1 answer

What framework should be used to develop Android automation?

I try to use automation by launching Android app or browser. When I use this automation, I need to be able to change the sensor value of my Android device or change the name of my device to change the browser's preferences. Change the user-agent…
Deluxe
  • 15
  • 5
0
votes
1 answer

SendKeys send more keys than expected

I'm trying to test a mobile application on android, I am trying to login but when I execute the sendkeys of the password, what happens is that the password is sent but for some reason writes an extra letter in the password (the letter is y), does…
0
votes
1 answer

Cannot build the Selendroid server APK for application '...'

Hi everyone I'm trying to Run a tester with selendroid to test an app on my device. the selendroid server is running on PORT 4444 and the test script is correct but when I'm trying to run the test script by TestNG these errors shown in Console…
Shakib Karami
  • 678
  • 1
  • 4
  • 11