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

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

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 operation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy