Documentation
¶
Overview ¶
Package data provides runtime value access helpers for HTML driver objects.
Index ¶
- func GetInDocument(ctx context.Context, key runtime.Value, doc drivers.HTMLDocument) (runtime.Value, error)
- func GetInElement(ctx context.Context, key runtime.Value, el drivers.HTMLElement) (runtime.Value, error)
- func GetInNode(ctx context.Context, key runtime.Value, node drivers.HTMLNode) (runtime.Value, error)
- func GetInPage(ctx context.Context, key runtime.Value, page drivers.HTMLPage) (runtime.Value, error)
- func NewIterator(node drivers.HTMLElement) (runtime.Iterator, error)
- type Iterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInDocument ¶
func GetInElement ¶
func NewIterator ¶
func NewIterator(node drivers.HTMLElement) (runtime.Iterator, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.