Documentation ¶
Rendered for darwin/amd64
Index ¶
- func GetAppByBundleAndTitleRootAXElement(bundleID, title string) (axAPI.OSAXElement, error)
- func GetForegroundRootAXElement() (axAPI.OSAXElement, error)
- type AXElement
- func (a AXElement) GetAllChildren() ([]axAPI.OSAXElement, error)
- func (a AXElement) GetID() (string, error)
- func (a AXElement) GetType() (*appElements.ElementType, error)
- func (a AXElement) GetValue() (string, error)
- func (a AXElement) Press() error
- func (a AXElement) SetValue(value string) error
- func (a AXElement) SetValueOnFocus(value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppByBundleAndTitleRootAXElement ¶
func GetAppByBundleAndTitleRootAXElement(bundleID, title string) (axAPI.OSAXElement, error)
Get an app based on the bundle id and the title
func GetForegroundRootAXElement ¶
func GetForegroundRootAXElement() (axAPI.OSAXElement, error)
Types ¶
type AXElement ¶
type AXElement struct {
// contains filtered or unexported fields
}
func (AXElement) GetAllChildren ¶
func (a AXElement) GetAllChildren() ([]axAPI.OSAXElement, error)
func (AXElement) GetType ¶
func (a AXElement) GetType() (*appElements.ElementType, error)
func (AXElement) SetValueOnFocus ¶
Click to show internal directories.
Click to hide internal directories.