click.webelement.pagefactory.parameterized.IParameterProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parameterized-findby Show documentation
Show all versions of parameterized-findby Show documentation
Parameterized locators in your page objects with Selenium
The newest version!
package click.webelement.pagefactory.parameterized;
/**
* @author Alexey Razgulyaev
*/
public interface IParameterProvider {
String getParameter(String parameterName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy