Example usage for org.openqa.selenium.lift Finders button

List of usage examples for org.openqa.selenium.lift Finders button

Introduction

In this page you can find the example usage for org.openqa.selenium.lift Finders button.

Prototype

public static org.openqa.selenium.lift.find.HtmlTagFinder button(String label) 

Source Link

Usage

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));
}