![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.gearbox.browser.IElement 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 IElement extends IBrowsable {
public IElement clear();
public IElement click();
public String getAttribute(String attribute);
public String getText();
public boolean isDisplayed();
public IElement moveTo();
public IElement send(String text);
@Override
public IOperationBuilder extends IElement> operation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy