diff --git a/Ginger/Ginger/Actions/ActionEditPages/ActMobileDeviceEditPage.xaml b/Ginger/Ginger/Actions/ActionEditPages/ActMobileDeviceEditPage.xaml index 3425a426e2..065f9701e5 100644 --- a/Ginger/Ginger/Actions/ActionEditPages/ActMobileDeviceEditPage.xaml +++ b/Ginger/Ginger/Actions/ActionEditPages/ActMobileDeviceEditPage.xaml @@ -10,75 +10,75 @@ Title="ActMobileDeviceEditPage"> - + - + - + - - + + - + - - - - + + - + diff --git a/Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/GenericAppiumDriver.cs b/Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/GenericAppiumDriver.cs index 29d2c3b7bd..a1f34ffc9d 100644 --- a/Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/GenericAppiumDriver.cs +++ b/Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/GenericAppiumDriver.cs @@ -972,7 +972,7 @@ private string GetAppPackage(ActMobileDevice act) } else { - return act.ActionAppPackage.Value; + return act.ActionAppPackage.ValueForDriver; } }