Release notes - September 9 2025

Prev Next

✨ New Feature

JavaScript Steps are now available!
This feature allows you to write custom JavaScript within your Autify scenarios so that you can perform operations and assertions that aren't supported by Autify's standard features.
For more details, please see the "JavaScript Step" documentation.

JavaScript Steps are currently available as a public beta feature.
For more information on our public beta features, please refer to this page.

📱 Environment Updates

We've added iOS 26 devices to our cloud environment.
Please review the precautions before you try it out 🙏

Precautions for use

① On iOS 26, the app's appearance (UI) may change significantly depending on the Xcode version used to build it.

  • Apps built with Xcode 16 or earlier: The app's UI itself won't change, but the UI of the OS-specific elements will be significantly different.
  • Apps built with Xcode 26: In addition to the OS-specific elements, some of the in-app UI will also be modified.

② Test scenarios created for iOS 18 or earlier are very likely to fail on iOS 26. Please consider how to manage your scenarios and try making the necessary adjustments.

  • Scenario Management Options
    • Fully migrate to iOS 26 and consolidate your scenarios.
    • Manage two separate versions of your scenarios in parallel - one for iOS 18 or earlier, and one for iOS 26.
  • Scenario Modification Options
    • Use Quick Element Update to modify the scenario.
    • Re-record the scenario.
    • Recreate the scenario from scratch.