4.0.0
What's Changed
- Add Bandit security scan workflow by @douglasdcm in #110
- fix vulnerabilites by @douglasdcm in #112
- Revise security policy and reporting guidelines by @douglasdcm in #113
- Performance improvements and simplification of code classes by @douglasdcm in #114
- 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