Interface TestScreenshotOptions
- All Superinterfaces:
TestScreenshotCommonOptions<TestScreenshotOptions>
@NonExtendable
public interface TestScreenshotOptions
extends TestScreenshotCommonOptions<TestScreenshotOptions>
Options to customize a screenshot.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TestScreenshotOptionsCreates aTestScreenshotOptionswith the given screenshot name.Methods inherited from interface TestScreenshotCommonOptions
disableCounterPrefix, withDeltaTicks, withDestinationDir, withSize
-
Method Details
-
of
Creates aTestScreenshotOptionswith the given screenshot name.- Parameters:
name- The name of the screenshot- Returns:
- The new screenshot options instance
-