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

com.github.fscheffer.arras.test.TestContext Maven / Gradle / Ivy

package com.github.fscheffer.arras.test;

import org.openqa.selenium.Capabilities;
import org.openqa.selenium.WebDriver;

public interface TestContext {

    Capabilities getCapabilities();

    WebDriver getDriver();

    String getBaseUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy