Click or drag to resize

CefSharp.DevTools.Accessibility Namespace

Version 98.1.210

[Missing <summary> documentation for "N:CefSharp.DevTools.Accessibility"]

Classes
  ClassDescription
Public classAccessibilityClient
Accessibility
Public classAXNode
A node in the accessibility tree.
Public classAXProperty
AXProperty
Public classAXRelatedNode
AXRelatedNode
Public classAXValue
A single computed AX property.
Public classAXValueSource
A single source for a computed AX property.
Public classGetAXNodeAndAncestorsResponse
GetAXNodeAndAncestorsResponse
Public classGetChildAXNodesResponse
GetChildAXNodesResponse
Public classGetFullAXTreeResponse
GetFullAXTreeResponse
Public classGetPartialAXTreeResponse
GetPartialAXTreeResponse
Public classGetRootAXNodeResponse
GetRootAXNodeResponse
Public classLoadCompleteEventArgs
The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.
Public classNodesUpdatedEventArgs
The nodesUpdated event is sent every time a previously requested node has changed the in tree.
Public classQueryAXTreeResponse
QueryAXTreeResponse
Enumerations
  EnumerationDescription
Public enumerationAXPropertyName
Values of AXProperty name: - from 'busy' to 'roledescription': states which apply to every AX node - from 'live' to 'root': attributes which apply to nodes in live regions - from 'autocomplete' to 'valuetext': attributes which apply to widgets - from 'checked' to 'selected': states which apply to widgets - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
Public enumerationAXValueNativeSourceType
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
Public enumerationAXValueSourceType
Enum of possible property sources.
Public enumerationAXValueType
Enum of possible property types.