Atata v0.15.0 Release Notes

Release Date: 2017-10-12 // over 6 years ago
  • ๐Ÿš€ 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 to UIComponent
    • #95 Add Wait method to UIComponent<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 and Selenium.Support packages v3.6.0
    • ๐Ÿ“ฆ #89 Use Atata.WebDriverExtras package v0.13.0
    • #90 Handle StaleElementReferenceException in WaitForElementAttribute
    • #91 Handle StaleElementReferenceException in Exist verification extension method
    • #92 Handle StaleElementReferenceException in data verification extension methods
    • ๐Ÿ‘ #93 Support .NET Standard 2.0
    • #94 Replace WaitUntil enum with Until
    • ๐ŸŒฒ #97 Log execution of WaitForElementAttribute trigger
    • ๐Ÿ— #100 Add DriverAtataContextBuilder<TBuilder> base driver builder class
    • #102 Add WithLocalDriverPath method to DriverAtataContextBuilder<TBuilder, TService, TOptions>

    ๐Ÿ›  Fixes

    • #85 Control Init and DeInit triggers don't execute

    ๐Ÿ”— Links

    ๐Ÿ“ฆ Atata 0.15.0 on NuGet
    ๐Ÿš€ Atata 0.15.0 Released - Atata Blog