public void CanActivateAppTest() { //Activate an app to foreground Assert.DoesNotThrow(() => _driver.ActivateApp(IntentAppPackageName)); //Verify the expected app was activated Assert.DoesNotThrow(() => _driver.FindElementById(IntentAppElement)); }