Skip to content

Releases: testdevlab/Py-TestUI

v1.2.5

10 Oct 07:46
6e99a54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

08 Apr 09:49
316c5f8

Choose a tag to compare

Small fixes and improvements

Full Changelog: v1.2.3...v1.2.4

v1.2.3

01 Oct 11:09
245bb1e

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

18 Jul 14:40
ea7aab1

Choose a tag to compare

Patch Bug Fix for 1.2.1

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jul 07:49
d8e24f9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Oct 12:19
cca573c

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Aug 08:00
5ff801b

Choose a tag to compare

  • Upgrade dependencies
  • Fix linting
  • Fix issues with options for new webdrivers

v1.1.0

19 Jan 09:41
fef13ae

Choose a tag to compare

  • Check if element is visible, not only present

v1.0.10

17 Sep 10:33

Choose a tag to compare

  • Add element clear() method
  • Fixes for image comparison
  • Fix for TestUI element creation

v1.0.9

30 Jun 12:22
2bb34ec

Choose a tag to compare

Possibility to add a custom driver to the TestUI driver

driver = NewDriver() \
        .set_logger().set_driver(custom_driver)