Tungsten v0.1.0 Tungsten.CDP.Schema View Source
This domain is deprecated.
Link to this section Summary
Link to this section Types
Link to this type
cdp_domain_type() View Source
Description of the protocol domain.
Link to this section Functions
Link to this function
get_domains(session, parameters \\ %{}, options \\ [])
View Source
get_domains(session, parameters \\ %{}, options \\ [])
View Source
get_domains(GenServer.server(), map(), Tungsten.Connection.exec_options()) ::
{:ok, %{domains: [cdp_domain_type()]}} | {:error, term()}
get_domains(GenServer.server(), map(), Tungsten.Connection.exec_options()) :: {:ok, %{domains: [cdp_domain_type()]}} | {:error, term()}
Returns supported domains.