| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
ScreenshotType |
Page.ScreenshotOptions.type
Specify screenshot type, defaults to
png. |
ScreenshotType |
ElementHandle.ScreenshotOptions.type
Specify screenshot type, defaults to
png. |
| Modifier and Type | Method and Description |
|---|---|
Page.ScreenshotOptions |
Page.ScreenshotOptions.setType(ScreenshotType type) |
ElementHandle.ScreenshotOptions |
ElementHandle.ScreenshotOptions.setType(ScreenshotType type) |
| Modifier and Type | Method and Description |
|---|---|
static ScreenshotType |
ScreenshotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenshotType[] |
ScreenshotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.