com.gfk.senbot.framework.cucumber.stepdefinitions.ExpectedGlobalCondition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SenBotRunner Show documentation
Show all versions of SenBotRunner Show documentation
The SenBot runner which will actually run all your acceptance tests and report the outcome
package com.gfk.senbot.framework.cucumber.stepdefinitions;
import org.openqa.selenium.WebDriver;
public interface ExpectedGlobalCondition {
void checkExpected(WebDriver webDriver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy