Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please allow access to cached child elements #63

Closed
steffen-goto opened this issue Jun 7, 2024 · 2 comments
Closed

Please allow access to cached child elements #63

steffen-goto opened this issue Jun 7, 2024 · 2 comments

Comments

@steffen-goto
Copy link

Please add access to GetCachedChildren() in uiautomation::core::UIElement

pub fn get_cached_children(&self) -> Result<Vec<UIElement>> {
    let elements = unsafe { self.element.GetCachedChildren()? };
    Self::to_elements(elements)
}
@leexgone
Copy link
Owner

leexgone commented Jun 7, 2024

Supported on v0.11.1

@leexgone leexgone closed this as completed Jun 7, 2024
@steschu77
Copy link
Contributor

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants