diff --git a/index.html b/index.html index fbdf6133..baec5ad0 100644 --- a/index.html +++ b/index.html @@ -1040,6 +1040,19 @@
no such accessibility node
+ Return success with data label.
+
+ The remote end steps, given session, URL
+variables and parameters are:
+
+ If session's current browsing context is no longer open,
+ return error with error code no such window.
+
+ Try to handle any user prompts
+ with session.
+
+ Let element be the result
+ of trying to get a known element
+ with URL variables[" Let accessible be the accessibility node that corresponds to this element. If no accessibility node exists, return error with error code no such accessibility node.
+
+ Let properties be the result of computing the accessibility properties of accessible.
+
+ Return success with data properties.
+ An accessibility node ID is a string value representing a handle to an accessibility node in a specific WebDriver session.
+
+ An accessibility node is a platform-independent, implementation-defined node in the platform-independent, implementation-defined accessibility tree. The platform-independent, implementation defined accessibility tree is built from the DOM tree for the purposes of interacting with the web page via an accessibility API. Accessibility nodes might exist in this tree for which there are no DOM element backing them (for example, one might be created to represent a CSS pseudo element). Additionally, an accessibility node might not be created for every DOM node (for example, if something is intentionally hidden from accessibility APIs using aria-hidden). See the ARIA definition of the accessibility tree for more information.
+
+ Accessibility properties is a JSON Object that contains the computed accessibility properties of an accessibility node, as well as the following properties:
+
+ The remote end steps, given session, URL
+variables and parameters are:
+
+ If session's current browsing context is no longer open,
+ return error with error code no such window.
+
+ Try to handle any user prompts
+ with session.
+
+ Let node be the accessibility node with accessibility node ID matching the URL variables[" Let properties be the result of computing the accessibility properties of node.
+
+ Return success with data properties.
+ The following terms are defined
+ in the Core Accessibility API Mappings (Core-AAM) 1.2 specification: [[core-aam-1.2]]
+ The following terms are defined
in the Content Security Policy Level 3 specification: [[CSP3]]
Get Accessibility Properties For Element
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/element/{element id}/accessibilityproperties
+
+
+element id"].
+
+ Take Element Screenshot
Accessibility
+
+
+
+
+accessibilityId"
+ parent"
+ children"
+ Get Accessibility Properties for Accessibility Node
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/accessibility/properties/{accessibility id}
+
+
+
+accessibility id"]. If no such accessibility node exists, return error with error code no such accessibility node.
+
+ Print
@@ -11603,6 +11714,10 @@ Index
in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [[wai-aria-1.2]]
Index
Name and Description Computation
+