| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
BrowserChannel |
BrowserType.LaunchOptions.channel
Browser distribution channel.
|
BrowserChannel |
BrowserType.LaunchPersistentContextOptions.channel
Browser distribution channel.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserType.LaunchOptions |
BrowserType.LaunchOptions.setChannel(BrowserChannel channel) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setChannel(BrowserChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
static BrowserChannel |
BrowserChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserChannel[] |
BrowserChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.