0.15.0
Check Atata 0.15.0 Released blog post for major features and .NET Core issues.
Breaking Changes
- #98 Remove obsolete members of
UIComponentMetadata
- #99 Remove obsolete member of
UIComponentResolver
New Features
- #86 Add
GetScope
method toUIComponent
- #95 Add
Wait
method toUIComponent<TOwner>
- #96 Add
WaitForAttribute
trigger - #101 Fix command execution delay of WebDriver for .NET Core 2.0
- #103 Culture configuration
Changes and Enhancements
- #87 Enhance
ScopeSourceExtensions
methods - #88 Use
Selenium.WebDriver
andSelenium.Support
packages v3.6.0 - #89 Use
Atata.WebDriverExtras
package v0.13.0 - #90 Handle
StaleElementReferenceException
inWaitForElementAttribute
- #91 Handle
StaleElementReferenceException
inExist
verification extension method - #92 Handle
StaleElementReferenceException
in data verification extension methods - #93 Support .NET Standard 2.0
- #94 Replace
WaitUntil
enum withUntil
- #97 Log execution of
WaitForElementAttribute
trigger - #100 Add
DriverAtataContextBuilder<TBuilder>
base driver builder class - #102 Add
WithLocalDriverPath
method toDriverAtataContextBuilder<TBuilder, TService, TOptions>
Fixes
- #85 Control
Init
andDeInit
triggers don't execute