public interface SnapshotControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTakeScreenShot()
Check if underlying
WebDriver can take screenshot. |
void |
takeHtmlDump()
Take a html dump of the browser DOM.
|
void |
takeHtmlDump(java.lang.String fileName)
Take a html dump of the browser DOM into a file given by the fileName param.
|
void |
takeScreenshot()
Take a snapshot of the browser.
|
void |
takeScreenshot(java.lang.String fileName)
Take a snapshot of the browser into a file given by the fileName param.
|
void takeHtmlDump()
void takeHtmlDump(java.lang.String fileName)
fileName - file name for html dumpboolean canTakeScreenShot()
WebDriver can take screenshot.void takeScreenshot()
void takeScreenshot(java.lang.String fileName)
fileName - file name for screenshotCopyright © 2018 FluentLenium. All Rights Reserved.