elements

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ElementType

type ElementType string
const (
	WINDOW       ElementType = "window"
	BUTTON       ElementType = "button"
	LIST         ElementType = "list"
	LISTITEM     ElementType = "listitem"
	GROUP        ElementType = "group"
	TEXT         ElementType = "text"
	MENU         ElementType = "menu"
	MENUITEM     ElementType = "menuitem"
	CHECKBOX     ElementType = "checkbox"
	EDIT         ElementType = "edit"
	PANE         ElementType = "pane"
	COMBOBOX     ElementType = "combobox"
	DOCUMENT     ElementType = "document"
	HYPERLINK    ElementType = "hyperlink"
	IMAGE        ElementType = "image"
	TITLE        ElementType = "title"
	AREA         ElementType = "area"
	CUSTOM       ElementType = "custom"
	NONSUPPORTED ElementType = "unknown"
)

func GetElementType

func GetElementType(elementType string) (*ElementType, error)

cast element type and check if it is supported

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL