Versions in this module Expand all Collapse all v1 v1.7.1 Aug 15, 2026 Changes in this version + type Options struct + AutomaticFormFill bool + DisableRedirects bool + ScrapeJSLuiceResponses bool + ScrapeJSResponses bool + type Parser []responseParser + func NewResponseParser() *Parser + func (p *Parser) InitWithOptions(options *Options) + func (p *Parser) ParseResponse(resp *navigation.Response) (navigationRequests []*navigation.Request) + type ResponseParserFunc func(resp *navigation.Response) []*navigation.Request