Atata 3.6.0 is Released

June 22, 2025 by Yevgeniy Shunevych


Atata 3.6.0 is released with an upgrade of Selenium.WebDriver to v4.33.0 and new ClickWithHold method.

Changelog

Added

  • minor #856 Add ClickWithHold(double pressSeconds) method to Control<TOwner>

Changed

  • major #855 Upgrade Selenium.WebDriver package reference to v4.33.0

Summary

This is a minor update of Atata with an upgrade of Selenium.WebDriver package reference from v4.31.0 to v4.33.0. Take a look at Selenium.WebDriver CHANGELOG to find out what was changed there.

ClickWithHold method

A method was added to Control<TOwner>:

public TOwner ClickWithHold(double pressSeconds);

The method performs a long click on the control by pressing the control for a specified number of seconds and then releases it.