public abstract class ScreenCaptor
Modifiers | Name | Description |
---|---|---|
protected static String |
SCREENSHOT_EXT |
|
protected KeywordLogger |
logger |
Type Params | Return Type | Name and description |
---|---|---|
|
protected abstract void |
take(File newFile) |
|
public final void |
takeScreenshot() |
|
public final Map<String, String> |
takeScreenshotAndGetAttributes(boolean takeScreenShot) System will take browser screenshot when the executed keyword decides it can do takeScreenShot = true and screenshot capture options is enabled by users |
System will take browser screenshot when the executed keyword decides it can do
takeScreenShot = true
and screenshot capture options is enabled by users
takeScreenShot
- true if keyword can take screenshot