public interface IAddsMedia<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addScreenCaptureFromPath(String imagePath)
Adds a snapshot to test or log
|
T |
addScreenCaptureFromPath(String imagePath,
String title)
Adds a snapshot to the test or log with title
|
T |
addScreencastFromPath(String screencastPath)
Adds a screencast to test or log
|
T addScreenCaptureFromPath(String imagePath, String title) throws IOException
imagePath - Image pathtitle - Image titleExtentTest or LogIOException - thrown if the imagePath of image is not foundT addScreenCaptureFromPath(String imagePath) throws IOException
imagePath - Image pathExtentTest or LogIOException - thrown if the imagePath of image is not foundT addScreencastFromPath(String screencastPath) throws IOException
screencastPath - Screencast pathExtentTest or LogIOException - thrown if the screencastPath of image is not foundCopyright © 2018. All rights reserved.