Changelog 2022.07

2022.07

New Features & Improvements

  • We’ve simplified the onboarding experience for new accounts, to streamline the path to create and play your first script.
  • The script editor now defaults to a layout that shows the Logs and Results/Timeline tabs side by side.
  • Login and registration pages now load a lot faster.

Bug Fixes

  • Fixed a usability issue with dropdown menu buttons, making it possible to close the menu by clicking outside it.
  • Fixed performance issues related to large datasets bogging down the editor.
  • Fixed an issue with bot numbers in the Traces table being incorrect for large distributed tests.

Further Reading

The script editor is where you spend most of your time building and debugging tests in Loadster. Whether you’re working on Browser Bot scripts or Protocol scripts, the editor is your main workspace for adding steps, changing selectors, setting up variables, and playing back scripts to make sure they work.

The side-by-side layout for Logs and Timeline makes the editor more usable. The Logs tab shows you what happened during playback – console output, errors, timing information – while the Timeline shows screenshots and a visual representation of each step. Having both visible at once means you can watch what the browser is doing (Timeline) and see the technical details (Logs) without constantly switching tabs. This is especially helpful when debugging scripts that involve code blocks or complex interactions.

« Loadster Changelog