
pickleib.enums.Direction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pickleib Show documentation
Show all versions of Pickleib Show documentation
Pickleib library for supporting web application automation with Selenium
The newest version!
package pickleib.enums;
import lombok.Getter;
/**
* Basic direction
*/
@Getter
public enum Direction {
up,
down,
left,
right
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy