Release Notes - June 29th, 2023
  • 29 Jun 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Release Notes - June 29th, 2023

  • Dark
    Light

Article Summary

XPath locator support

The locator function is helpful when locating elements based on specific features is preferred over letting Autify AI find the element, but some elements may be difficult to specify as intended with the CSS selector. That's why we have made XPath available as a locator!

Screen Shot 2023-06-28 at 11.41.00.png

XPath as a locator will be useful when:

  • Finding an element using its text

    • Example: a <span> element that contains text "Hatty"
      //span[contains(text(), 'Hatty')]
  • Find an element using its parent (Going up the DOM tree)

    • Example: the first <button> element that follows the parent <div> element of a <span> element that contains text "Hatty"
      //span[contains(text(), 'Hatty')]/parent::div/following-sibling::button[1]

When an XPath is used to locate an element in a test, you can check it on the test result details page just as when a CSS selector is used:

Screen Shot 2023-06-28 at 19.51.11.png

Stay tuned for more practical usage in our documentation!

Scenario stats in Usage Report

We have added Scenario stats in Usage Report. Here, you can see the date and status of the last run for each scenario, as well as the total number of runs and failure rates!

Screen Shot 2023-06-28 at 11.53.35.png

We hope you will find this information useful in understanding the status of your daily scenario runs. Also, we would like to continue to enhance the reporting function, so please continue to send us any requests for usage reporting you may have.

2. Other Updates ✨

Improvements

  • Test results executed in series are now displayed in ascending order of the date and time they were executed
  • Automatic logout after 24 hours of inactivity has been introduced
  • Display of the test result details page has been made faster

Environment updates

We have updated the following environments:

  • Chrome: 112.0 → 114.0
  • Firefox: 112.0 → 114.0
  • Edge: 112.0 → 114.0
  • Safari (macOS): 15 Monterey -> 16.3 Ventura

Bug Fixes

  • Fixed an issue where the recorder tries to input a zero-filled value (002022-01-01) into an input element when its max attribute is "9999/12/31"
  • Fixed an issue where all steps in a step group could be deleted
  • Fixed an issue in uploading large sized files with PC browser environments
  • Fixed an error that caused a step to fail when a specific character was included in the file name during file upload in Safari

Notice

  • New terms of service has been published. Please review the applicable terms and conditions for your organization 🏢

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.