[webkit-changes] [WebKit/WebKit] b45016: [WebDriver] Support "Get Computed Role" command
Lauro Moura
noreply at github.com
Fri Oct 21 07:16:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b450166a796ec94f7604803607fced597c5d272c
https://github.com/WebKit/WebKit/commit/b450166a796ec94f7604803607fced597c5d272c
Author: Lauro Moura <lmoura at igalia.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M Source/WebDriver/Session.cpp
M Source/WebDriver/Session.h
M Source/WebDriver/WebDriverService.cpp
M Source/WebDriver/WebDriverService.h
M WebDriverTests/TestExpectations.json
Log Message:
-----------
[WebDriver] Support "Get Computed Role" command
https://bugs.webkit.org/show_bug.cgi?id=246813
Reviewed by Carlos Garcia Campos.
Some style check errors expected due https://webkit.org/b/124730
false positives in Function<> usage.
Remaining failures were fixed in the upstream test suite itself
and will be imported in https://webkit.org/b/246845.
* Source/WebDriver/Session.cpp:
(WebDriver::Session::isElementEnabled):
(WebDriver::Session::getComputedRole):
* Source/WebDriver/Session.h:
* Source/WebDriver/WebDriverService.cpp:
(WebDriver::WebDriverService::getComputedRole):
* Source/WebDriver/WebDriverService.h:
* WebDriverTests/TestExpectations.json:
Canonical link: https://commits.webkit.org/255824@main
More information about the webkit-changes
mailing list