Skip to content

1.10.0

Compare
Choose a tag to compare
@YevgeniyShunevych YevgeniyShunevych released this 18 Feb 15:13
· 1185 commits to main since this release

New Features

  • #461 Add Exclude* properties to MulticastAttribute
  • #462 Add Exclude* properties to AttributeSettingsAttribute
  • #466 Add verification extension methods for IDataVerificationProvider<Size, TOwner>
  • #467 Add TagAttribute and add properties to MulticastAttribute targeting tags
  • #469 Add Timeout and RetryInterval properties to FindAttribute and FindSettingsAttribute
  • #470 Add Configure* driver methods to AtataContextBuilder
  • #471 Add ContainExactly verification extension methods
  • #473 Add functionality to mask secret string in log
  • #474 Add local browser usage properties to AtataBuildingContext
  • #476 Add AutoSetUp* methods to AtataContextBuilder for driver(s) auto-setup
  • #477 Add extension methods for control delegates

Changes and Enhancements

  • #463 Remove exception catching that wraps AtataContext's OnBuilding, OnBuilt and OnDriverCreated methods
  • #464 Inherit UIComponentSizeProvider<TOwner> from DataProvider<Size, TOwner>
  • #465 Inherit UIComponentLocationProvider<TOwner> from DataProvider<Point, TOwner>
  • #468 Move OnInit and OnInitCompleted methods from PageObject<TOwner> to UIComponent<TOwner>
  • #472 Update Stringifier.ToString<T>(IEnumerable<T>) method to support multiline values format
  • #475 Add fallback functionality to DriverAtataContextBuilder<TBuilder, TService, TOptions> for driver path getting from environment variables
  • #478 Use Atata.WebDriverExtras package v1.5.0

Links

Atata 1.10.0 on NuGet
Atata 1.10.0 is Released - Atata Blog