Uses of Class
com.microsoft.playwright.options.HarMode
-
Packages that use HarMode Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of HarMode in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarMode Modifier and Type Field Description HarModeBrowser.NewContextOptions. recordHarModeWhen set tominimal, only record information necessary for routing from HAR.HarModeBrowser.NewPageOptions. recordHarModeWhen set tominimal, only record information necessary for routing from HAR.HarModeBrowserType.LaunchPersistentContextOptions. recordHarModeWhen set tominimal, only record information necessary for routing from HAR.HarModeBrowserContext.RouteFromHAROptions. updateModeWhen set tominimal, only record information necessary for routing from HAR.HarModePage.RouteFromHAROptions. updateModeWhen set tominimal, only record information necessary for routing from HAR.Methods in com.microsoft.playwright with parameters of type HarMode Modifier and Type Method Description Browser.NewContextOptionsBrowser.NewContextOptions. setRecordHarMode(HarMode recordHarMode)When set tominimal, only record information necessary for routing from HAR.Browser.NewPageOptionsBrowser.NewPageOptions. setRecordHarMode(HarMode recordHarMode)When set tominimal, only record information necessary for routing from HAR.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setRecordHarMode(HarMode recordHarMode)When set tominimal, only record information necessary for routing from HAR.BrowserContext.RouteFromHAROptionsBrowserContext.RouteFromHAROptions. setUpdateMode(HarMode updateMode)When set tominimal, only record information necessary for routing from HAR.Page.RouteFromHAROptionsPage.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 Modifier and Type Method Description static HarModeHarMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HarMode[]HarMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-