public class ScreenShot extends Object
Constructor and Description |
---|
ScreenShot() |
Modifier and Type | Method and Description |
---|---|
String |
getFullHtmlPath() |
String |
getFullImagePath() |
String |
getHtmlSourcePath() |
String |
getImagePath() |
String |
getLocation() |
String |
getOutputDirectory() |
String |
getSuiteName() |
String |
getTitle() |
boolean |
isException() |
void |
setException(boolean isException) |
void |
setHtmlSourcePath(String htmlSourcePath) |
void |
setImagePath(String imagePath) |
void |
setLocation(String location) |
void |
setOutputDirectory(String outputDirectory) |
void |
setSuiteName(String suiteName) |
void |
setTitle(String title) |
String |
toString() |
public boolean isException()
public void setException(boolean isException)
public String getSuiteName()
public String getOutputDirectory()
public void setOutputDirectory(String outputDirectory)
public void setSuiteName(String suiteName)
public String getLocation()
public void setLocation(String location)
public void setHtmlSourcePath(String htmlSourcePath)
public void setImagePath(String imagePath)
public String getHtmlSourcePath()
public String getImagePath()
public String getTitle()
public void setTitle(String title)
public String getFullImagePath()
public String getFullHtmlPath()
Copyright © 2017. All rights reserved.