Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 v0.8.0 Jul 18, 2017 Changes in this version + type DevTools struct + func New(url string, opts ...DevToolsOption) *DevTools + func (d *DevTools) Activate(ctx context.Context, t *Target) error + func (d *DevTools) Close(ctx context.Context, t *Target) error + func (d *DevTools) Create(ctx context.Context) (*Target, error) + func (d *DevTools) CreateURL(ctx context.Context, openURL string) (*Target, error) + func (d *DevTools) Get(ctx context.Context, typ Type) (*Target, error) + func (d *DevTools) List(ctx context.Context) ([]*Target, error) + func (d *DevTools) Version(ctx context.Context) (*Version, error) + type DevToolsOption func(*DevTools) + func WithClient(client *http.Client) DevToolsOption + type Target struct + Description string + DevToolsFrontendURL string + ID string + Title string + Type Type + URL string + WebSocketDebuggerURL string + type Type string + const BackgroundPage + const Node + const Other + const Page + const ServiceWorker + type Version struct + AndroidPackage string + Browser string + Protocol string + UserAgent string + V8 string + WebKit string