Releases: leexgone/uiautomation-rs
Releases · leexgone/uiautomation-rs
v0.7.2
- support converting
isize
to Handle
. issue-44
v0.6.4
Keyboard.begin_hold_keys()
& Keyboard.end_hold_keys()
respond to Keyboard.interval()
setting. Issue-35
v0.3.7
- update to
windows v0.46
- update to
syn v2.0
v0.2.1
- update to
windows-rs v0.43.0
v0.2.0
- update to
windows-rs v0.41.0
- refator
UIPattern
trait
v0.1.12
- add
UIElement.hold_send_keys()
to support holding and send keys.
v0.1.11
v0.1.11
- add
UIMatcher.filter_fn()