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

com.jdiai.jswraper.driver.remote.RemoteSettings Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
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