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

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: Make PendingMessage moveable 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 be67643342a9b347a576f6e2a85ceb03c85c2ea6..9e3c7b02eba07f1391378ce6aec3df2ab5791451 100644
--- a/headless/README.md
+++ b/headless/README.md
@@ -55,10 +55,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