Skip to content

4.0.0

Choose a tag to compare

@douglasdcm douglasdcm released this 12 Dec 07:24
· 45 commits to main since this release
6bed3f9

What's Changed

- Update documentation with new classes and methods
- Add support to single connection by `aiohttp.ClientSession`
- Improve type-hints
- Add support to `W3C` and `Jsonwire` specifications
- Convert all locators to CSS Selector in runtime to improve performance
- Add pool of elements in `AsyncDriver` for better performance
- Rename `AsyncPage` class to `AsyncDriver`
- Merge `OptionsBuilder` class to `CapabilitiesBuilder` class
- Rename `Server` class to `LocalServer` class
- Rename internal variables for better code understanding
- Add the parameter `executable_path` to `LocalServer` to use existing local drivers
- Add specific methods in `LocalServer` to start web drivers
- Fix skipped tests
- Test all functions with Chrome, Opera, Edge and Firefox

Full Changelog: 3.0.4...4.0.0