Uses of Interface
org.openqa.selenium.OutputType
Packages that use OutputType
- 
Uses of OutputType in org.openqa.seleniumFields in org.openqa.selenium declared as OutputTypeModifier and TypeFieldDescriptionstatic final OutputType<String>OutputType.BASE64Obtain the screenshot as base64 data.static final OutputType<byte[]>OutputType.BYTESObtain the screenshot as raw bytes.static final OutputType<File>OutputType.FILEObtain 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> XTakesScreenshot.getScreenshotAs(OutputType<X> target) Capture the screenshot and store it in the specified location.
- 
Uses of OutputType in org.openqa.selenium.firefoxMethods in org.openqa.selenium.firefox with parameters of type OutputTypeModifier and TypeMethodDescription<X> XFirefoxDriver.getFullPageScreenshotAs(OutputType<X> outputType) Capture the full page screenshot and store it in the specified location.<X> XHasFullPageScreenshot.getFullPageScreenshotAs(OutputType<X> outputType) Capture the full page screenshot and store it in the specified location.
- 
Uses of OutputType in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote with parameters of type OutputTypeModifier and TypeMethodDescription<X> XRemoteWebDriver.getScreenshotAs(OutputType<X> outputType) <X> XRemoteWebElement.getScreenshotAs(OutputType<X> outputType)