diff --git a/index.html b/index.html index a5e3fa0d0..480dfe63a 100644 --- a/index.html +++ b/index.html @@ -879,6 +879,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 @@ -5140,6 +5152,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. + +

    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 ARIA computation for the Accessible Name of the element. + +

    5. Return success with data label. +

    +
    @@ -9205,6 +9284,24 @@

    Index

    -->
    +
    ARIA +
    +

    The following terms are defined + in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [wai-aria-1.2] +

    + +
    Accessible Name and Description Computation +
    +

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