![JAR search and dependency download from the Maven repository](/logo.png)
com.jdiai.jswraper.driver.remote.RemoteSettings Maven / Gradle / Ivy
package com.jdiai.jswraper.driver.remote;
import com.jdiai.jswraper.driver.DriverTypes;
import org.openqa.selenium.MutableCapabilities;
import org.openqa.selenium.WebDriver;
public interface RemoteSettings {
default String url() {
return "http://localhost:4444/wd/hub";
}
void setOptions(MutableCapabilities options);
WebDriver getRemoteDriver(DriverTypes browser, MutableCapabilities options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy