Uses of Enum
com.microsoft.playwright.options.BrowserChannel
Packages that use BrowserChannel
-
Uses of BrowserChannel in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type BrowserChannelModifier and TypeMethodDescriptionBrowserType.LaunchOptions.setChannel(BrowserChannel channel) Deprecated.BrowserType.LaunchPersistentContextOptions.setChannel(BrowserChannel channel) Deprecated. -
Uses of BrowserChannel in com.microsoft.playwright.options
Subclasses with type arguments of type BrowserChannel in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return BrowserChannelModifier and TypeMethodDescriptionstatic BrowserChannelDeprecated.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.