Skip to content

0.15.0

Compare
Choose a tag to compare
@YevgeniyShunevych YevgeniyShunevych released this 12 Oct 16:51

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