Chrome Remote Interface v0.1.0 ChromeRemoteInterface.RPC.Console View Source

This domain is deprecated - use Runtime or Log instead.

Link to this section Summary

Functions

Disables console domain, prevents further console messages from being reported to the client

Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification

Link to this section Functions

Does nothing.

Parameters:

Link to this function clearMessages(page_pid, parameters) View Source
Link to this function clearMessages(page_pid, parameters, opts) View Source

Disables console domain, prevents further console messages 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 console domain, sends the messages collected so far to the client by means of the messageAdded notification.

Parameters:

Link to this function enable(page_pid, parameters) View Source
Link to this function enable(page_pid, parameters, opts) View Source