Chrome Remote Interface v0.0.3 ChromeRemoteInterface.RPC.Security View Source

Security

Link to this section Summary

Functions

Disables tracking security state changes

Enables tracking security state changes

Handles a certificate error that fired a certificateError event

Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands

Displays native dialog with the certificate details

Link to this section Functions

Disables tracking security state changes.

Parameters:

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

Enables tracking security state changes.

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 handleCertificateError(page_pid) View Source

Handles a certificate error that fired a certificateError event.

Parameters: eventId - - The ID of the event.action - - The action to take on the certificate error.

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

Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

Parameters: override - - If true, certificate errors will be overridden.

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

Displays native dialog with the certificate details.

Parameters:

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