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

io.magentys.cinnamon.webdriver.WebDriverContainer Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package io.magentys.cinnamon.webdriver;

import io.magentys.cinnamon.events.Attachment;
import org.openqa.selenium.WebDriver;

public interface WebDriverContainer {

    WebDriver getWebDriver();

    WindowTracker getWindowTracker();

    Boolean reuseBrowserSession();

    Attachment takeScreenshot();

    void updateWindowCount();

    void closeExtraWindows();

    void quitWebDriver();

    static WebDriverContainer getWebDriverContainer() {
        return new EventHandlingWebDriverContainer();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy