Chrome Remote Interface v0.1.0 ChromeRemoteInterface.Session View Source
This module provides an API to the DevTools HTTP API.
Link to this section Summary
Functions
Closes a Page
List all Pages
Create a new ChromeRemoteInterface.Server to perform HTTP requests to
Creates a new Page
Gets the version of Chrome
Link to this section Functions
Closes a Page.
Calls /json/close/:id
.
List all Pages.
Calls /json/list
.
Create a new ChromeRemoteInterface.Server to perform HTTP requests to.
Creates a new Page.
Calls /json/new
.
Gets the version of Chrome.
Calls /json/version
.