Uses of Class
net.thucydides.core.screenshots.BlurLevel

Packages that use BlurLevel
net.thucydides.core.screenshots This package is in charge of recording and storing screenshots taken during the test run. 
 

Uses of BlurLevel in net.thucydides.core.screenshots
 

Methods in net.thucydides.core.screenshots that return BlurLevel
static BlurLevel BlurLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlurLevel[] BlurLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.thucydides.core.screenshots that return types with arguments of type BlurLevel
 com.google.common.base.Optional<BlurLevel> ScreenshotBlurCheck.blurLevel()
           
 com.google.common.base.Optional<BlurLevel> Photographer.getBlurLevel()
           
 

Constructors in net.thucydides.core.screenshots with parameters of type BlurLevel
Photographer(org.openqa.selenium.WebDriver driver, File targetDirectory, BlurLevel blurLevel)
           
Photographer(org.openqa.selenium.WebDriver driver, File targetDirectory, ScreenshotProcessor screenshotProcessor, BlurLevel blurLevel)
           
Photographer(org.openqa.selenium.WebDriver driver, File targetDirectory, ScreenshotProcessor screenshotProcessor, BlurLevel blurLevel, EnvironmentVariables environmentVariables)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.