Chrome Remote Interface v0.4.1 ChromeRemoteInterface.RPC.Log View Source

Provides access to log entries.

Link to this section Summary

Link to this section Functions

Clears the log.

Parameters:

Link to this function

clear(page_pid, parameters) View Source

Link to this function

clear(page_pid, parameters, opts) View Source

Disables log domain, prevents further log entries from being reported to the client.

Parameters:

Link to this function

disable(page_pid, parameters) View Source

Link to this function

disable(page_pid, parameters, opts) View Source

Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.

Parameters:

Link to this function

enable(page_pid, parameters) View Source

Link to this function

enable(page_pid, parameters, opts) View Source

Link to this function

startViolationsReport(page_pid) View Source

start violation reporting.

Parameters: config - - Configuration for violations.

Link to this function

startViolationsReport(page_pid, parameters) View Source

Link to this function

startViolationsReport(page_pid, parameters, opts) View Source

Link to this function

stopViolationsReport(page_pid) View Source

Stop violation reporting.

Parameters:

Link to this function

stopViolationsReport(page_pid, parameters) View Source

Link to this function

stopViolationsReport(page_pid, parameters, opts) View Source