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

net.thucydides.core.webdriver.CloseBrowser Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package net.thucydides.core.webdriver;

import net.serenitybdd.core.webdriver.configuration.RestartBrowserForEach;
import org.openqa.selenium.WebDriver;

public interface CloseBrowser {
    void closeIfConfiguredForANew(RestartBrowserForEach event);

    void closeWhenTheTestsAreFinished(WebDriver driver);

    CloseBrowser forTestSuite(Class testSuite);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy