Reputation: 139
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
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