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

com.leonarduk.web.ClickableElement Maven / Gradle / Ivy

The newest version!
package com.leonarduk.web;

public interface ClickableElement {

	void click();

	String getText();

	void clear();

	void sendKeys(String answer);

	String getAttribute(String string);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy