All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gfk.senbot.framework.cucumber.stepdefinitions.ExpectedGlobalCondition Maven / Gradle / Ivy

Go to download

The SenBot runner which will actually run all your acceptance tests and report the outcome

There is a newer version: 0.4.8
Show newest version
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