How can I use Androiddrier using appium in serenity-bdd framework?

812 views Asked by At

I am using serenity-bdd with cucumber-jvm for my test framework. I want to run my tests on android emulator using Appium.

Serenity-bdd by default instantiate webdriver which opens firefox. How can I execute my webdriver tests on android emulator?

1

There are 1 answers

0
J He On
driver = new AndroidDriver<>(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);