Skip to content

Releases: quantori/Behavioral.Automation

1.15.4

05 Oct 09:31
ad9b085
Compare
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.15.0] - 2022-08-09

Changed

  • DefaultAttempts from Assert class now moved to the config file

1.15.3

05 Oct 09:11
c31574a
Compare
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.15.0] - 2022-08-09

Changed

  • DefaultAttempts from Assert class now moved to the config file

1.15.2

04 Oct 11:04
2f7fd24
Compare
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.15.0] - 2022-08-09

Changed

  • DefaultAttempts from Assert class now moved to the config file

1.15.1

23 Aug 12:29
f92f824
Compare
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.15.0] - 2022-08-09

Changed

  • DefaultAttempts from Assert class now moved to the config file

1.15.0

11 Aug 07:35
387f84a
Compare
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.15.0] - 2022-08-09

Changed

  • DefaultAttempts from Assert class now moved to the config file

1.14.2

05 Aug 10:33
c7003a7
Compare
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.14.2] - 2022-08-05

Changed

  • Added property "TagName" to IWebElementWrapper
  • Updated Label Bindings that use GetElementTextOrValue to get Error message when we actually get an error

1.14.1

01 Aug 08:44
b1016ea
Compare
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.14.1] - 2022-08-01

Changed

  • Changed StringExtensions.GetElementTextOrValue method, so it would always get text value for li elements, otherwise it returns value attribute, which is always index

1.14.0

27 Jul 09:44
6ee887a
Compare
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.14.0] - 2022-07-27

Added

  • Added method to clear browser data
  • Added method to close inactive windows
  • Small fixes

1.13.0

06 Jul 06:49
df90a59
Compare
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.13.0] - 2022-06-03

Added

  • Changed folder structure to separate Selenium and Playwright versions of the framework

1.11.1

08 Jun 13:15
d9f501f
Compare
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.1] - 2022-06-08

Added

  • Added retry attempt if context switched too early