| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.headlessexperimental |
| Modifier and Type | Method and Description |
|---|---|
ScreenshotParamsFormat |
ScreenshotParams.getFormat()
Image compression format (defaults to png).
|
static ScreenshotParamsFormat |
ScreenshotParamsFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenshotParamsFormat[] |
ScreenshotParamsFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenshotParams.setFormat(ScreenshotParamsFormat format)
Image compression format (defaults to png).
|
Copyright © 2020. All rights reserved.