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(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(String fileName)
Take a snapshot of the browser into a file given by the fileName param.
|
void takeHtmlDump()
void takeHtmlDump(String fileName)
fileName - file name for html dumpboolean canTakeScreenShot()
WebDriver can take screenshot.void takeScreenShot()
void takeScreenShot(String fileName)
fileName - file name for screenshotCopyright © 2016 FluentLenium. All Rights Reserved.