diff --git a/index.html b/index.html index 1a7048ea9..573d5a3e7 100644 --- a/index.html +++ b/index.html @@ -885,6 +885,18 @@

Endpoints

Is Element Enabled + + GET + /session/{session id}/element/{element id}/computedrole + Get Computed Role + + + + GET + /session/{session id}/element/{element id}/computedlabel + Get Computed Label + + POST /session/{session id}/element/{element id}/click @@ -5153,6 +5165,73 @@

Is Element Enabled

  • Return success with data enabled. + +

    +

    Get Computed Role

    + + + + + + + + + + +
    HTTP MethodURI Template
    GET/session/{session id}/element/{element id}/computedrole
    + +

    The remote end steps are: + +

      +
    1. If the current browsing context is no longer open, + return error with error code no such window. + +

    2. Handle any user prompts + and return its value if it is an error. + +

    3. Let element be the result + of trying to get a known connected element + with url variable element id. + +

    4. Let role be the result of computing the WAI-ARIA role of element. + +

    5. Return success with data role. +

    +
    + +
    +

    Get Computed Label

    + + + + + + + + + + +
    HTTP MethodURI Template
    GET/session/{session id}/element/{element id}/computedlabel
    + +

    The remote end steps are: + +

      +
    1. +

      If the current browsing context is no longer open, + return error with error code no such window. + +

    2. Handle any user prompts + and return its value if it is an error. + +

    3. Let element be the result + of trying to get a known connected element + with url variable element id. + +

    4. Let label be the result of a Accessible Name and Description Computation for the Accessible Name of the element. + +

    5. Return success with data label. +

    +
    @@ -5834,10 +5913,10 @@

    Element Send Keys

    Otherwise
      -
    1. If element does not currently have focus, +

    2. If element does not currently have focus, let current text length be the string length of element’s API value. - +

    3. Set the text insertion caret using set selection range using current text length for both the start and end parameters. @@ -9513,6 +9592,23 @@

      Index

      -->
      +
      ARIA and related specifications +
      +

      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]] +

      +
      Web App Security

      The following terms are defined in the Content Security Policy Level 3 specification: [[CSP3]]