Versions in this module Expand all Collapse all v0 v0.0.82 May 9, 2025 Changes in this version + type BrowserOptions struct + FollowRedirects bool + Method common.HttpMethod + type BrowserPageCapturer struct + Browser *rod.Browser + MinDOMStabalizeTimeSeconds int + PathToBrowser *string + TimeoutSeconds int + func NewBrowserPageCapturer(pathToBrowser *string, timeout int, minDOMStabalizeTime int) *BrowserPageCapturer + func NewBrowserPageCapturerWithClient(client *cdp.Client, timeout int, minDOMStabalizeTime int) *BrowserPageCapturer + func (b *BrowserPageCapturer) Capture(ctx context.Context, url string, options *BrowserOptions) (*common.RequestInfo, error) + func (b *BrowserPageCapturer) Close(ctx context.Context) error + func (b *BrowserPageCapturer) InitializeBrowser() + type Options struct + type WebSocket struct + func NewWebSocket(ctx context.Context, url string) *WebSocket + func (w *WebSocket) Read() ([]byte, error) + func (w *WebSocket) Send(b []byte) error