com.github.mkolisnyk.sirius.client.ui.ScrollTo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-java-client Show documentation
Show all versions of sirius-java-client Show documentation
Common client library for automated GUI testing
The newest version!
package com.github.mkolisnyk.sirius.client.ui;
public enum ScrollTo {
TOP_ONLY, BOTTOM_ONLY, TOP_BOTTOM, BOTTOM_TOP
}