Documentation ¶
Index ¶
- func Eval(ctx context.Context, client *cdp.Client, exp string, ret bool, async bool) (core.Value, error)
- func Method(ctx context.Context, client *cdp.Client, objectID runtime.RemoteObjectID, ...) (*runtime.RemoteObject, error)
- func MethodQuerySelector(ctx context.Context, client *cdp.Client, objectID runtime.RemoteObjectID, ...) (runtime.RemoteObjectID, error)
- func Param(input core.Value) string
- func ParamFloat(param float64) string
- func ParamInt(param int64) string
- func ParamString(param string) string
- func PrepareEval(exp string) string
- func Property(ctx context.Context, client *cdp.Client, objectID runtime.RemoteObjectID, ...) (core.Value, error)
- func Unmarshal(obj *runtime.RemoteObject) (core.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Method ¶
func Method( ctx context.Context, client *cdp.Client, objectID runtime.RemoteObjectID, methodName string, args []runtime.CallArgument, ) (*runtime.RemoteObject, error)
func MethodQuerySelector ¶
func MethodQuerySelector( ctx context.Context, client *cdp.Client, objectID runtime.RemoteObjectID, selector string, ) (runtime.RemoteObjectID, error)
func ParamFloat ¶ added in v0.7.0
func ParamString ¶
func PrepareEval ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.