Interface MayAttachScreenshots<SELF>
-
- Type Parameters:
SELF
- type of JGiven stage
public interface MayAttachScreenshots<SELF>
Use to mark a JGiven stage that may attach screenshots.- Author:
- Adrian Herscu
- See Also:
AttachesScreenshot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SELF
attaching_screenshot()
Attaches a screenshot with not delay.SELF
attaching_screenshot(int delayMs)
Attaches a screenshot after specified delay.
-
-
-
Method Detail
-
attaching_screenshot
@Hidden SELF attaching_screenshot()
Attaches a screenshot with not delay.- Returns:
- self reference
-
attaching_screenshot
@Hidden SELF attaching_screenshot(int delayMs)
Attaches a screenshot after specified delay.- Parameters:
delayMs
- delay in milliseconds- Returns:
- self reference
-
-