Bug 180001 - WebDriver: Implement get active element command
Summary: WebDriver: Implement get active element 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: 2017-11-24 03:08 PST by Carlos Garcia Campos
Modified: 2017-11-27 23:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (7.38 KB, patch)
2017-11-24 03:11 PST, Carlos Garcia Campos
bburg: 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 2017-11-24 03:08:12 PST
12.6 Get Active Element
https://w3c.github.io/webdriver/webdriver-spec.html#get-active-element
Comment 1 Carlos Garcia Campos 2017-11-24 03:11:37 PST
Created attachment 327534 [details]
Patch
Comment 2 EWS Watchlist 2017-11-24 03:12:33 PST
Attachment 327534 [details] did not pass style-queue:


ERROR: Source/WebDriver/WebDriverService.h:88:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/Session.h:92:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/WebDriverService.cpp:1086:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebDriver/Session.cpp:964:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 BJ Burg 2017-11-27 12:41:05 PST
Comment on attachment 327534 [details]
Patch

r=me
Comment 4 Carlos Garcia Campos 2017-11-27 23:55:45 PST
Committed r225208: <https://trac.webkit.org/changeset/225208>
Comment 5 Radar WebKit Bug Importer 2017-11-27 23:57:47 PST
<rdar://problem/35717273>