Skip to content

Instantly share code, notes, and snippets.

@artsok
Last active October 13, 2019 08:03
Show Gist options
  • Save artsok/b2aa74a98a879d4d49a63904ab214d0e to your computer and use it in GitHub Desktop.
Save artsok/b2aa74a98a879d4d49a63904ab214d0e to your computer and use it in GitHub Desktop.
duplication of elements
public class MainPage {
@FindBy(xpath = ".//div[@class = 'header']")
private Header header;
}
public class AnyOtherPage {
@FindBy(xpath = ".//div[@class = 'header']")
private Header header;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment