Skip to content

Instantly share code, notes, and snippets.

@artsok
Last active October 13, 2019 08:02
Show Gist options
  • Save artsok/7ca90040eeb04993de6e4692b6f4e9bd to your computer and use it in GitHub Desktop.
Save artsok/7ca90040eeb04993de6e4692b6f4e9bd to your computer and use it in GitHub Desktop.
No parameterization for elements
public class EditUserPage {
@FindBy(xpath = "//div[text()='Sing In']")
private Button activity;
@FindBy(xpath = "//div[text()='Sign Up']")
private Button reason;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment