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.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.