Uses of Interface
org.openqa.selenium.OutputType
-
Packages that use OutputType Package Description org.openqa.selenium -
-
Uses of OutputType in org.openqa.selenium
Fields in org.openqa.selenium declared as OutputType Modifier and Type Field Description static OutputType<java.lang.String>OutputType. BASE64Obtain the screenshot as base64 data.static OutputType<byte[]>OutputType. BYTESObtain the screenshot as raw bytes.static OutputType<java.io.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 OutputType Modifier and Type Method Description <X> XTakesScreenshot. getScreenshotAs(OutputType<X> target)Capture the screenshot and store it in the specified location.
-