Arun Kumar
Arun Kumar

Reputation: 139

Is there anyway to mix ios automation and web automation in a single script using selenium

I am trying to perform automation on ios device using selenium web driver and appium. In one scenario I have to create an account and I need to launch the web browser and verify the account and then come back to mobile device and perform the rest of the automation.

Is there anyway to do it? Any reference appreciated

Upvotes: 1

Views: 100

Answers (1)

selva
selva

Reputation: 1175

this you can achieve by using certain framework like TestNG (using the priority or dataprovider tags), Selenium Grid, Hybrid driven frame work.

Upvotes: 1

Related Questions