[Webkit-unassigned] [Bug 246814] New: [WebDriver] Support "Get Computed Label" command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 10:08:16 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246814

            Bug ID: 246814
           Summary: [WebDriver] Support "Get Computed Label" command
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bburg at apple.com

https://www.w3.org/TR/webdriver/#get-computed-label

Current spec:

12.4.10 Get Computed Label
HTTP Method     URI Template
GET     /session/{session id}/element/{element id}/computedlabel

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. 


Tests:

imported/w3c/webdriver/tests/get_computed_label/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221020/6ace5206/attachment-0001.htm>


More information about the webkit-unassigned mailing list