com.github.fscheffer.arras.test.TestContextFactory Maven / Gradle / Ivy
package com.github.fscheffer.arras.test;
import org.openqa.selenium.Capabilities;
public interface TestContextFactory {
TestContext build(Capabilities capabilities);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy