public interface IAddsMedia
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
addScreenCaptureFromPath(java.lang.String imagePath)
Adds a snapshot to test or log
|
ExtentTest |
addScreenCaptureFromPath(java.lang.String imagePath,
java.lang.String title)
Adds a snapshot to the test or log with title
|
ExtentTest addScreenCaptureFromPath(java.lang.String imagePath, java.lang.String title) throws java.io.IOException
imagePath - Image pathtitle - Image titleExtentTest or Logjava.io.IOException - thrown if the supplied image from imagePath is not foundExtentTest addScreenCaptureFromPath(java.lang.String imagePath) throws java.io.IOException
imagePath - Image pathExtentTest or Logjava.io.IOException - thrown if the supplied image from imagePath is not foundCopyright © 2016. All Rights Reserved.