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

Provides access to log entries.

Link to this section Summary

Functions

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

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

Link to this section Functions

Link to this function clear(page_pid, parameters \\ %{}) View Source

Clears the log.

Parameters:

Link to this function disable(page_pid, parameters \\ %{}) View Source

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

Parameters:

Link to this function enable(page_pid, parameters \\ %{}) 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 startViolationsReport(page_pid, parameters \\ %{}) View Source

start violation reporting.

Parameters: config - - Configuration for violations.

Link to this function stopViolationsReport(page_pid, parameters \\ %{}) View Source

Stop violation reporting.

Parameters: