Releases: douglasdcm/caqui
Releases · douglasdcm/caqui
5.0.0rc2
What's Changed
- Fixes for release candidate 2 by @douglasdcm in #120
- Fix examples in README
- Add implict_wait function for backward-compatibility with Selenium spec
- Add text function in sync driver for compatibility with Selenium spec
- Fix issues in dependencies of pyproject.py
Full Changelog: 5.0.0-rc...5.0.0rc2
5.0.0-rc
What's Changed
- Add support to Chrome Devtools Protocol by @douglasdcm in #116
- Fix pipelines
- Add synchronous and asynchronous functions to support Chrome Devtools Protocol
- Remove conversion of locators with cssify
- Organize the packages in "webdriver" for legacy webdriver functions, "cdp" for functions that support Chrome Devtools Protocol and "bidi" to store the future functions related to webdriver bidirectional
Full Changelog: 4.0.0...5.0.0-rc
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
3.0.4
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
Fix issues by @douglasdcm in #109
- Fix AsyncPage constructor
- Expose internal exceptions for better traceability of errors
- Bump version
Full Changelog: 3.0.2...3.0.3
3.0.2
Full Changelog: 3.0.1...3.0.2
3.0.1
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Update README.md by @douglasdcm in #98
- Run web driver in background by @douglasdcm in #100
Full Changelog: 2.1.5...3.0.0
2.1.5
What's Changed
- Fix version by @douglasdcm in #96
- fix version 2.1.5 by @douglasdcm in #97
Full Changelog: 2.1.4...2.1.5
2.1.4
What's Changed
- Multiprocessing by @douglasdcm in #92
- Update README.md by @douglasdcm in #93
- fix utint tests and readme by @douglasdcm in #94
- Round timeouts to ceil by @douglasdcm in #95
Full Changelog: 2.1.3...2.1.4