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

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

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

	public Link(String comment) {
		super(comment);
	}
	public String getHref(){
		return this.getAttribute("href");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy