Skip to content

Releases: UWIT-IAM/webdriver-recorder

4.0.1-alpha.1

30 Jun 15:23
Compare
Choose a tag to compare
Update pyproject.toml version to 4.0.1-alpha.1

4.0.1-alpha.0

29 Jun 23:29
Compare
Choose a tag to compare
Update pyproject.toml version to 4.0.1-alpha.0

4.0.0-rc.9

17 Jun 00:08
Compare
Choose a tag to compare
Update pyproject.toml version to 4.0.0-rc.9

4.0.0

17 Jun 00:17
Compare
Choose a tag to compare
Update pyproject.toml version to 4.0.0

4.0.0-rc.8

16 Jun 20:06
Compare
Choose a tag to compare
Update pyproject.toml version to 4.0.0-rc.8

4.0.0-rc.7

16 Jun 19:45
Compare
Choose a tag to compare
Ensure that the release uses the same commit as the current ref, inst…

4.0.0-rc.6

16 Jun 19:15
Compare
Choose a tag to compare
Tag new version 4.0.0-rc.3

4.0.0-rc.5

16 Jun 18:54
Compare
Choose a tag to compare
Tag new version 4.0.0-rc.3

Adds convenience methods to ease in upgrading to 3.X

05 Aug 18:34
d4f60e2
Compare
Choose a tag to compare

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

17 Jul 21:15
25340bb
Compare
Choose a tag to compare

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.