Search in sources :

Example 1 with ProtractorDriver

use of com.mycompany.app.ProtractorDriver in project selenium_java by sergueik.

the class AngularCalculator_Steps method setup.

@Before("@Angular")
public void setup() {
    driver = new ProtractorDriver();
    AngularCalculatorPage.setDriver(driver);
}
Also used : ProtractorDriver(com.mycompany.app.ProtractorDriver) Before(cucumber.api.java.Before)

Aggregations

ProtractorDriver (com.mycompany.app.ProtractorDriver)1 Before (cucumber.api.java.Before)1