1.10.0
YevgeniyShunevych
released this
18 Feb 15:13
·
1185 commits
to main
since this release
New Features
- #461 Add
Exclude*
properties toMulticastAttribute
- #462 Add
Exclude*
properties toAttributeSettingsAttribute
- #466 Add verification extension methods for
IDataVerificationProvider<Size, TOwner>
- #467 Add
TagAttribute
and add properties toMulticastAttribute
targeting tags - #469 Add
Timeout
andRetryInterval
properties toFindAttribute
andFindSettingsAttribute
- #470 Add
Configure*
driver methods toAtataContextBuilder
- #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 toAtataContextBuilder
for driver(s) auto-setup - #477 Add extension methods for control delegates
Changes and Enhancements
- #463 Remove exception catching that wraps
AtataContext
'sOnBuilding
,OnBuilt
andOnDriverCreated
methods - #464 Inherit
UIComponentSizeProvider<TOwner>
fromDataProvider<Size, TOwner>
- #465 Inherit
UIComponentLocationProvider<TOwner>
fromDataProvider<Point, TOwner>
- #468 Move
OnInit
andOnInitCompleted
methods fromPageObject<TOwner>
toUIComponent<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