Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserContextID ¶ added in v0.25.0
type BrowserContextID string
BrowserContextID
This type cannot be used directly. Use browser.ContextID instead.
Note: This type is experimental.
type NetworkTimeSinceEpoch ¶ added in v0.25.0
type NetworkTimeSinceEpoch float64
NetworkTimeSinceEpoch UTC time in seconds, counted from January 1, 1970.
This type cannot be used directly. Use network.TimeSinceEpoch instead.
func (NetworkTimeSinceEpoch) MarshalJSON ¶ added in v0.25.0
func (t NetworkTimeSinceEpoch) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler. Encodes to null if t is zero.
func (NetworkTimeSinceEpoch) String ¶ added in v0.25.0
func (t NetworkTimeSinceEpoch) String() string
String calls (time.Time).String().
func (NetworkTimeSinceEpoch) Time ¶ added in v0.25.0
func (t NetworkTimeSinceEpoch) Time() time.Time
Time parses the Unix time.
func (*NetworkTimeSinceEpoch) UnmarshalJSON ¶ added in v0.25.0
func (t *NetworkTimeSinceEpoch) UnmarshalJSON(data []byte) error
UnmarshalJSON implements json.Unmarshaler.
type PageFrameID ¶
type PageFrameID string
PageFrameID Unique frame identifier.
This type cannot be used directly. Use page.FrameID instead.
Click to show internal directories.
Click to hide internal directories.