Skip to content

Releases: douglasdcm/caqui

5.0.0rc2

12 Feb 05:10
c5ea387

Choose a tag to compare

5.0.0rc2 Pre-release
Pre-release

What's Changed

- 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

28 Jan 04:51
679d2b7

Choose a tag to compare

What's Changed

- 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

12 Dec 07:24
6bed3f9

Choose a tag to compare

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

3.0.4

07 May 04:56

Choose a tag to compare

Full Changelog: 3.0.3...3.0.4

3.0.3

07 May 01:56
18c4e70

Choose a tag to compare

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

29 Apr 17:56

Choose a tag to compare

Full Changelog: 3.0.1...3.0.2

3.0.1

29 Apr 05:43

Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

29 Apr 05:37

Choose a tag to compare

What's Changed

Full Changelog: 2.1.5...3.0.0

2.1.5

08 Jul 04:11
5a4c40e

Choose a tag to compare

What's Changed

Full Changelog: 2.1.4...2.1.5

2.1.4

08 Jul 04:09
f991af3

Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4