selenide-examples / selenide-appium

Mobile automation made easy
64 stars 19 forks source link

How to start appium server thru code (AppiumServiceBuilder) and assign DesiredCapabilities during run time #3

Closed LearningPur closed 2 years ago

LearningPur commented 2 years ago

Hi @asolntsev We love using selenide used for our Web Automation and it works like a charm, thinking to use it for our newly designed Android and iOS native apps.

Started creating demo project to get approved thru POC.

Have some challenges if you can please answer.

1) We want appium server to start during run time using AppiumServiceBuilder 2) Want to assign DesiredCapabilities caps during run time because we want to run test cases in parallel on multiple devices so we need caps to assign during run time

Here is the demo Appium Android project we have created please advice how we can integrate Selenide-appium in our project in order to use awesome locator strategy, ajax call that selenide provide.

https://github.com/prashant-ramcharan/courgette-jvm-appium-android

asolntsev commented 2 years ago

Let's continue in https://github.com/selenide/selenide/issues/2296