All Downloads are FREE. Search and download functionalities are using the official Maven repository.

holmos.webtest.element.Image Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
package holmos.webtest.element;
/**
 * @author 吴银龙([email protected])
 * */
public class Image extends Element{

	public Image(String comment) {
		super(comment);
	}
	public String getSrc(){
		return this.getAttribute("src");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy