Skip to content

Instantly share code, notes, and snippets.

@artsok
Last active October 13, 2019 08:22
Show Gist options
  • Save artsok/36986f97e0ba67d5a972d394abbb9470 to your computer and use it in GitHub Desktop.
Save artsok/36986f97e0ba67d5a972d394abbb9470 to your computer and use it in GitHub Desktop.
public interface MainPage extends WebPage, WithHeader {
@FindBy("//a[contains(text(), 'Or start a free)]")
AtlasWebElement trial();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment