Changelog 2024.12
2024.12
Improvements & Bug Fixes
- Tidied up the toggle switch between single and double-click in the script editor.
- Fixed a z-index bug with the tooltip on a monitor graph.
- Fixed a problem with sorting by date on the Tests tab of a project.
- Fixed a visibility mismatch with graph legends on graphs where some series were hidden.
- Improved edge cases around event bubbling in the Loadster Recorder browser extension.
Further Reading
The script editor is where you spend most of your time building and refining scripts in Loadster, whether you’re working with browser scripts that simulate real user interactions or protocol scripts that focus on HTTP requests.
The Loadster Recorder browser extension is the companion tool for creating browser scripts – you record your interactions with a site and the extension converts them into script steps. Event bubbling edge cases could cause the Recorder to miss or misinterpret certain clicks and interactions, so these fixes help ensure the recorded script more accurately reflects what you actually did during the recording session.