May 24 2024 [v2.4.0]
Welcome to the May 24 2024 release of Axe.Windows
Highlights
New Features
- Scans can now be rooted at a particular window handle to target a particular subtree. (#1022, @blackcatsonly)
- Added a
NativeWindowHandle
property toA11yElement
which contains the element'shwnd
.
- Added a
- Added a
LogicalSize
property toA11yElement
which contains the element's bounding rectangle in logical (scaled for DPI) pixels. (#1020)