Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 14:19
· 1825 commits to main since this release

This is a patch release that fixes a few bugs, including one regression bug introduced in v0.8.0, adds one improvement on documentation, and does minor internal modifications.

Bugs fixed

  • Fix mapping of Page's Keyboard, Mouse, and Touchscreen properties. (#751)
  • Fix Page.URL() method. (#758)
  • Fix Frame.Title() method. (#761)

Improvements

  • Added contributing guidelines. (#750)

Internals

  • Reverted version bump for some dependencies in order to match k6 versions. (#743)
  • Fix usage of stale virtual user context in mapping layer. (#754)
  • Removed the unused browser closing state. (#759)