List of usage examples for org.openqa.selenium.lift Finders button
public static org.openqa.selenium.lift.find.HtmlTagFinder button(String label)
From source file:org.openmrs.steps.EditAConceptSteps.java
License:Mozilla Public License
@When("I click $saveConcept button") public void clickSaveButton(String saveButtonLabel) { clickOn(Finders.button(saveButtonLabel)); }