io.magentys.cinnamon.webdriver.actions.PointActions Maven / Gradle / Ivy
package io.magentys.cinnamon.webdriver.actions;
/**
* Perform actions at a specific point on the screen
*/
public interface PointActions {
void click();
}
package io.magentys.cinnamon.webdriver.actions;
/**
* Perform actions at a specific point on the screen
*/
public interface PointActions {
void click();
}