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

daveayan.gherkinsalad.components.core.Component Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
package daveayan.gherkinsalad.components.core;

import org.openqa.selenium.By;


public class Component extends BaseBrowserElement {
	public static Component find(By locator) {
		Component c = new Component();
		c.found(locator);
		return c;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy