Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Created August 21, 2022 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasnogueira/543f7cc04d23ecf5291b9d07ee551c83 to your computer and use it in GitHub Desktop.
Save eliasnogueira/543f7cc04d23ecf5291b9d07ee551c83 to your computer and use it in GitHub Desktop.
public class PageObjectExample {
private WebDriver driver;
// WebElements ignored
public PageObjectExample(WebDriver driver) {
PageFactory.initElements(new AjaxElementLocatorFactory(driver, 5), this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment