Skip to content

Instantly share code, notes, and snippets.

@artsok
Last active October 13, 2019 07:58
Show Gist options
  • Save artsok/4da473830874726996799fc60ccc59f5 to your computer and use it in GitHub Desktop.
Save artsok/4da473830874726996799fc60ccc59f5 to your computer and use it in GitHub Desktop.
Huge step class
public class MainSteps {
public void hasText(HtmlElement e, Matcher m)
public void hasValue(HtmlElement e, Matcher m)
public void linkContains(HtmlElement e, String s)
public void hasSize(List<HtmlElement> e, Matcher m)
public void hasItem(List<HtmlElement> e, Matcher m)
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment