Skip to content

Releases: uchagani/stagehand

Release v2.1.0

20 Jun 03:24
c3f51c0
Compare
Choose a tag to compare

This release adds the ability to specify a custom decorator when using initElements

Release v2.0.0

19 Apr 13:47
c7f5aed
Compare
Choose a tag to compare

With v2.0.0, you no longer need Stagehand's assertion wrapper and can use Playwright's assertion library directly.

Also made some changes that allow you to create and use custom locators. See the Readme for details.

Release v1.1

06 Apr 03:05
f1a4cc1
Compare
Choose a tag to compare

This release adds the ability to define a afterCreate hook that will automatically be called after a page object has been created by the PageFactory