|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of OutputType in org.openqa.selenium.android |
---|
Methods in org.openqa.selenium.android with parameters of type OutputType | ||
---|---|---|
|
AndroidDriver.getScreenshotAs(OutputType<X> target)
|
Uses of OutputType in org.openqa.selenium.chrome |
---|
Methods in org.openqa.selenium.chrome with parameters of type OutputType | ||
---|---|---|
|
ChromeDriver.getScreenshotAs(OutputType<X> target)
|
Uses of OutputType in org.openqa.selenium.firefox |
---|
Methods in org.openqa.selenium.firefox with parameters of type OutputType | ||
---|---|---|
|
FirefoxDriver.getScreenshotAs(OutputType<X> target)
|
Uses of OutputType in org.openqa.selenium.ie |
---|
Methods in org.openqa.selenium.ie with parameters of type OutputType | ||
---|---|---|
|
InternetExplorerDriver.getScreenshotAs(OutputType<X> target)
|
Uses of OutputType in org.openqa.selenium.iphone |
---|
Methods in org.openqa.selenium.iphone with parameters of type OutputType | ||
---|---|---|
|
IPhoneDriver.getScreenshotAs(OutputType<X> target)
|
Uses of OutputType in org.openqa.selenium.support.events |
---|
Methods in org.openqa.selenium.support.events with parameters of type OutputType | ||
---|---|---|
|
EventFiringWebDriver.getScreenshotAs(OutputType<X> target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |