Skip to main content

November 15

We’re happy to announce the release of the Sprint 130 edition of Quamotion. The version number is 0.130.105.

iosreset

We're happy to announce the first release of the iosreset command line utility. You can use iosreset to factory reset an iOS device.

This may be useful when you want to factory reset your iOS device after running a suite of automated tests on your iOS device, and want to be sure that your device is in a known state before running the next suite of tests.

imobileconfig

We're happy to announce the first release of the imobileconfig command line utility. You can use imobileconfig to push configuration profiles to iOS devices.

Configuration profiles allow you to configure settings such as WiFi preferences to your iOS device. This may be useful if you want to preconfigure your device before running a suite of automated tests on your iOS device.

WebDriver and xcuitrunner improvements

  • Consider the following scenario:
    • You've launched a device automation session on an iOS device xcuitrunner or Quamotion WebDriver
    • You change the developer certificate you use to resign WebDriverAgent We've fixed an issue where the xcuitrunner and Quamotion WebDriver would detect the updated developer certificate, resign your copy of WebDriverAgent, but would not push this updated version of WebDriverAgent to your iOS device.