how to Make selectable appPackage and appActivity BeforeScenario in android Appium Test Automation
问题 I want to choose starting app(appPackage,appActivity) in @BeforeScenario to develop a test scenarios for multiple apps in one test project. I know use the start activity but because of security permission denial, I can not use it. The only working method is using capabilities in beforeScenario. Before start the test I want to choose the starting app.My Code: `@BeforeScenario public void beforeScenario() throws MalformedURLException { DesiredCapabilities desiredCapabilities = new