Tungsten v0.1.0 Tungsten.CDP.Schema View Source

Schema

This domain is deprecated.

Link to this section Summary

Link to this section Types

Link to this type

cdp_domain_type() View Source
cdp_domain_type() :: %{name: String.t(), version: String.t()}

Schema.Domain

Description of the protocol domain.

Link to this section Functions

Link to this function

get_domains(session, parameters \\ %{}, options \\ []) View Source
get_domains(GenServer.server(), map(), Tungsten.Connection.exec_options()) ::
  {:ok, %{domains: [cdp_domain_type()]}} | {:error, term()}

Schema.getDomains

Returns supported domains.