|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputType | |
|---|---|
| org.openqa.selenium | |
| Uses of OutputType in org.openqa.selenium |
|---|
| Fields in org.openqa.selenium declared as OutputType | |
|---|---|
static OutputType<String> |
OutputType.BASE64
Obtain the screenshot as base64 data. |
static OutputType<byte[]> |
OutputType.BYTES
Obtain the screenshot as raw bytes. |
static OutputType<File> |
OutputType.FILE
Obtain the screenshot into a temporary file that will be deleted once the JVM exits. |
| Methods in org.openqa.selenium with parameters of type OutputType | ||
|---|---|---|
|
TakesScreenshot.getScreenshotAs(OutputType<X> target)
Capture the screenshot and store it in the specified location. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||