Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.4 KB

HISTORY.md

File metadata and controls

62 lines (37 loc) · 1.4 KB

Release History

0.0.5 (2024-05-22)

Bug Fixes

  • Fixed typing errors with Enter.the_password.
  • Fixed typing errors with Target, or more specifically with _Manipulation, or even more specifically with specifying the types of the args and kwargs which are passed on to Playwright's API.

0.0.4 (2024-05-15)

New Features

  • Added several new Actions: RefreshThePage, Scroll, Select
  • Added two new Questions: BrowserURL, Element
  • Added a new Resolution: IsVisible
  • Added several aliases for the existing Actions, Questions, and Resolutions.
  • Target now also fully supports all Playwright locator methods.

Bug fixes

  • Enabled multiple Actors to be able to exit without breaking Playwright for each other.

0.0.3 (2024-02-21)

New Features

  • Added new Action: SaveScreenshot
  • Added new Question: Attribute
  • Target can now find things in iframes!

Development Niceties

  • ScreenPy: Playwright is now standardized with the other ScreenPy projects (thanks, @bandophahita)!

0.0.2 (2024-02-13)

Improvements

  • Made all the user-facing features of ScreenPy: Playwright importable from the root, like the other ScreenPy plugins.

Development Niceties

  • Added Poetry!
  • Added ruff!
  • It's nice!!!

0.0.1 (2022-09-18)

Timeline

  • Initial release!