- get(String) - Static method in class com.github.mkolisnyk.sirius.client.Configuration
-
Gets the value of the configuration option specified by the parameter.
- get(ConfigurationOption) - Static method in class com.github.mkolisnyk.sirius.client.Configuration
-
Gets value for the predefined configuration option which is defined as
ConfigurationOption
enumeration.
- get(String) - Static method in class com.github.mkolisnyk.sirius.client.Context
-
Gets the value of the variable specified by name parameter
or null if no such variable available.
- get(Operation<T, Control>) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
.
- getCurrent() - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Gets the current page for current thread instance.
- getCurrentFromList(Class<? extends Page>[], int) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Checks multiple page classes in order to identify which of the classes proposed
fit the current page.
- getCurrentFromList(Class<? extends Page>[], int, boolean) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Checks multiple page classes in order to identify which of the classes proposed
fit the current page.
- getDefaultConfigFile() - Static method in class com.github.mkolisnyk.sirius.client.Configuration
-
Returns the default location of the configuration file to read data from.
- getDefaultPagesPackage() - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Returns package name which is used as the root package for all
page classes in the entire solution.
- getDriver() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets the direct reference to the WebDriver object.
- getDriver() - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Gets the actual WebDriver object if some WebDriver API is needed directly.
- getFirstAvailableControlFromList(Control[], int) - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Goes through the list of proposed controls and returns the first one which appears.
- getFormat() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets the string which can be used in custom controls when the data is to
be retrieved based on some specific format (e.g.
- getItem(int) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.TableView
-
Generates and returns control object which corresponds to the compound object
item specified by index.
- getItemLocatorText() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets string representation of item locator.
- getItemsCount() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.TableView
-
Calculates and returns the available items count.
- getLocator() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets actual locator to be used for element location on page.
- getLocatorText() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets the string representation of the locator.
- getParent() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets reference to the parent
Page
object.
- getRect() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets rectangular dimensions of current control.
- getScrollable() - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Returns element which is available for scrolling.
- getScrollDirection() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets the direction of scrolling.
- getScrollTo() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets text to scroll to in case element isn't immediately available on page.
- getSelect() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.SelectList
-
Initialises and returns core Select object from WebDriver client library.
- getSource() - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Gets the page source code.
- getSubItem(String, int, Class<T>) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.TableView
-
Common method which generates control object for specific sub-item of specific type.
- getSubItem(String, int) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.TableView
-
- getSubItemLocator(String, int) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.TableView
-
Provides fully qualified locator for sub-item for specified index and name.
- Getters - Class in com.github.mkolisnyk.sirius.client.ui.predicates
-
Collects predicates responsible for various get operations.
- getText() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets element text.
- getText() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Edit
-
- getTextControl(String) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Dynamically generates control object which corresponds to the element
containing text specified by the parameter.
- getThreadName() - Static method in class com.github.mkolisnyk.sirius.client.Driver
-
Generates string which corresponds to current thream.
- getTimeout() - Static method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Returns the timeout value which is currently set.
- getValue() - Method in enum com.github.mkolisnyk.sirius.client.ConfigurationOption
-
Gets the string value associated with the constant.
- getValue() - Method in enum com.github.mkolisnyk.sirius.client.Platform
-
Gets the string associated with current enumeration value.
- getValue() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets element value.