Atata 3.11.0 is released with a fix of component Wait method and an upgrade of Selenium.WebDriver to v4.44.0.
Changelog
Changed
- Upgrade Selenium.WebDriver package reference to v4.44.0.
- Upgrade Atata.WebDriverExtras package reference to v3.7.0.
Fixes
- Fix extra waiting time for missing/hidden component by
UIComponent<TOwner>.Waitmethod.
Summary
There was made a fix of Wait(Until until, WaitOptions? options = null) method of UIComponent<TOwner> class.
An extra waiting time was spending during waiting for a component to be missing/hidden,
when the component’s parent component was missing.
The release contains an upgrade of Selenium.WebDriver package reference from v4.41.0 to v4.44.0. Take a look at Selenium.WebDriver CHANGELOG to find out what was changed there. Also please read .NET Assemblies Are Now Strongly Signed blog post to be aware of the changes in Selenium.WebDriver package.
In addition to Atata package upgrade, consider upgrading all the other Atata.* packages that you use to the latest versions, which are compatible with Atata v3.11.0:
- Atata.WebDriverExtras - 3.7.0
- Atata.Configuration.Json - 3.2.0
- Atata.HtmlValidation - 3.5.0
- Atata.Bootstrap - 3.1.0
- Atata.KendoUI - 3.1.0