Skip navigation links
A C D E F G H I L N O P R S T U V W 

S

scrollTo() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Scrolls screen to current element.
scrollTo(Control, boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Swipes screen till specific control appears.
scrollTo(boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Swipes screen to the upper/lower limit of the page.
scrollTo(Control, ScrollTo) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Swipes screen till specific control appears.
scrollTo(Control) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Overloaded Page.scrollTo(Control, ScrollTo) method which looks for control by scrolling to the top of the screen first and then to the bottom.
scrollTo(String, boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Swipes screen till specific text appears.
scrollTo(String, ScrollTo) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Swipes screen till specific text appears.
scrollTo(String) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Overloaded Page.scrollTo(String, ScrollTo) method which looks for text by scrolling to the top of the screen first and then to the bottom.
ScrollTo - Enum in com.github.mkolisnyk.sirius.client.ui
Enumeration which is used for scrolling operations.
section(String) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Looks for nested page object by specific name.
section(String, Class<T>) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Looks for nested page object by specific name.
selectByText(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.SelectList
Performs list item selection by the text specified.
SelectList - Class in com.github.mkolisnyk.sirius.client.ui.controls
Control extension which wraps Select instance and corresponds to the list objects (e.g.
SelectList(Page, By) - Constructor for class com.github.mkolisnyk.sirius.client.ui.controls.SelectList
Default constructor which binds page the control belongs to and the locator to find the element on page.
sendKeys(String) - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.Actions
Predicate for sending sequence of keys to specific element.
set(Operation<? extends Editable, Editable>) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Editable
.
setCurrent(Page) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
Sets the current page for current thread instance.
setDefaultConfigFile(String) - Static method in class com.github.mkolisnyk.sirius.client.Configuration
Sets the default location for the configuration file.
setDefaultPagesPackage(String) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
Sets package name which is used as the root package for all page classes in the entire solution.
setExcludeFromSearch(boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Sets the state whether current control is supposed to be excluded from search while using Page#isCurrent(long) method.
setFormat(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Sets the string which can be used in custom controls when the data is to be retrieved based on some specific format (e.g.
setItemLocatorText(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Sets item locator value.
setScrollDirection(ScrollTo) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Sets the direction of scrolling.
setScrollTo(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
Sets text to scroll to in case element isn't immediately available on page.
setState(boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.CheckBox
Sets checked/unchecked state depending on input parameter.
Setters - Class in com.github.mkolisnyk.sirius.client.ui.predicates
Collects predicates which are responsible for various set operations.
setTimeout(int) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
Assigns new timeout value.
setValue(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.CheckBox
 
setValue(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Edit
 
setValue(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Editable
Common method for setting values.
setValue(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.RadioButton
 
setValue(String) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.SelectList
 
States - Class in com.github.mkolisnyk.sirius.client.ui.predicates
The container of Control state predicates.
SubItem - Annotation Type in com.github.mkolisnyk.sirius.client.ui
Annotation which is used for complex elements processing.
SubItems - Annotation Type in com.github.mkolisnyk.sirius.client.ui
Placeholder for multiple SubItem annotations.
swipeScreen(boolean, boolean, boolean) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Overloaded version of Page.swipeScreen(boolean, boolean, boolean, int) where the scrolling time is set to 2 seconds.
swipeScreen(boolean, boolean, boolean, int) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Performs scrolling operation which scrolls to the size of visible screen.
switchTo() - Method in class com.github.mkolisnyk.sirius.client.ui.Page
Method responsible for switching to frame/window represented by current page object.
A C D E F G H I L N O P R S T U V W 
Skip navigation links