Latest updates

This section lists updates delivered since the last major release, with the most recent updates showing at the top.

Android 15 Beta 1.2 | Real devices

You can now test your applications on mobile devices running Android 15 Beta 1.2. This version is currently not supported with the Screen Copy video agent.

If you are interested in having Android 15 devices connected in your cloud, contact Perfecto Support.

For complete support information, see Android support updates.

Known issues

iOS 17.4 or later | Real devices

On devices running iOS 17.4 or later, after you clear browsing data or close all tabs in Safari, attempting to automate Safari may fail due to web contexts being unavailable. Apple has been notified of this issue.

Workaround:

After clearing browsing data or closing all tabs in Safari, run the following:

Copy
Map<String, Object> params = new HashMap<>();
params.put("bundleId", "com.apple.mobilesafari");
driver.executeScript("mobile: launchApp", params);
driver.executeScript("mobile: terminateApp", params);

Android 15 Beta | Virtual devices

You can now test your applications on emulators running Android 15 Beta. This preview version causes occasional instability that may result in failures when attempting to open the emulator device for manual testing.

For an updated list of devices and versions, see Supported emulator devices and OS versions.

iOS 17.5 Beta 3 | Real devices

You can now test your applications on iOS 17.5 Beta 3. All limitations for iOS 16.x versions still apply.

For complete support information, see iOS support updates.

Passcode support on iOS 17.4 and later

With the release of Perfecto 24.5, you can now set a passcode on devices running iOS 17.4 or later, removing a previous limitation.

However, note that the passcode implementation is still dependent on a solution to a persisting Apple limitation, requiring manual passcode entry every 8 hours. If you need to set a passcode on a device running iOS 15 or later, contact your Perfecto representative or Perfecto Support.