Module uiautomation::core

source ·

Structs§

  • Exposes properties and methods that Microsoft UI Automation client applications can use to retrieve information about an AND-based property condition.
  • A wrapper for windows IUIAutomation interface.
  • Represents a condition that can be either TRUE (selects all elements) or FALSE (selects no elements).
  • Exposes properties and methods of a cache request. Client applications use this interface to specify the properties and control patterns to be cached when a Microsoft UI Automation element is obtained.
  • This is the primary interface for conditions used in filtering when searching for elements in the UI Automation tree.
  • A wrapper for windows IUIAutomationElement interface.
  • Defines filter conditions to match specific UI Element.
  • Represents a condition that is the negative of another condition.
  • Represents a condition based on a property value that is used to find UI Automation elements.
  • A wrapper for windows IUIAutomationTreeWalker interface.

Enums§

  • Defines the uielement mode when matcher is searching for.

Traits§

  • This is the trait for conditions used in filtering when searching for elements in the UI Automation tree.