Uses of Enum
com.microsoft.playwright.options.HarMode
Packages that use HarMode
-
Uses of HarMode in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarModeModifier and TypeFieldDescriptionBrowser.NewContextOptions.recordHarModeWhen set tominimal, only record information necessary for routing from HAR.Browser.NewPageOptions.recordHarModeWhen set tominimal, only record information necessary for routing from HAR.BrowserType.LaunchPersistentContextOptions.recordHarModeWhen set tominimal, only record information necessary for routing from HAR.BrowserContext.RouteFromHAROptions.updateModeWhen set tominimal, only record information necessary for routing from HAR.Page.RouteFromHAROptions.updateModeWhen set tominimal, only record information necessary for routing from HAR.Methods in com.microsoft.playwright with parameters of type HarModeModifier and TypeMethodDescriptionBrowser.NewContextOptions.setRecordHarMode(HarMode recordHarMode) When set tominimal, only record information necessary for routing from HAR.Browser.NewPageOptions.setRecordHarMode(HarMode recordHarMode) When set tominimal, only record information necessary for routing from HAR.BrowserType.LaunchPersistentContextOptions.setRecordHarMode(HarMode recordHarMode) When set tominimal, only record information necessary for routing from HAR.BrowserContext.RouteFromHAROptions.setUpdateMode(HarMode updateMode) When set tominimal, only record information necessary for routing from HAR.Page.RouteFromHAROptions.setUpdateMode(HarMode updateMode) When set tominimal, only record information necessary for routing from HAR. -
Uses of HarMode in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HarMode