com.github.jsdevel.testng.selenium.PageFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng-selenium Show documentation
Show all versions of testng-selenium Show documentation
A library for easy TestNG Selenium testing.
package com.github.jsdevel.testng.selenium;
/**
* A PageFactory that is configurable by {@link AbstractSuite}s.
*
* Defining methods that take multiple {@link String} arguments is prohibited,
* as any {@link String} argument provided will be used as the desired URL when
* initializing the desired Page.
*
* All methods of this PageFactory MUST return sub classes of {@link Page}.
*
* @author Joe Spencer
*/
public interface PageFactory {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy