Uses of Interface
org.openqa.selenium.OutputType

Packages that use OutputType
org.openqa.selenium   
 

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
<X> X
TakesScreenshot.getScreenshotAs(OutputType<X> target)
          Capture the screenshot and store it in the specified location.
 



Copyright © 2011. All Rights Reserved.