Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Side by Side Diff: third_party/WebKit/Source/core/frame/NavigatorWebDriver.idl

Issue 2886943007: Introduce NavigatorWebDriver interface
Patch Set: wip: need more tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // https://www.w3.org/TR/webdriver/#interface
6
7 [
8 NoInterfaceObject, // Always used on target of 'implements'
9 Exposed=(Window),
10 ] interface NavigatorWebDriver {
11 [Unforgeable] readonly attribute boolean webdriver;
12 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Navigator.idl ('k') | third_party/WebKit/Source/core/frame/Settings.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698