I would like to run some selenium c# tests via an android emulator.
How can I do that? Do I need another third Party ? EG Selendroid/
Can it run direct?
Is there any tutorial or links that takes you through the process?
many thanks
I would like to run some selenium c# tests via an android emulator.
How can I do that? Do I need another third Party ? EG Selendroid/
Can it run direct?
Is there any tutorial or links that takes you through the process?
many thanks
If you want to test a android app you do need something like selendroid. have a look at Selendroid.
If you want to test a website on a mobile Android device you can go for an emulator like Appium in combination with Selenium Grid.
See getting started of Appium getting started