Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandAccessibilityDisable + const CommandAccessibilityEnable + const CommandAccessibilityGetFullAXTree + const CommandAccessibilityGetPartialAXTree + type AXNode struct + BackendDOMNodeID dom.BackendNodeID + ChildIDs *[]AXNodeID + Description *AXValue + Ignored bool + IgnoredReasons *[]AXProperty + Name *AXValue + NodeID AXNodeID + Properties *[]AXProperty + Role *AXValue + Value *AXValue + type AXNodeID string + type AXProperty struct + Name AXPropertyName + Value AXValue + type AXPropertyName string + const AXPropertyNameActivedescendant + const AXPropertyNameAtomic + const AXPropertyNameAutocomplete + const AXPropertyNameBusy + const AXPropertyNameChecked + const AXPropertyNameControls + const AXPropertyNameDescribedby + const AXPropertyNameDetails + const AXPropertyNameDisabled + const AXPropertyNameEditable + const AXPropertyNameErrormessage + const AXPropertyNameExpanded + const AXPropertyNameFlowto + const AXPropertyNameFocusable + const AXPropertyNameFocused + const AXPropertyNameHasPopup + const AXPropertyNameHidden + const AXPropertyNameHiddenRoot + const AXPropertyNameInvalid + const AXPropertyNameKeyshortcuts + const AXPropertyNameLabelledby + const AXPropertyNameLevel + const AXPropertyNameLive + const AXPropertyNameModal + const AXPropertyNameMultiline + const AXPropertyNameMultiselectable + const AXPropertyNameNotSet + const AXPropertyNameOrientation + const AXPropertyNameOwns + const AXPropertyNamePressed + const AXPropertyNameReadonly + const AXPropertyNameRelevant + const AXPropertyNameRequired + const AXPropertyNameRoledescription + const AXPropertyNameRoot + const AXPropertyNameSelected + const AXPropertyNameSettable + const AXPropertyNameValuemax + const AXPropertyNameValuemin + const AXPropertyNameValuetext + func (e AXPropertyName) String() string + func (e AXPropertyName) Valid() bool + type AXRelatedNode struct + BackendDOMNodeID dom.BackendNodeID + IDRef string + Text string + type AXValue struct + RelatedNodes *[]AXRelatedNode + Sources *[]AXValueSource + Type AXValueType + Value *json.RawMessage + type AXValueNativeSourceType string + const AXValueNativeSourceTypeFigcaption + const AXValueNativeSourceTypeLabel + const AXValueNativeSourceTypeLabelfor + const AXValueNativeSourceTypeLabelwrapped + const AXValueNativeSourceTypeLegend + const AXValueNativeSourceTypeNotSet + const AXValueNativeSourceTypeOther + const AXValueNativeSourceTypeTablecaption + const AXValueNativeSourceTypeTitle + func (e AXValueNativeSourceType) String() string + func (e AXValueNativeSourceType) Valid() bool + type AXValueSource struct + Attribute string + AttributeValue *AXValue + Invalid bool + InvalidReason string + NativeSource *AXValueNativeSourceType + NativeSourceValue *AXValue + Superseded bool + Type AXValueSourceType + Value *AXValue + type AXValueSourceType string + const AXValueSourceTypeAttribute + const AXValueSourceTypeContents + const AXValueSourceTypeImplicit + const AXValueSourceTypeNotSet + const AXValueSourceTypePlaceholder + const AXValueSourceTypeRelatedElement + const AXValueSourceTypeStyle + func (e AXValueSourceType) String() string + func (e AXValueSourceType) Valid() bool + type AXValueType string + const AXValueTypeBoolean + const AXValueTypeBooleanOrUndefined + const AXValueTypeComputedString + const AXValueTypeDOMRelation + const AXValueTypeIDRef + const AXValueTypeIdrefList + const AXValueTypeInteger + const AXValueTypeInternalRole + const AXValueTypeNode + const AXValueTypeNodeList + const AXValueTypeNotSet + const AXValueTypeNumber + const AXValueTypeRole + const AXValueTypeString + const AXValueTypeToken + const AXValueTypeTokenList + const AXValueTypeTristate + const AXValueTypeValueUndefined + func (e AXValueType) String() string + func (e AXValueType) Valid() bool + type DisableArgs struct + func (a *DisableArgs) MarshalJSON() ([]byte, error) + func (a *DisableArgs) UnmarshalJSON(b []byte) error + type DisableReply struct + func (a *DisableReply) GetFrameID() string + func (a *DisableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DisableReply) UnmarshalJSON(b []byte) error + type EnableArgs struct + func (a *EnableArgs) MarshalJSON() ([]byte, error) + func (a *EnableArgs) UnmarshalJSON(b []byte) error + type EnableReply struct + func (a *EnableReply) GetFrameID() string + func (a *EnableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EnableReply) UnmarshalJSON(b []byte) error + type GetFullAXTreeArgs struct + func (a *GetFullAXTreeArgs) MarshalJSON() ([]byte, error) + func (a *GetFullAXTreeArgs) UnmarshalJSON(b []byte) error + type GetFullAXTreeReply struct + Nodes []AXNode + func (a *GetFullAXTreeReply) GetFrameID() string + func (a *GetFullAXTreeReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetFullAXTreeReply) UnmarshalJSON(b []byte) error + type GetPartialAXTreeArgs struct + BackendNodeID dom.BackendNodeID + FetchRelatives bool + NodeID dom.NodeID + ObjectID shared.RemoteObjectID + func (a *GetPartialAXTreeArgs) MarshalJSON() ([]byte, error) + func (a *GetPartialAXTreeArgs) UnmarshalJSON(b []byte) error + type GetPartialAXTreeReply struct + Nodes []AXNode + func (a *GetPartialAXTreeReply) GetFrameID() string + func (a *GetPartialAXTreeReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetPartialAXTreeReply) UnmarshalJSON(b []byte) error