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

com.g2forge.gearbox.browser.IForm Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
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 operation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy