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
2
votes
3 answers

Is there any way to automate scanning of barcode from appium?

I require my app to Scan barcode automatically , i have the barcodes, i have the app required, how can i make the App read physical bar codes using automation in appium, In manual i can scan the code by pointing out the camera to an bar code. I…
krishna chetan
  • 659
  • 1
  • 10
  • 20
2
votes
1 answer

How to get dynamically generated className?

I want to check my page style is in particular format or not like photocentric,thumbnails etc...For example if I have choosen my page to be displayed as in the thumbnail format.First, i have choosen the template style and then i need to assert the…
selvi
  • 1,271
  • 2
  • 21
  • 41
2
votes
2 answers

How do I setup Selendroid in Visual Studio?

I cannot figure out how to setup selendroid in Visual Studio and I cannot find any documentation to help me out. I am trying to do something like: IWebDriver driver = new SelendroidDriver(); I understand I need the Android SDk installed but how do…
Guerrilla
  • 13,375
  • 31
  • 109
  • 210
2
votes
2 answers

Using Selenium with ios-driver to test iOS mobile apps from a Windows machine

I am investigating the feasibility of testing native, hybrid, and web-based applications using Selenium for Windows (web only), Android, and iOS mobile devices (e.g. iPad). The ideal setup for a tester would be a Windows machine with physical…
KilloWatt
  • 93
  • 1
  • 8
2
votes
1 answer

How to change Genymotion port

I would like to run automatized test on different Genymotion devices in the same time. For this I have to give seperate port numbers for each device. Is it possible?
stsatlantis
  • 555
  • 9
  • 26
2
votes
1 answer

You dont have to recompile app-means?

Appium documentation says-"You don't have to recompile your app or modify it in any way in order to automate it." What does it mean actually.. Can anybody please explain?
nilesh
  • 1,483
  • 2
  • 19
  • 37
2
votes
1 answer

Selendroid is not working?

http://selendroid.io/setup.html Here is given an example of what I should get when I open localhost at port 4444. But instead I get: {"value":{"os":{"name":"Windows 7","arch":"x86","version":"6.1"},"build": …
Simon
  • 81
  • 1
  • 12
2
votes
1 answer

selendroid: unable to inspect the element

Hi i'm a new bee in Selendroid can someone please tell me why im getting this error when i launch the URL http://localhost:4444/inspector .. my automation works fine but im unable to view the app in http://localhost:4444/inspector link (during added…
selva
  • 1,175
  • 1
  • 19
  • 39
2
votes
1 answer

Selendroid - ANDROID_HOME not found even after setting it

I am trying to run Selendroid test for mobile website but as I run my test I get exception saying: May 19, 2014 11:48:59 AM io.selendroid.SelendroidLauncher launchServer INFO: Starting selendroid-server port 4444 May 19, 2014 11:48:59 AM…
roger_that
  • 9,493
  • 18
  • 66
  • 102
2
votes
1 answer

how to run appium tests in selendroid mode (API<17)>

I want to run automation test on real devices, earlier i did this on emulators (API>17) but the same test i was trying to run on Appium in selendroid mode it failed. Below is the capabilities i configured for appium to run in selendroid…
Priyank Shah
  • 609
  • 3
  • 9
  • 25
2
votes
4 answers

Error occurred while launching Selendroid Server

I downloaded the jar and tried to launch the selendroid server with the command: java -jar selendroid-standalone-0.8.0-with-dependencies.jar -app selendroid-test-app-0.8.0.apk But it seems to be giving me this error: SEVERE: Error occurred while…
LoneChaos
  • 203
  • 2
  • 7
1
vote
0 answers

Execution failed for task ':app:mergeDebugJavaResource' using react-native and selenium

I am trying to use selenium/selendroid with a react native app and while adding the needed libraries the follow error comes at build time. What is causing this? Execution failed for task ':app:mergeDebugJavaResource'. A failure occurred while…
1
vote
0 answers

Selendroid : Can not launch app on smartphone

I started the Selendroid server: java -jar selendroid-standalone-0.17.0-with-dependencies -app Guru99App.apk The test App Guru99App.apk is signed. Then I ran this code in Eclipse: import io.selendroid.standalone.SelendroidConfiguration; import…
Running24
  • 100
  • 8
1
vote
0 answers

Selendroid webdriver initialisation error occuring

I am making an android application which will login to my college website then clicks on attendance button on the page , scraps data ,perform some calculations and shows to the user but I can't find any way from here. I am using selendroid for this.…
Jagnetox
  • 13
  • 4
1
vote
0 answers

SEVERE: Error occurred while building server: io.selendroid.exceptions.ShellCommandException: An error occured while executing shell command:

I am new in Android and I am tring to run this example: https://www.guru99.com/introduction-to-selendroid.html I am facing the following issue: io.selendroid.exceptions.AndroidDeviceException: io.selendroid.exceptions.ShellCommandException: An error…
RapsonGany
  • 11
  • 2
1 2
3
13 14