- Print
- DarkLight
Release Notes - June 29th, 2023
1. Featured Releases 🚀
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!
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')]
- Example: a
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]
- Example: the first
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:
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!
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 🏢