Chrome Remote Interface v0.2.0 ChromeRemoteInterface.Session View Source
This module provides an API to the DevTools HTTP API.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
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
Returns a specification to start this module under a supervisor.
See Supervisor
.
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
.