state

package
v0.0.0-...-683b059 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package state describes characteristics of a chrome.automation AutomationNode.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State string

State describes characteristics of a chrome.automation AutomationNode.

const (
	AutofillAvailable State = "autofillAvailable"
	Collapsed         State = "collapsed"
	Default           State = "default"
	Editable          State = "editable"
	Expanded          State = "expanded"
	Focusable         State = "focusable"
	Focused           State = "focused"
	Horizontal        State = "horizontal"
	Hovered           State = "hovered"
	Ignored           State = "ignored"
	Invisible         State = "invisible"
	Linked            State = "linked"
	Multiline         State = "multiline"
	Multiselectable   State = "multiselectable"
	Offscreen         State = "offscreen"
	Protected         State = "protected"
	Required          State = "required"
	RichlyEditable    State = "richlyEditable"
	Vertical          State = "vertical"
	Visited           State = "visited"
)

As defined in https://chromium.googlesource.com/chromium/src/+/refs/heads/main/extensions/common/api/automation.idl

Jump to

Keyboard shortcuts

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