Versions in this module Expand all Collapse all v0 v0.7.0 Mar 19, 2019 Changes in this version + func Param(input core.Value) string + func ParamFloat(param float64) string + func ParamInt(param int64) string v0.6.0 Dec 25, 2018 Changes in this version + func Eval(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 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)