Skip to content

Releases: quantori/Behavioral.Automation

1.8.6

25 Feb 09:03
a5bd3ba

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.6] - 2022-01-25

Fixed

  • Error when calling Aggregate() to generate message for DropdownWrapper

[1.8.5] - 2022-01-27

Changed

  • Bindings code refactoring
  • Updated Specflow package version

1.8.5

14 Feb 12:26
12b904a

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.5] - 2022-01-27

Changed

  • Bindings code refactoring
  • Updated Specflow package version

1.8.1

28 Jan 09:16
c6aa24d

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.1] - 2022-01-27

Changed

  • Changed scope selector to use global scope if provided one is not defined

1.8.0

27 Jan 13:27
eaf0be9

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.0] - 2022-01-27

Added

  • Added new dropdown binding, that allows to clear selected values

1.7.1

27 Jan 07:26
11c600f

Choose a tag to compare

Merge pull request #99 from quantori/build_pipeline

build pipeline

Added xml documentation to all bindings

21 Jan 09:00

Choose a tag to compare

1.7.0

Changes to main branch after code review

Added complex binding builder and ability to save browser console logs

19 Jan 09:25
7a72567

Choose a tag to compare

ComplexBindingBuilder class can be used to call other bindings inside methods. If it is used, called bindings' steps will appear in logs
If you have the same ComplexBindingBuilder as was added, you need to delete it, IComplexBindingBuilder interface, StepParametersProcessor class and interface. Dependency injection should be also removed

1.6.0: Merge pull request #94 from quantori/feature-add-reload-page-binding

29 Dec 12:26
3b29a41

Choose a tag to compare

  • Add binding for a page reload
  • Added basic auth quick start guide
  • Fix: Changed screenshot regex to avoid file not found exception

Addition multiple target platforms

17 Dec 11:07
5db0717

Choose a tag to compare

1.5.0

Addition multiple target platforms (#91)

Updated packages (including Selenium 4)

01 Dec 13:57
164a4f5

Choose a tag to compare

BAP-90 Updated selenium to version 4

If you were using _driverService.Driver.ExecuteScript, it should be replaced with _driverService.ExecuteScript()