templates

package
v0.0.0-...-af4f867 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BlurBySelector

func BlurBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func CSSX

func CSSX(id cdpruntime.RemoteObjectID, expression runtime.String) (*eval.Function, error)

func CountBySelector

func CountBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func DOMReady

func DOMReady() *eval.Function

func EscapeString

func EscapeString(value string) string

func ExistsBySelector

func ExistsBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func GetAttribute

func GetAttribute(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function

func GetAttributes

func GetAttributes(id cdpruntime.RemoteObjectID) *eval.Function

func GetChildByIndex

func GetChildByIndex(id cdpruntime.RemoteObjectID, index runtime.Int) *eval.Function

func GetChildren

func GetChildren(id cdpruntime.RemoteObjectID) *eval.Function

func GetChildrenCount

func GetChildrenCount(id cdpruntime.RemoteObjectID) *eval.Function

func GetDocument

func GetDocument() *eval.Function

func GetInnerHTML

func GetInnerHTML(id cdpruntime.RemoteObjectID) *eval.Function

func GetInnerHTMLBySelector

func GetInnerHTMLBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func GetInnerHTMLBySelectorAll

func GetInnerHTMLBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func GetInnerText

func GetInnerText(id cdpruntime.RemoteObjectID) *eval.Function

func GetInnerTextBySelector

func GetInnerTextBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func GetInnerTextBySelectorAll

func GetInnerTextBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func GetNextElementSibling

func GetNextElementSibling(id runtime.RemoteObjectID) *eval.Function

func GetNodeName

func GetNodeName(id cdpruntime.RemoteObjectID) *eval.Function

func GetNodeType

func GetNodeType(id cdpruntime.RemoteObjectID) *eval.Function

func GetParent

func GetParent(id runtime.RemoteObjectID) *eval.Function

func GetPreviousElementSibling

func GetPreviousElementSibling(id runtime.RemoteObjectID) *eval.Function

func GetStyles

func GetStyles(id cdpruntime.RemoteObjectID) *eval.Function

func GetTitle

func GetTitle() *eval.Function

func GetURL

func GetURL() *eval.Function

func GetValue

func GetValue(id cdpruntime.RemoteObjectID) *eval.Function

func ParamErr

func ParamErr(err error) string

func QuerySelector

func QuerySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func QuerySelectorAll

func QuerySelectorAll(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function

func RemoveAttribute

func RemoveAttribute(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function

func RemoveAttributes

func RemoveAttributes(id cdpruntime.RemoteObjectID, names []runtime.String) *eval.Function

func RemoveStyles

func RemoveStyles(id cdpruntime.RemoteObjectID, names []runtime.String) *eval.Function

func RemoveStylesAll

func RemoveStylesAll(id cdpruntime.RemoteObjectID) *eval.Function

func Scroll

func Scroll(options drivers.ScrollOptions) *eval.Function

func ScrollBottom

func ScrollBottom(options drivers.ScrollOptions) *eval.Function

func ScrollIntoView

func ScrollIntoView(id runtime.RemoteObjectID, options drivers.ScrollOptions) *eval.Function

func ScrollIntoViewBySelector

func ScrollIntoViewBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector, options drivers.ScrollOptions) *eval.Function

func ScrollTop

func ScrollTop(options drivers.ScrollOptions) *eval.Function

func Select

func Select(id cdpruntime.RemoteObjectID, inputs runtime.List) *eval.Function

func SelectBySelector

func SelectBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, inputs runtime.List) *eval.Function

func SetAttribute

func SetAttribute(id cdpruntime.RemoteObjectID, name, value runtime.String) *eval.Function

func SetAttributes

func SetAttributes(id cdpruntime.RemoteObjectID, values runtime.Map) *eval.Function

func SetInnerHTML

func SetInnerHTML(id cdpruntime.RemoteObjectID, value runtime.String) *eval.Function

func SetInnerHTMLBySelector

func SetInnerHTMLBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, value runtime.String) *eval.Function

func SetInnerText

func SetInnerText(id cdpruntime.RemoteObjectID, value runtime.String) *eval.Function

func SetInnerTextBySelector

func SetInnerTextBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, value runtime.String) *eval.Function

func SetStyle

func SetStyle(id cdpruntime.RemoteObjectID, name, value runtime.String) *eval.Function

func SetStyles

func SetStyles(id cdpruntime.RemoteObjectID, values runtime.Map) *eval.Function

func SetValue

func SetValue(id cdpruntime.RemoteObjectID, value runtime.Value) *eval.Function

func WaitForAttribute

func WaitForAttribute(id cdpruntime.RemoteObjectID, name runtime.String, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func WaitForAttributeBySelector

func WaitForAttributeBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, name runtime.Value, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func WaitForAttributeBySelectorAll

func WaitForAttributeBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, name runtime.String, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func WaitForClassBySelector

func WaitForClassBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, class runtime.String, when drivers.WaitEvent) *eval.Function

func WaitForClassBySelectorAll

func WaitForClassBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, class runtime.String, when drivers.WaitEvent) *eval.Function

func WaitForStyle

func WaitForStyle(id cdpruntime.RemoteObjectID, name runtime.String, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func WaitForStyleBySelector

func WaitForStyleBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, name runtime.String, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func WaitForStyleBySelectorAll

func WaitForStyleBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, name runtime.String, expected runtime.Value, when drivers.WaitEvent) *eval.Function

func XPath

func XPath(id cdpruntime.RemoteObjectID, expression runtime.String) *eval.Function

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL