Skip to content

Commit

Permalink
appium IOS open app deprecated update
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisSenicourt committed Jan 14, 2025
1 parent bd25427 commit 16e5eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public MessageEvent openApp(Session session, String appPackage, String appActivi
try {

if (StringUtil.isEmptyOrNull(appPackage)) {
((IOSDriver) session.getAppiumDriver()).launchApp(); //#FIXME SELENIUM #TEST (was cast to IOSDriver)
session.getAppiumDriver().executeScript("mobile: launchApp");//#FIXME SELENIUM #TEST
} else {
((IOSDriver) session.getAppiumDriver()).activateApp(appPackage);//#FIXME SELENIUM #TEST (was cast to IOSDriver)
}
Expand Down

0 comments on commit 16e5eb5

Please sign in to comment.