2.0.1 - 2022-01-29
- Allow the viewport to resize with the window.
- Fix crash after navigation on a new tab.
2.0.0 - 2022-01-23
- Switch from Selenium to Playwright.
- Fix flaky button clicks and input fills.
- Improve performance and reliability.
- Make it easier for users to setup.
- Avoid ChromeDriver log messages.
- Simplify the code and API.
- Bump required Python version to 3.9 or later.
- Update examples in
README.md
and Sphinx docs. - Add
py.typed
to enable type checking. - API changes:
Driver
now accepts a PlaywrightBrowser
instead of a Selenium WebDriver.Driver
no longer accepts adelay
argument.download_positions()
now returns apathlib.Path
to a temporary file.
1.0.3 - 2022-01-17
- Reformat changelog as Markdown.
1.0.2 - 2022-01-10
- Add test instructions in
README.md
.
1.0.1 - 2022-01-02
- Initial release.