Uses of Interface
org.openqa.selenium.OutputType
Packages that use OutputType
-
Uses of OutputType in org.openqa.selenium
Fields in org.openqa.selenium declared as OutputTypeModifier and TypeFieldDescriptionstatic final OutputType<String>
OutputType.BASE64
Obtain the screenshot as base64 data.static final OutputType<byte[]>
OutputType.BYTES
Obtain the screenshot as raw bytes.static final 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 OutputTypeModifier and TypeMethodDescription<X> X
TakesScreenshot.getScreenshotAs
(OutputType<X> target) Capture the screenshot and store it in the specified location. -
Uses of OutputType in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox with parameters of type OutputTypeModifier and TypeMethodDescription<X> X
FirefoxDriver.getFullPageScreenshotAs
(OutputType<X> outputType) Capture the full page screenshot and store it in the specified location.<X> X
HasFullPageScreenshot.getFullPageScreenshotAs
(OutputType<X> outputType) Capture the full page screenshot and store it in the specified location. -
Uses of OutputType in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type OutputTypeModifier and TypeMethodDescription<X> X
RemoteWebDriver.getScreenshotAs
(OutputType<X> outputType) <X> X
RemoteWebElement.getScreenshotAs
(OutputType<X> outputType)