Uses of Class
com.microsoft.playwright.options.BrowserChannel
-
Packages that use BrowserChannel Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of BrowserChannel in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type BrowserChannel Modifier and Type Method Description BrowserType.LaunchOptionsBrowserType.LaunchOptions. setChannel(BrowserChannel channel)Deprecated.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setChannel(BrowserChannel channel)Deprecated. -
Uses of BrowserChannel in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return BrowserChannel Modifier and Type Method Description static BrowserChannelBrowserChannel. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static BrowserChannel[]BrowserChannel. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-