![JAR search and dependency download from the Maven repository](/logo.png)
org.cauli.ui.selenium.browser.RemoteBrowser Maven / Gradle / Ivy
package org.cauli.ui.selenium.browser;
import java.net.URL;
public class RemoteBrowser extends Browser{
public RemoteBrowser(Engine browser,URL url){
super(browser,url);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy