com.g2forge.gearbox.browser.IForm 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 org.openqa.selenium.By;
import com.g2forge.gearbox.browser.operation.IOperationBuilder;
public interface IForm extends IElement {
public IForm set(By by, String test);
public IForm submit();
@Override
public IOperationBuilder extends IForm> operation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy