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

Unified Diff: headless/README.md

Issue 1805983002: headless: Implement client API generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Documentation Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: headless/README.md
diff --git a/headless/README.md b/headless/README.md
index 0748cfd8f6a330771a40315d26096ecb32ea06ec..46861fd8e39bf8f523c56e2256e2172e4ed0d988 100644
--- a/headless/README.md
+++ b/headless/README.md
@@ -52,10 +52,14 @@ The main embedder API classes are:
- `SetProxyServer` - Configures an HTTP/HTTPS proxy server to be used for
accessing the network.
-## Client API
+## Client/DevTools API
The headless client API is used to drive the browser and interact with loaded
web pages. Its main classes are:
- `HeadlessBrowser` - Represents the global headless browser instance.
- `HeadlessWebContents` - Represents a single "tab" within the browser.
+- `HeadlessDevToolsClient` - Provides a C++ interface for inspecting and
+ controlling a tab. The API functions corresponds to [DevTools commands](https://developer.chrome.com/devtools/docs/debugger-protocol).
+ See the [client API documentation](https://docs.google.com/document/d/1rlqcp8nk-ZQvldNJWdbaMbwfDbJoOXvahPCDoPGOwhQ/edit#)
+ for more information.

Powered by Google App Engine
This is Rietveld 408576698