diff --git a/index.html b/index.html index 1a7048ea9..573d5a3e7 100644 --- a/index.html +++ b/index.html @@ -885,6 +885,18 @@
Return success with data enabled.
+
+ The remote end steps are:
+
+ If the current browsing context is no longer open,
+ return error with error code no such window.
+
+ Handle any user prompts
+ and return its value if it is an error.
+
+ Let element be the result
+ of trying to get a known connected element
+ with url variable element id.
+
+ Let role be the result of computing the WAI-ARIA role of element.
+
+ Return success with data role.
+ The remote end steps are:
+
+ If the current browsing context is no longer open,
+ return error with error code no such window.
+
+ Handle any user prompts
+ and return its value if it is an error.
+
+ Let element be the result
+ of trying to get a known connected element
+ with url variable element id.
+
+ Let label be the result of a Accessible Name and Description Computation for the Accessible Name of the element.
+
+ Return success with data label.
+ If element does not currently have focus,
+ If element does not currently have focus,
let current text length be the
string length of element’s API value.
-
+
Set the text insertion caret using set selection range
using current text length for both the The following terms are defined
+ in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [[wai-aria-1.2]]
+ The following terms are defined
+ in the Accessible Name and Description Computation 1.1 specification: [[accname-1.1]]
+ The following terms are defined
in the Content Security Policy Level 3 specification: [[CSP3]]
Get Computed Role
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/element/{element id}/computedrole
+
+
+Get Computed Label
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/element/{element id}/computedlabel
+
+
+Element Send Keys
-
start
and end
parameters.
@@ -9513,6 +9592,23 @@ Index
-->
+
+
+
+