![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.gearbox.browser.IBrowsable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-browser Show documentation
Show all versions of gb-browser Show documentation
Library for browsing websites, screen scraping & automation.
package com.g2forge.gearbox.browser;
import com.g2forge.gearbox.browser.operation.IOperationBuilder;
public interface IBrowsable {
public IBrowser getBrowser();
public IOperationBuilder extends IBrowsable> operation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy