
com.aventstack.extentreports.model.ScreenCapture Maven / Gradle / Ivy
package com.aventstack.extentreports.model;
public class ScreenCapture extends Media {
private static final long serialVersionUID = -3413285738443448335L;
public String getSource() {
return "
";
}
public String getSourceWithIcon() {
return "photo";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy