leexgone / uiautomation-rs

The uiatomation-rs crate is a wrapper for windows uiautomation. This crate can help you make windows uiautomation API calls conveniently.
Apache License 2.0
83 stars 15 forks source link

Add pattern query functions for cached properties #79

Closed steschu77 closed 1 month ago

steschu77 commented 1 month ago

Add cached versions for "get_xxx"/"is_xxx"/"can_xxx" for all patterns.

Named cache version consistent to cached functions in core.rs: "get_cached_xxx"/"is_cached_xxx"/"can_cached_xxx"

This solves issues when working with mixed cached/non-cached fetching of properties.