Skip to content

Instantly share code, notes, and snippets.

@jsdevel
Created May 8, 2015 10:45
Show Gist options
  • Save jsdevel/ccf7b410397f3e59fddb to your computer and use it in GitHub Desktop.
Save jsdevel/ccf7b410397f3e59fddb to your computer and use it in GitHub Desktop.
package my.project;
import com.github.jsdevel.testng.selenium.PageFactory;
public interface MyPageFactory extends PageFactory {
MyHomePage getHomePage();
MyHomePage getHomePage(String path);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment