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

The Tethering domain defines methods and events for browser port binding.

Link to this section Summary

Functions

Request browser port binding

Request browser port unbinding

Link to this section Functions

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

Request browser port binding.

Parameters: port - - Port number to bind.

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

Request browser port unbinding.

Parameters: port - - Port number to unbind.