schema
Domain
dataclass
Description of the protocol domain.
Source code in zendriver/cdp/schema.py
name: str
instance-attribute
version: str
instance-attribute
__init__(name, version)
from_json(json)
classmethod
get_domains()
Returns supported domains.
Returns:
Type | Description |
---|---|
Generator[T_JSON_DICT, T_JSON_DICT, List[Domain]]
|
List of supported domains. |