v0.12.0
What's Changed
A major restructuring change to decouple the use of the AppManager
from other Legerity specific components. The changes have no impact on existing projects as the original functionality has been maintained while adding new features to support future proofing of Legerity.
In addition to recently added WaitUntil
methods, TryWaitUntil
has been added to allow an attempt to be made at waiting for a condition with an optional exception handler for logging capabilities.
This release also includes a new Web Authentication library with easy-to-use page objects for interacting with web authentication providers like Azure Active Directory.
- Decoupled the AppManager from other Legerity components by @jamesmcroft in #141
- Bump Selenium.WebDriver.ChromeDriver from 102.0.5005.6102 to 103.0.5060.5300 by @dependabot in #142
- Bump Appium.WebDriver from 4.3.1 to 4.3.2 by @dependabot in #144
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #152
- Updated NuGet packages by @jamesmcroft in #156
- Added new Web Authentication library with Azure AD page object by @jamesmcroft in #161
Full Changelog: v0.11.1...v0.12.0