Skip to content

Commit

Permalink
Merge pull request #275 from q2ebanking/package/Boa.Constrictor.Selen…
Browse files Browse the repository at this point in the history
…ium-4.2.0

Boa.Constrictor.Selenium 4.2.0
  • Loading branch information
pl-shernandez authored Jun 11, 2024
2 parents c47c8e7 + 38e9655 commit b0a402d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Boa.Constrictor.Selenium/Boa.Constrictor.Selenium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<Authors>Pandy Knight and the PrecisionLender SETs</Authors>
<Company>Q2</Company>
<Title>Boa.Constrictor.Selenium</Title>
Expand Down
7 changes: 7 additions & 0 deletions Boa.Constrictor.Selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

(none)


## [4.2.0] - 2024-06-11

### Added

- Added `CloseWebDriver` to `Boa.Constrictor.Screenplay` to enable closing the active window or tab
Expand All @@ -25,10 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [4.1.0] - 2024-01-29

### Added

- Added `SwitchFrames` property to control switching to DefaultContent first
- Added functionality to switch into nested frames in `SwitchFrames`

### Changed

- `SwitchFrames` `Locator` property is now a list


Expand Down

0 comments on commit b0a402d

Please sign in to comment.