Documentation
¶
Index ¶
- func Blur(id cdpruntime.RemoteObjectID) *eval.Function
- func BlurBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func CSSX(id cdpruntime.RemoteObjectID, expression runtime.String) (*eval.Function, error)
- func CountBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func DOMReady() *eval.Function
- func EscapeString(value string) string
- func ExistsBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func GetAttribute(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function
- func GetAttributes(id cdpruntime.RemoteObjectID) *eval.Function
- func GetChildByIndex(id cdpruntime.RemoteObjectID, index runtime.Int) *eval.Function
- func GetChildren(id cdpruntime.RemoteObjectID) *eval.Function
- func GetChildrenCount(id cdpruntime.RemoteObjectID) *eval.Function
- func GetDocument() *eval.Function
- func GetInnerHTML(id cdpruntime.RemoteObjectID) *eval.Function
- func GetInnerHTMLBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func GetInnerHTMLBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func GetInnerText(id cdpruntime.RemoteObjectID) *eval.Function
- func GetInnerTextBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func GetInnerTextBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func GetNextElementSibling(id runtime.RemoteObjectID) *eval.Function
- func GetNodeName(id cdpruntime.RemoteObjectID) *eval.Function
- func GetNodeType(id cdpruntime.RemoteObjectID) *eval.Function
- func GetParent(id runtime.RemoteObjectID) *eval.Function
- func GetPreviousElementSibling(id runtime.RemoteObjectID) *eval.Function
- func GetStyle(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function
- func GetStyles(id cdpruntime.RemoteObjectID) *eval.Function
- func GetTitle() *eval.Function
- func GetURL() *eval.Function
- func GetValue(id cdpruntime.RemoteObjectID) *eval.Function
- func ParamErr(err error) string
- func QuerySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func QuerySelectorAll(id runtime.RemoteObjectID, selector drivers.QuerySelector) *eval.Function
- func RemoveAttribute(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function
- func RemoveAttributes(id cdpruntime.RemoteObjectID, names []runtime.String) *eval.Function
- func RemoveStyles(id cdpruntime.RemoteObjectID, names []runtime.String) *eval.Function
- func RemoveStylesAll(id cdpruntime.RemoteObjectID) *eval.Function
- func Scroll(options drivers.ScrollOptions) *eval.Function
- func ScrollBottom(options drivers.ScrollOptions) *eval.Function
- func ScrollIntoView(id runtime.RemoteObjectID, options drivers.ScrollOptions) *eval.Function
- func ScrollIntoViewBySelector(id runtime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func ScrollTop(options drivers.ScrollOptions) *eval.Function
- func Select(id cdpruntime.RemoteObjectID, inputs runtime.List) *eval.Function
- func SelectBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func SetAttribute(id cdpruntime.RemoteObjectID, name, value runtime.String) *eval.Function
- func SetAttributes(id cdpruntime.RemoteObjectID, values runtime.Map) *eval.Function
- func SetInnerHTML(id cdpruntime.RemoteObjectID, value runtime.String) *eval.Function
- func SetInnerHTMLBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func SetInnerText(id cdpruntime.RemoteObjectID, value runtime.String) *eval.Function
- func SetInnerTextBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func SetStyle(id cdpruntime.RemoteObjectID, name, value runtime.String) *eval.Function
- func SetStyles(id cdpruntime.RemoteObjectID, values runtime.Map) *eval.Function
- func SetValue(id cdpruntime.RemoteObjectID, value runtime.Value) *eval.Function
- func WaitForAttribute(id cdpruntime.RemoteObjectID, name runtime.String, expected runtime.Value, ...) *eval.Function
- func WaitForAttributeBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForAttributeBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForClass(id cdpruntime.RemoteObjectID, class runtime.String, when drivers.WaitEvent) *eval.Function
- func WaitForClassBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForClassBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForElement(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForElementAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForStyle(id cdpruntime.RemoteObjectID, name runtime.String, expected runtime.Value, ...) *eval.Function
- func WaitForStyleBySelector(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func WaitForStyleBySelectorAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, ...) *eval.Function
- func XPath(id cdpruntime.RemoteObjectID, expression runtime.String) *eval.Function
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Blur ¶
func Blur(id cdpruntime.RemoteObjectID) *eval.Function
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 EscapeString ¶
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 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 GetPreviousElementSibling ¶
func GetPreviousElementSibling(id runtime.RemoteObjectID) *eval.Function
func GetStyle ¶
func GetStyle(id cdpruntime.RemoteObjectID, name runtime.String) *eval.Function
func GetStyles ¶
func GetStyles(id cdpruntime.RemoteObjectID) *eval.Function
func GetValue ¶
func GetValue(id cdpruntime.RemoteObjectID) *eval.Function
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 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 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 WaitForClass ¶
func WaitForClass(id cdpruntime.RemoteObjectID, class runtime.String, 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 WaitForElement ¶
func WaitForElement(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, when drivers.WaitEvent) *eval.Function
func WaitForElementAll ¶
func WaitForElementAll(id cdpruntime.RemoteObjectID, selector drivers.QuerySelector, 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.
Click to show internal directories.
Click to hide internal directories.