Releases: quantori/Behavioral.Automation
1.8.6
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
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
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
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
Merge pull request #99 from quantori/build_pipeline build pipeline
Added xml documentation to all bindings
1.7.0 Changes to main branch after code review
Added complex binding builder and ability to save browser console logs
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
- 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
1.5.0 Addition multiple target platforms (#91)
Updated packages (including Selenium 4)
BAP-90 Updated selenium to version 4
If you were using _driverService.Driver.ExecuteScript, it should be replaced with _driverService.ExecuteScript()