Uses of Interface
org.openqa.selenium.OutputType

Packages that use OutputType
org.openqa.selenium   
org.openqa.selenium.android   
org.openqa.selenium.chrome   
org.openqa.selenium.firefox   
org.openqa.selenium.ie   
org.openqa.selenium.iphone   
org.openqa.selenium.support.events   
 

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.
 

Uses of OutputType in org.openqa.selenium.android
 

Methods in org.openqa.selenium.android with parameters of type OutputType
<X> X
AndroidDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of OutputType in org.openqa.selenium.chrome
 

Methods in org.openqa.selenium.chrome with parameters of type OutputType
<X> X
ChromeDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of OutputType in org.openqa.selenium.firefox
 

Methods in org.openqa.selenium.firefox with parameters of type OutputType
<X> X
FirefoxDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of OutputType in org.openqa.selenium.ie
 

Methods in org.openqa.selenium.ie with parameters of type OutputType
<X> X
InternetExplorerDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of OutputType in org.openqa.selenium.iphone
 

Methods in org.openqa.selenium.iphone with parameters of type OutputType
<X> X
IPhoneDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of OutputType in org.openqa.selenium.support.events
 

Methods in org.openqa.selenium.support.events with parameters of type OutputType
<X> X
EventFiringWebDriver.getScreenshotAs(OutputType<X> target)
           
 



Copyright © 2011. All Rights Reserved.