Skip to content

Releases: quantori/Behavioral.Automation

1.11.0

20 May 07:34
c510852

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.11.0] - 2022-05-20

Added

  • Added Assert.ShouldBecome() with ability to pass error message as a function

1.10.2

17 May 07:55
902c316

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.10.2] - 2022-05-16

Added

  • Fixed NullReferenceException when using ComplexBindingBuilder in hooks

1.10.1

16 May 14:13
ecc57d5

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.10.0] - 2022-05-16

Added

  • Added cells representation to the ITableRowWrapper interface.

1.10.0

16 May 06:36
a1d8732

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.10.0] - 2022-05-16

Added

  • Added cells representation to the ITableRowWrapper interface.

1.9.4

16 May 06:25
a500d4e

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.9.4] - 2022-05-13

Changed

  • Improve "user opens relative URL" step

[1.9.3] - 2022-05-12

Changed

  • Fix table rows count assertion message.

[1.9.2] - 2022-05-11

Added

  • Added binding to check that table contains rows in exact order

1.9.3

12 May 09:35
c26ead2

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.9.3] - 2022-05-12

Changed

  • Fix table rows count assertion message.

[1.9.2] - 2022-05-11

Added

  • Added binding to check that table contains rows in exact order

1.9.2

11 May 07:14
8342428

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.9.2] - 2022-05-11

  • Added binding to check that table contains rows in exact order

1.9.1

11 May 06:47
04e87b3

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.9.1] - 2022-04-28

  • Fixed fields in config files
  • Upgraded package versions
  • Moved Demo projects from tests folder

1.9.0

25 Apr 09:34
b4ed35f

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.9.0] - 2022-04-22

  • Added FindSubElement method to IWebElementWrapper

1.8.7

25 Feb 09:14
d748c00

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.8.7] - 2022-02-25

  • Moved tooltip attribute to separate interface