Documentation
¶
Index ¶
- func Must(err error)
- func MustChromeCtx() (context.Context, context.CancelFunc)
- func QueryAttributes(ref string, assert func(attributes map[string]string)) chromedp.QueryAction
- func QueryNode(ref string, assert func(n *cdp.Node)) chromedp.QueryAction
- func WaitInnerTextTrimEq(sel, innerText string) chromedp.QueryAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustChromeCtx ¶
func MustChromeCtx() (context.Context, context.CancelFunc)
func QueryAttributes ¶
func QueryAttributes(ref string, assert func(attributes map[string]string)) chromedp.QueryAction
func WaitInnerTextTrimEq ¶
func WaitInnerTextTrimEq(sel, innerText string) chromedp.QueryAction
WaitInnerTextTrimEq will wait for the innerText of the specified element to match a specific string after whitespace trimming.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.