Releases: UWIT-IAM/webdriver-recorder
Releases · UWIT-IAM/webdriver-recorder
4.0.1-alpha.1
Update pyproject.toml version to 4.0.1-alpha.1
4.0.1-alpha.0
Update pyproject.toml version to 4.0.1-alpha.0
4.0.0-rc.9
Update pyproject.toml version to 4.0.0-rc.9
4.0.0
Update pyproject.toml version to 4.0.0
4.0.0-rc.8
Update pyproject.toml version to 4.0.0-rc.8
4.0.0-rc.7
Ensure that the release uses the same commit as the current ref, inst…
4.0.0-rc.6
Tag new version 4.0.0-rc.3
4.0.0-rc.5
Tag new version 4.0.0-rc.3
Adds convenience methods to ease in upgrading to 3.X
Introduces wait_for_tag
as a replacement for the legacy wait_for
, so that upgrading to the new MV is easier.
Support more flexible wait_for searching
This introduces backwards-incompatible (i.e., breaking) changes, so will bump our version to 3.0.0.
The existing xpath-with-substring-only means of searching documents is limiting and requires us to depend on specific text being displayed, instead of encouraging sensible class or id names for elements that can be searched independently of the presentation copy.
V3.0 will afford more flexibility to callers, allowing for better, more intuitive testing.