Bug 181736 - WebDriver: implement get element CSS value command
Summary: WebDriver: implement get element CSS value command
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-17 05:02 PST by Carlos Garcia Campos
Modified: 2018-01-22 06:34 PST (History)
4 users (show)

See Also:


Attachments
Patch (9.18 KB, patch)
2018-01-18 03:54 PST, Carlos Garcia Campos
clopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2018-01-17 05:02:30 PST
13.4 Get Element CSS Value
https://w3c.github.io/webdriver/webdriver-spec.html#get-element-css-value
Comment 1 Carlos Garcia Campos 2018-01-18 03:54:12 PST
Created attachment 331611 [details]
Patch
Comment 2 EWS Watchlist 2018-01-18 03:55:41 PST
Attachment 331611 [details] did not pass style-queue:


ERROR: Source/WebDriver/Session.h:91:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/WebDriverService.cpp:1195:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/WebDriverService.h:90:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/Session.cpp:1366:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Carlos Garcia Campos 2018-01-22 06:33:41 PST
Committed r227293: <https://trac.webkit.org/changeset/227293>
Comment 4 Radar WebKit Bug Importer 2018-01-22 06:34:27 PST
<rdar://problem/36731668>