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

io.github.sukgu.support.FindByXPath Maven / Gradle / Ivy

There is a newer version: 0.1.5
Show newest version
package io.github.sukgu.support;

class FindByXPath extends BaseBy {
	
	protected FindByXPath(String selector, String selectorType) {
		super(selector, selectorType);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy