Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type AXGlobalStates int + const AXGlobalStatesDisabled + const AXGlobalStatesHidden + const AXGlobalStatesHiddenRoot + const AXGlobalStatesInvalid + const AXGlobalStatesKeyshortcuts + const AXGlobalStatesNotSet + const AXGlobalStatesRoledescription + func (e *AXGlobalStates) UnmarshalJSON(data []byte) error + func (e AXGlobalStates) MarshalJSON() ([]byte, error) + func (e AXGlobalStates) String() string + func (e AXGlobalStates) Valid() bool + type AXLiveRegionAttributes int + const AXLiveRegionAttributesAtomic + const AXLiveRegionAttributesBusy + const AXLiveRegionAttributesLive + const AXLiveRegionAttributesNotSet + const AXLiveRegionAttributesRelevant + const AXLiveRegionAttributesRoot + func (e *AXLiveRegionAttributes) UnmarshalJSON(data []byte) error + func (e AXLiveRegionAttributes) MarshalJSON() ([]byte, error) + func (e AXLiveRegionAttributes) String() string + func (e AXLiveRegionAttributes) Valid() bool + 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 string + Value AXValue + type AXRelatedNode struct + BackendDOMNodeID dom.BackendNodeID + IDRef *string + Text *string + type AXRelationshipAttributes int + const AXRelationshipAttributesActivedescendant + const AXRelationshipAttributesControls + const AXRelationshipAttributesDescribedby + const AXRelationshipAttributesDetails + const AXRelationshipAttributesErrormessage + const AXRelationshipAttributesFlowto + const AXRelationshipAttributesLabelledby + const AXRelationshipAttributesNotSet + const AXRelationshipAttributesOwns + func (e *AXRelationshipAttributes) UnmarshalJSON(data []byte) error + func (e AXRelationshipAttributes) MarshalJSON() ([]byte, error) + func (e AXRelationshipAttributes) String() string + func (e AXRelationshipAttributes) Valid() bool + type AXValue struct + RelatedNodes []AXRelatedNode + Sources []AXValueSource + Type AXValueType + Value json.RawMessage + type AXValueNativeSourceType int + const AXValueNativeSourceTypeFigcaption + const AXValueNativeSourceTypeLabel + const AXValueNativeSourceTypeLabelfor + const AXValueNativeSourceTypeLabelwrapped + const AXValueNativeSourceTypeLegend + const AXValueNativeSourceTypeNotSet + const AXValueNativeSourceTypeOther + const AXValueNativeSourceTypeTablecaption + const AXValueNativeSourceTypeTitle + func (e *AXValueNativeSourceType) UnmarshalJSON(data []byte) error + func (e AXValueNativeSourceType) MarshalJSON() ([]byte, error) + 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 int + const AXValueSourceTypeAttribute + const AXValueSourceTypeContents + const AXValueSourceTypeImplicit + const AXValueSourceTypeNotSet + const AXValueSourceTypePlaceholder + const AXValueSourceTypeRelatedElement + const AXValueSourceTypeStyle + func (e *AXValueSourceType) UnmarshalJSON(data []byte) error + func (e AXValueSourceType) MarshalJSON() ([]byte, error) + func (e AXValueSourceType) String() string + func (e AXValueSourceType) Valid() bool + type AXValueType int + 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) UnmarshalJSON(data []byte) error + func (e AXValueType) MarshalJSON() ([]byte, error) + func (e AXValueType) String() string + func (e AXValueType) Valid() bool + type AXWidgetAttributes int + const AXWidgetAttributesAutocomplete + const AXWidgetAttributesHaspopup + const AXWidgetAttributesLevel + const AXWidgetAttributesMultiline + const AXWidgetAttributesMultiselectable + const AXWidgetAttributesNotSet + const AXWidgetAttributesOrientation + const AXWidgetAttributesReadonly + const AXWidgetAttributesRequired + const AXWidgetAttributesValuemax + const AXWidgetAttributesValuemin + const AXWidgetAttributesValuetext + func (e *AXWidgetAttributes) UnmarshalJSON(data []byte) error + func (e AXWidgetAttributes) MarshalJSON() ([]byte, error) + func (e AXWidgetAttributes) String() string + func (e AXWidgetAttributes) Valid() bool + type AXWidgetStates int + const AXWidgetStatesChecked + const AXWidgetStatesExpanded + const AXWidgetStatesModal + const AXWidgetStatesNotSet + const AXWidgetStatesPressed + const AXWidgetStatesSelected + func (e *AXWidgetStates) UnmarshalJSON(data []byte) error + func (e AXWidgetStates) MarshalJSON() ([]byte, error) + func (e AXWidgetStates) String() string + func (e AXWidgetStates) Valid() bool + type GetPartialAXTreeArgs struct + FetchRelatives *bool + NodeID dom.NodeID + func NewGetPartialAXTreeArgs(nodeID dom.NodeID) *GetPartialAXTreeArgs + func (a *GetPartialAXTreeArgs) SetFetchRelatives(fetchRelatives bool) *GetPartialAXTreeArgs + type GetPartialAXTreeReply struct + Nodes []AXNode