diff --git a/index.html b/index.html index fbdf6133..937f83f3 100644 --- a/index.html +++ b/index.html @@ -1040,6 +1040,19 @@
no such accessible
+ stale accessible reference
+ 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 accessible object that corrosponds to this element in the accessibility tree.
+
+ Let properties be the result of computing the accessibility properties of accessible.
+
+
+ Return success with data properties.
+ An accessibility ID is a string value representing a handle to an accessible object in a specific WebDriver session.
+
+ Accessibility properties is a JSON Object that contains the relevant WAI-ARIA states and properties of an accessible object, as well as the following properties:
+
+ Ignored accessible objects are accessible objects that represent elements which are excluded from the accessibility tree. The accessibility properties of these accessible objects must only have the keys To get a known accessible object given session and reference:
+
+ TO DO: Should we create a parallel to the specification of get a known element? Do we need to make a parallel structure to browsing context group node map and node id map?
+ 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 result
+ of trying to get a known accessible object
+ with 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 Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [[wai-aria-1.2]]
Get Accessibility Properties
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/element/{element id}/accessibilityproperties
+
+
+element id"].
+
+ Take Element Screenshot
Accessibility
+
+
+
+
+accessibilityId"
+ parent"
+ children"
+ "none".
+
+
+
+
+Get Accessibility Properties for Accessible Object
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/accessibiltiy/properties/{accessibility id}/
+
+
+
+accessibility id"].
+
+ Print
@@ -11602,7 +11730,11 @@ Index
+