Skip navigation links
A C D E F G H I J L R S T V W 

A

ActionRetrier - Class in aquality.selenium.core.utilities
 
ActionRetrier(IRetryConfiguration) - Constructor for class aquality.selenium.core.utilities.ActionRetrier
 
addAppender(Appender) - Method in class aquality.selenium.core.logging.Logger
Adds appender
aquality.selenium.core.applications - package aquality.selenium.core.applications
 
aquality.selenium.core.configurations - package aquality.selenium.core.configurations
 
aquality.selenium.core.elements - package aquality.selenium.core.elements
 
aquality.selenium.core.elements.interfaces - package aquality.selenium.core.elements.interfaces
 
aquality.selenium.core.localization - package aquality.selenium.core.localization
 
aquality.selenium.core.logging - package aquality.selenium.core.logging
 
aquality.selenium.core.utilities - package aquality.selenium.core.utilities
 
aquality.selenium.core.waitings - package aquality.selenium.core.waitings
 
AqualityModule<T extends IApplication> - Class in aquality.selenium.core.applications
Describes all dependencies which is registered for the project.
AqualityModule(Provider<T>) - Constructor for class aquality.selenium.core.applications.AqualityModule
 
AqualityServices<T extends IApplication> - Class in aquality.selenium.core.applications
Describes methods which help work with Application and dependency injector.
AqualityServices(Provider<T>, Supplier<V>) - Constructor for class aquality.selenium.core.applications.AqualityServices
 

C

CachedElementStateProvider - Class in aquality.selenium.core.elements
Provides functions to retrive the state for cached element.
CachedElementStateProvider(By, IConditionalWait, IElementCacheHandler, ILogElementState) - Constructor for class aquality.selenium.core.elements.CachedElementStateProvider
 
click() - Method in class aquality.selenium.core.elements.Element
 
click() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Clicks on the item.
ConditionalWait - Class in aquality.selenium.core.waitings
 
ConditionalWait(Provider<IApplication>, ITimeoutConfiguration) - Constructor for class aquality.selenium.core.waitings.ConditionalWait
 
configure() - Method in class aquality.selenium.core.applications.AqualityModule
Registers dependencies to a container.

D

debug(String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with DEBUG level.
debug(String, Throwable, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with DEBUG level.
debug(String, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
debug(String, Throwable, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
debug(String) - Method in class aquality.selenium.core.logging.Logger
Debug log
debug(String, Throwable) - Method in class aquality.selenium.core.logging.Logger
Debug log
debug(String, Object...) - Method in class aquality.selenium.core.logging.Logger
tries to get localized value by passed key, then applies String.format to fetched value and params then makes record in the log output
DefaultElementStateProvider - Class in aquality.selenium.core.elements
 
DefaultElementStateProvider(By, IConditionalWait, IElementFinder, ILogElementState) - Constructor for class aquality.selenium.core.elements.DefaultElementStateProvider
 
DesiredState - Class in aquality.selenium.core.elements
Defines desired state for element with ability to handle exceptions.
DesiredState(Predicate<WebElement>, String) - Constructor for class aquality.selenium.core.elements.DesiredState
 
doWithRetry(Supplier<T>) - Method in class aquality.selenium.core.elements.Element
 
doWithRetry(Runnable) - Method in class aquality.selenium.core.elements.Element
 
doWithRetry(Runnable, Collection<Class<? extends Throwable>>) - Method in class aquality.selenium.core.utilities.ActionRetrier
 
doWithRetry(Supplier<T>, Collection<Class<? extends Throwable>>) - Method in class aquality.selenium.core.utilities.ActionRetrier
 
doWithRetry(Runnable) - Method in class aquality.selenium.core.utilities.ElementActionRetrier
 
doWithRetry(Supplier<T>) - Method in class aquality.selenium.core.utilities.ElementActionRetrier
 
doWithRetry(Runnable, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.utilities.IActionRetrier
Retries the action when the handled exception occurs.
doWithRetry(Supplier<T>, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.utilities.IActionRetrier
Retries the function when the handled exception occurs.
doWithRetry(Runnable) - Method in interface aquality.selenium.core.utilities.IElementActionRetrier
Retries the action when the handled exception IElementActionRetrier.getHandledExceptions() occurs.
doWithRetry(Supplier<T>) - Method in interface aquality.selenium.core.utilities.IElementActionRetrier
Retries the function when the handled exception IElementActionRetrier.getHandledExceptions() occurs.

E

Element - Class in aquality.selenium.core.elements
 
Element(By, String, ElementState) - Constructor for class aquality.selenium.core.elements.Element
 
ElementActionRetrier - Class in aquality.selenium.core.utilities
 
ElementActionRetrier(IRetryConfiguration) - Constructor for class aquality.selenium.core.utilities.ElementActionRetrier
 
ElementCacheConfiguration - Class in aquality.selenium.core.configurations
 
ElementCacheConfiguration(ISettingsFile) - Constructor for class aquality.selenium.core.configurations.ElementCacheConfiguration
 
ElementCacheHandler - Class in aquality.selenium.core.elements
Implementation of IElementCacheHandler.
ElementCacheHandler(By, ElementState, IElementFinder) - Constructor for class aquality.selenium.core.elements.ElementCacheHandler
 
elementClickable() - Method in class aquality.selenium.core.elements.ElementStateProvider
 
elementEnabled() - Method in class aquality.selenium.core.elements.ElementStateProvider
 
ElementFactory - Class in aquality.selenium.core.elements
 
ElementFactory(IConditionalWait, IElementFinder, ILocalizationManager) - Constructor for class aquality.selenium.core.elements.ElementFactory
 
ElementFinder - Class in aquality.selenium.core.elements
Implementation of IElementFinder.
ElementFinder(ILocalizedLogger, IConditionalWait) - Constructor for class aquality.selenium.core.elements.ElementFinder
 
elementNotEnabled() - Method in class aquality.selenium.core.elements.ElementStateProvider
 
ElementsCount - Enum in aquality.selenium.core.elements
 
ElementState - Enum in aquality.selenium.core.elements
 
ElementStateProvider - Class in aquality.selenium.core.elements
 
ElementStateProvider(ILogElementState) - Constructor for class aquality.selenium.core.elements.ElementStateProvider
 
error(String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with ERROR level.
error(String, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
error(String) - Method in class aquality.selenium.core.logging.Logger
Error log
extractXPathFromLocator(By) - Method in class aquality.selenium.core.elements.ElementFactory
Extracts XPath from passed locator.

F

fatal(String, Throwable, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with FATAL level.
fatal(String, Throwable, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
fatal(String, Throwable) - Method in class aquality.selenium.core.logging.Logger
Fatal log
findChildElement(By, String, Class<T>, ElementState) - Method in class aquality.selenium.core.elements.Element
 
findChildElement(By, String, IElementSupplier<T>, ElementState) - Method in class aquality.selenium.core.elements.Element
 
findChildElement(IElement, By, String, Class<T>, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findChildElement(IElement, By, String, IElementSupplier<T>, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findChildElement(IElement, By, String, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element by its locator relative to parent element.
findChildElement(IElement, By, String, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child element by its locator relative to parent element.
findChildElement(IElement, By, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element by its locator relative to parent element.
findChildElement(IElement, By, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element existing in any state by its locator relative to parent element.
findChildElement(IElement, By, String, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element existing in any state by its locator relative to parent element.
findChildElement(IElement, By, String, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element by its locator relative to parent element.
findChildElement(IElement, By, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element by its locator relative to parent element.
findChildElement(IElement, By, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child element existing in any state by its locator relative to parent element.
findChildElement(By, String, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element
findChildElement(By, String, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element with DISPLAYED state
findChildElement(By, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element
findChildElement(By, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element with DISPLAYED state
findChildElement(By, String, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds an element in the parent element
findChildElement(By, String, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element with DISPLAYED state
findChildElement(By, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds an element in the parent element
findChildElement(By, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Find an element in the parent element with DISPLAYED state
findChildElements(By, String, Class<T>, ElementState, ElementsCount) - Method in class aquality.selenium.core.elements.Element
 
findChildElements(By, String, IElementSupplier<T>, ElementState, ElementsCount) - Method in class aquality.selenium.core.elements.Element
 
findChildElements(IElement, By, String, Class<T>, ElementsCount, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findChildElements(IElement, By, String, IElementSupplier<T>, ElementsCount, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findChildElements(IElement, By, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, Class<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, String, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, String, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, String, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, String, Class<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, IElementSupplier<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, IElementSupplier<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, String, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, String, IElementSupplier<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds displayed child elements by their locator relative to parent element.
findChildElements(IElement, By, String, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(IElement, By, String, IElementSupplier<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Finds child elements by their locator relative to parent element.
findChildElements(By, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, Class<T>, ElementState, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, String, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, String, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, String, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, String, Class<T>, ElementState, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, IElementSupplier<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, IElementSupplier<T>, ElementState, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, String, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, String, IElementSupplier<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds displayed child elements by their locator relative to parent element.
findChildElements(By, String, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findChildElements(By, String, IElementSupplier<T>, ElementState, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IParent
Finds child elements by their locator relative to parent element.
findElement(By, ElementState, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in desired ElementState
findElement(By, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in desired ElementState with default timeout.
findElement(By, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in any state.
findElement(By) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in any state with default timeout.
findElement(By, Predicate<WebElement>, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in desired element's state defined by predicate.
findElement(By, Predicate<WebElement>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds element in desired ElementState defined by predicate with default timeout.
findElements(By, String, IElementSupplier<T>, ElementsCount, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findElements(By, String, Class<T>, ElementsCount, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
findElements(By, DesiredState, Duration) - Method in class aquality.selenium.core.elements.ElementFinder
 
findElements(By, String, IElementSupplier<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, IElementSupplier<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, IElementSupplier<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of displayed elements.
findElements(By, String, IElementSupplier<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of displayed elements.
findElements(By, IElementSupplier<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, Class<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, Class<T>, ElementsCount, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, Class<T>, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, String, Class<T>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, Class<T>, ElementsCount) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Find list of elements.
findElements(By, ElementState, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in desired ElementState.
findElements(By, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in any state.
findElements(By, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in desired ElementState with default timeout.
findElements(By) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in any state with default timeout.
findElements(By, Predicate<WebElement>, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in state defined by predicate.
findElements(By, Predicate<WebElement>) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in state defined by predicate with default timeout.
findElements(By, DesiredState, Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in state defined by DesiredState.
findElements(By, DesiredState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Finds elements in state defined by DesiredState with default timeout.
findElements(By, DesiredState, Duration) - Method in class aquality.selenium.core.elements.RelativeElementFinder
 

G

generateAbsoluteChildLocator(By, By) - Method in class aquality.selenium.core.elements.ElementFactory
Generates absolute child locator for target element.
generateXpathLocator(By, WebElement, int) - Method in class aquality.selenium.core.elements.ElementFactory
Generates xpath locator for target element.
get(By, String, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementSupplier
Returns an instance of element
get(By, String) - Method in interface aquality.selenium.core.elements.interfaces.IElementSupplier
Returns an instance of element which desired to be in DISPLAYED ElementState
getActionRetrierImplementation() - Method in interface aquality.selenium.core.utilities.IUtilitiesModule
 
getApp(Function<Injector, T>) - Method in class aquality.selenium.core.applications.AqualityServices
Returns an existing application or initializes a new one based on passed parameter.
getApplication() - Method in class aquality.selenium.core.elements.Element
 
getAttribute(String) - Method in class aquality.selenium.core.elements.Element
 
getAttribute(String) - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets attribute value of the element.
getCache() - Method in class aquality.selenium.core.elements.Element
 
getCommand() - Method in interface aquality.selenium.core.configurations.ITimeoutConfiguration
Gets Command timeout.
getCommand() - Method in class aquality.selenium.core.configurations.TimeoutConfiguration
 
getCondition() - Method in interface aquality.selenium.core.configurations.ITimeoutConfiguration
Gets default ConditionalWait timeout.
getCondition() - Method in class aquality.selenium.core.configurations.TimeoutConfiguration
 
getConditionalWait() - Method in class aquality.selenium.core.elements.Element
 
getConditionalWaitImplementation() - Method in interface aquality.selenium.core.waitings.IWaitingsModule
 
getConfiguration() - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Gets logger configuration.
getConfiguration() - Method in class aquality.selenium.core.localization.LocalizedLogger
 
getCustomElement(IElementSupplier<T>, By, String, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
getCustomElement(Class<T>, By, String, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
getCustomElement(IElementSupplier<T>, By, String) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Create custom element according to passed parameters.
getCustomElement(IElementSupplier<T>, By, String, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Create custom element according to passed parameters.
getCustomElement(Class<T>, By, String) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Create custom element according to passed parameters.
getCustomElement(Class<T>, By, String, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFactory
Create custom element according to passed parameters.
getDefaultElementSupplier(Class<T>) - Method in class aquality.selenium.core.elements.ElementFactory
 
getDriver() - Method in interface aquality.selenium.core.applications.IApplication
 
getElement(Duration) - Method in class aquality.selenium.core.elements.Element
 
getElement(Duration, ElementState) - Method in class aquality.selenium.core.elements.ElementCacheHandler
 
getElement() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets current element by specified IElement.getLocator() Default timeout is provided in ITimeoutConfiguration NoSuchElementException throws if element not found
getElement(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets current element by specified IElement.getLocator() NoSuchElementException throws if element not found
getElement(Duration, ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Allows to get cached element.
getElement(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Allows to get cached element.
getElement(ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Allows to get cached element.
getElement() - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Allows to get cached element.
getElementActionRetrier() - Method in class aquality.selenium.core.elements.Element
 
getElementActionRetrierImplementation() - Method in interface aquality.selenium.core.utilities.IUtilitiesModule
 
getElementCacheConfiguration() - Method in class aquality.selenium.core.elements.Element
 
getElementCacheConfigurationImplementation() - Method in interface aquality.selenium.core.configurations.IConfigurationsModule
 
getElementFactory() - Method in class aquality.selenium.core.elements.Element
 
getElementFactoryImplementation() - Method in interface aquality.selenium.core.elements.IElementsModule
 
getElementFinder() - Method in class aquality.selenium.core.elements.Element
 
getElementFinderImplementation() - Method in interface aquality.selenium.core.elements.IElementsModule
 
getElementState() - Method in class aquality.selenium.core.elements.Element
 
getElementStateCondition() - Method in class aquality.selenium.core.elements.DesiredState
 
getElementType() - Method in class aquality.selenium.core.elements.Element
 
getElementTypesMap() - Method in class aquality.selenium.core.elements.ElementFactory
Gets map between elements interfaces and their implementations.
getHandledExceptions() - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
getHandledExceptions() - Method in interface aquality.selenium.core.utilities.IElementActionRetrier
Exceptions to be ignored during action retrying.
getImplicit() - Method in interface aquality.selenium.core.configurations.ITimeoutConfiguration
Gets WedDriver ImplicitWait timeout.
getImplicit() - Method in class aquality.selenium.core.configurations.TimeoutConfiguration
 
getInjector() - Method in class aquality.selenium.core.applications.AqualityServices
Gets existing injector based on AqualityModule supplier passed to constructor.
getInstance() - Static method in class aquality.selenium.core.logging.Logger
Gets logger instance
getInstanceOfSettingsFile() - Method in interface aquality.selenium.core.utilities.IUtilitiesModule
Provides default ISettingsFile with settings.
getLanguage() - Method in interface aquality.selenium.core.configurations.ILoggerConfiguration
Gets language used inside the library for logging.
getLanguage() - Method in class aquality.selenium.core.configurations.LoggerConfiguration
 
getList(String) - Method in interface aquality.selenium.core.utilities.ISettingsFile
Gets list of values from settings file.
getList(String) - Method in class aquality.selenium.core.utilities.JsonSettingsFile
 
getLocalizationManager() - Method in class aquality.selenium.core.elements.Element
 
getLocalizationManagerImplementation() - Method in interface aquality.selenium.core.localization.ILocalizationModule
 
getLocalizedLogger() - Method in class aquality.selenium.core.elements.Element
 
getLocalizedLoggerImplementation() - Method in interface aquality.selenium.core.localization.ILocalizationModule
 
getLocalizedMessage(String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizationManager
Gets localized message from resources by its key.
getLocalizedMessage(String, Object...) - Method in class aquality.selenium.core.localization.LocalizationManager
 
getLocator() - Method in class aquality.selenium.core.elements.Element
 
getLocator() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets unique locator of element.
getLogger() - Method in class aquality.selenium.core.elements.Element
 
getLoggerConfiguration() - Method in class aquality.selenium.core.elements.Element
 
getLoggerConfigurationImplementation() - Method in interface aquality.selenium.core.configurations.IConfigurationsModule
 
getMap(String) - Method in interface aquality.selenium.core.utilities.ISettingsFile
Gets map of keys and values from settings file.
getMap(String) - Method in class aquality.selenium.core.utilities.JsonSettingsFile
 
getName() - Method in class aquality.selenium.core.elements.Element
 
getName() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets unique name of element
getNumber() - Method in interface aquality.selenium.core.configurations.IRetryConfiguration
Gets the number of attempts during retry.
getNumber() - Method in class aquality.selenium.core.configurations.RetryConfiguration
 
getPollingInterval() - Method in interface aquality.selenium.core.configurations.IRetryConfiguration
Gets the polling interval used in retry.
getPollingInterval() - Method in interface aquality.selenium.core.configurations.ITimeoutConfiguration
Gets ConditionalWait polling interval.
getPollingInterval() - Method in class aquality.selenium.core.configurations.RetryConfiguration
 
getPollingInterval() - Method in class aquality.selenium.core.configurations.TimeoutConfiguration
 
getRetryConfigurationImplementation() - Method in interface aquality.selenium.core.configurations.IConfigurationsModule
 
getStateName() - Method in class aquality.selenium.core.elements.DesiredState
 
getText() - Method in class aquality.selenium.core.elements.Element
 
getText() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Gets the item text (inner text).
getTimeoutConfigurationImplementation() - Method in interface aquality.selenium.core.configurations.IConfigurationsModule
 
getValue(String) - Method in interface aquality.selenium.core.utilities.ISettingsFile
Gets value from settings file.
getValue(String) - Method in class aquality.selenium.core.utilities.JsonSettingsFile
 
getValueOrDefault(String, Object) - Method in interface aquality.selenium.core.utilities.ISettingsFile
Gets value from settings file or default value.

H

handleTimeoutException(TimeoutException, By, DesiredState, boolean) - Method in class aquality.selenium.core.elements.ElementFinder
depends on configuration of DesiredState object it can be required to throw or not NoSuchElementException

I

IActionRetrier - Interface in aquality.selenium.core.utilities
Retries an action or function when handledExceptions occurs.
IApplication - Interface in aquality.selenium.core.applications
Interface of any application controlled by Selenium WebDriver API
IConditionalWait - Interface in aquality.selenium.core.waitings
Utility used to wait for some condition.
IConfigurationsModule - Interface in aquality.selenium.core.configurations
Describes implementations of configurations to be registered in DI container.
IElement - Interface in aquality.selenium.core.elements.interfaces
 
IElementActionRetrier - Interface in aquality.selenium.core.utilities
Retries an action or function when IElementActionRetrier.getHandledExceptions() occurs.
IElementCacheConfiguration - Interface in aquality.selenium.core.configurations
Provides element's cache configuration.
IElementCacheHandler - Interface in aquality.selenium.core.elements.interfaces
Allows to use cached element.
IElementFactory - Interface in aquality.selenium.core.elements.interfaces
Defines the interface used to create the elements.
IElementFinder - Interface in aquality.selenium.core.elements.interfaces
Provides ability to find elements by locator and search criteria.
IElementsModule - Interface in aquality.selenium.core.elements
Describes implementations of elements services to be registered in DI container.
IElementStateProvider - Interface in aquality.selenium.core.elements.interfaces
Provides ability to define of element's state (whether it is displayed, exist or not) Also provides respective positive and negative waiting functions
IElementSupplier<T extends IElement> - Interface in aquality.selenium.core.elements.interfaces
Describes interface to supply class which implements IElement interface
ILocalizationManager - Interface in aquality.selenium.core.localization
This interface is used for translation messages to different languages.
ILocalizationModule - Interface in aquality.selenium.core.localization
Describes implementations of localization services to be registered in DI container.
ILocalizedLogger - Interface in aquality.selenium.core.localization
Log messages in current language.
ILogElementState - Interface in aquality.selenium.core.elements.interfaces
Describes interface that can log element state.
ILoggerConfiguration - Interface in aquality.selenium.core.configurations
Describes logger configuration.
info(String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with INFO level.
info(String, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
info(String) - Method in class aquality.selenium.core.logging.Logger
Info log
info(String, Object...) - Method in class aquality.selenium.core.logging.Logger
tries to get localized value by passed key, then applies String.format to fetched value and params then makes record in the log output
infoElementAction(String, String, String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message for action with INFO level which is applied for element, for example, click, send keys etc.
infoElementAction(String, String, String, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
IParent - Interface in aquality.selenium.core.elements.interfaces
 
IRetryConfiguration - Interface in aquality.selenium.core.configurations
Describes retry configuration.
isAppStarted() - Method in class aquality.selenium.core.applications.AqualityServices
 
isCatchingInTimeoutException() - Method in class aquality.selenium.core.elements.DesiredState
 
isClickable() - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
isClickable() - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
isClickable() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Is an element clickable on the form.
isDisplayed() - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
isDisplayed() - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
isDisplayed() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Is an element displayed on the form.
isElementEnabled(WebElement) - Method in class aquality.selenium.core.elements.ElementStateProvider
 
isEnabled() - Method in class aquality.selenium.core.configurations.ElementCacheConfiguration
 
isEnabled() - Method in interface aquality.selenium.core.configurations.IElementCacheConfiguration
 
isEnabled() - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
isEnabled() - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
isEnabled() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Check that the element is enabled
ISettingsFile - Interface in aquality.selenium.core.utilities
Describes reader of settings file.
isExceptionHandled(Collection<Class<? extends Throwable>>, Exception) - Method in class aquality.selenium.core.utilities.ActionRetrier
 
isExist() - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
isExist() - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
isExist() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Is an element exist in DOM (without visibility check)
isLocatorSupportedForXPathExtraction(By) - Method in class aquality.selenium.core.elements.ElementFactory
Defines is the locator can be transformed to xpath or not.
isRefreshNeeded(ElementState) - Method in class aquality.selenium.core.elements.ElementCacheHandler
 
isRefreshNeeded() - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Determines is the cached element refresh needed.
isRefreshNeeded(ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Determines is the cached element refresh needed.
isStale() - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Determines is the element stale.
isStarted() - Method in interface aquality.selenium.core.applications.IApplication
 
isThrowingNoSuchElementException() - Method in class aquality.selenium.core.elements.DesiredState
 
isValuePresent(String) - Method in interface aquality.selenium.core.utilities.ISettingsFile
Checks if value exists in settings.
isValuePresent(String) - Method in class aquality.selenium.core.utilities.JsonSettingsFile
 
ITimeoutConfiguration - Interface in aquality.selenium.core.configurations
Provides timeouts configuration.
IUtilitiesModule - Interface in aquality.selenium.core.utilities
Provides implementations for utilities module.
IWaitingsModule - Interface in aquality.selenium.core.waitings
Provides implementations for waitings module.

J

JsonSettingsFile - Class in aquality.selenium.core.utilities
 
JsonSettingsFile(File) - Constructor for class aquality.selenium.core.utilities.JsonSettingsFile
 
JsonSettingsFile(String) - Constructor for class aquality.selenium.core.utilities.JsonSettingsFile
 

L

LocalizationManager - Class in aquality.selenium.core.localization
 
LocalizationManager(ILoggerConfiguration, Logger) - Constructor for class aquality.selenium.core.localization.LocalizationManager
 
LocalizedLogger - Class in aquality.selenium.core.localization
 
LocalizedLogger(ILocalizationManager, Logger, ILoggerConfiguration) - Constructor for class aquality.selenium.core.localization.LocalizedLogger
 
logElementAction(String, Object...) - Method in class aquality.selenium.core.elements.Element
 
logElementState() - Method in class aquality.selenium.core.elements.Element
 
logElementState(String, String) - Method in class aquality.selenium.core.elements.ElementStateProvider
 
logElementState(String, String) - Method in interface aquality.selenium.core.elements.interfaces.ILogElementState
Logs element state.
Logger - Class in aquality.selenium.core.logging
This class is using for a creating extended log.
LoggerConfiguration - Class in aquality.selenium.core.configurations
 
LoggerConfiguration(ISettingsFile) - Constructor for class aquality.selenium.core.configurations.LoggerConfiguration
 
logPageSource() - Method in interface aquality.selenium.core.configurations.ILoggerConfiguration
Perform page source logging in case of catastrophic failures or not.
logPageSource() - Method in class aquality.selenium.core.configurations.LoggerConfiguration
 
logPageSource(WebDriverException) - Method in class aquality.selenium.core.elements.Element
 

R

RelativeElementFinder - Class in aquality.selenium.core.elements
Implementation of IElementFinder for a relative SearchContext.
RelativeElementFinder(ILocalizedLogger, IConditionalWait, Supplier<SearchContext>) - Constructor for class aquality.selenium.core.elements.RelativeElementFinder
 
removeAppender(Appender) - Method in class aquality.selenium.core.logging.Logger
Removes appender
resolveElementClass(Class<T>) - Method in class aquality.selenium.core.elements.ElementFactory
 
resolveState(ElementState) - Method in interface aquality.selenium.core.elements.interfaces.IElementFinder
Provides DesiredState with predicate for desired ElementState.
RetryConfiguration - Class in aquality.selenium.core.configurations
 
RetryConfiguration(ISettingsFile) - Constructor for class aquality.selenium.core.configurations.RetryConfiguration
 

S

sendKeys(String) - Method in class aquality.selenium.core.elements.Element
 
sendKeys(String) - Method in interface aquality.selenium.core.elements.interfaces.IElement
Sends keys
setApp(T) - Method in class aquality.selenium.core.applications.AqualityServices
Sets the application instance, saving it to DI container.
setImplicitWaitTimeout(Duration) - Method in interface aquality.selenium.core.applications.IApplication
Sets implicit wait timeout to Selenium WebDriver.
state() - Method in class aquality.selenium.core.elements.Element
 
state() - Method in interface aquality.selenium.core.elements.interfaces.IElement
Provides ability to define of element's state (whether it is displayed, exists or not) and respective waiting functions

T

TimeoutConfiguration - Class in aquality.selenium.core.configurations
 
TimeoutConfiguration(ISettingsFile) - Constructor for class aquality.selenium.core.configurations.TimeoutConfiguration
 
toString() - Method in enum aquality.selenium.core.elements.ElementState
 
tryInvokeFunction(Predicate<WebElement>) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
tryInvokeFunction(Predicate<WebElement>, List<Class<? extends Exception>>) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
tryToFindElements(By, DesiredState, AtomicBoolean, List<WebElement>, SearchContext) - Method in class aquality.selenium.core.elements.ElementFinder
 

V

valueOf(String) - Static method in enum aquality.selenium.core.elements.ElementsCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum aquality.selenium.core.elements.ElementState
Returns the enum constant of this type with the specified name.
values() - Static method in enum aquality.selenium.core.elements.ElementsCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum aquality.selenium.core.elements.ElementState
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(BooleanSupplier, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in class aquality.selenium.core.waitings.ConditionalWait
 
waitFor(ExpectedCondition<T>, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in class aquality.selenium.core.waitings.ConditionalWait
 
waitFor(BooleanSupplier) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Duration, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Duration, Duration, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(BooleanSupplier, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitFor(ExpectedCondition<T>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Duration, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Duration, Duration, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitFor(ExpectedCondition<T>, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Waits for function will be true or return some except false.
waitForClickable(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForClickable(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForClickable(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element clickable on the form.
waitForClickable() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element clickable on the form.
waitForCondition(BooleanSupplier, String, Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForDisplayed(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForDisplayed(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForDisplayed(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element displayed on the form.
waitForDisplayed() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element displayed on the form.
waitForElementsCount(By, ElementsCount, ElementState) - Method in class aquality.selenium.core.elements.ElementFactory
 
waitForEnabled(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForEnabled(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForEnabled(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Check that the element is enabled
waitForEnabled() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Check that the element is enabled (performed by a class member) Uses condition timeout from settings file for waiting
waitForExist(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForExist(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForExist(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element is exist in DOM (without visibility check).
waitForExist() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element is exist in DOM (without visibility check).
waitForNotDisplayed(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForNotDisplayed(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForNotDisplayed(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element displayed on the form.
waitForNotDisplayed() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits for is element displayed on the form.
waitForNotEnabled(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForNotEnabled(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForNotEnabled(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element does not enabled in DOM
waitForNotEnabled() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element does not enabled in DOM Uses condition timeout from settings file for waiting
waitForNotExist(Duration) - Method in class aquality.selenium.core.elements.CachedElementStateProvider
 
waitForNotExist(Duration) - Method in class aquality.selenium.core.elements.DefaultElementStateProvider
 
waitForNotExist(Duration) - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element does not exist in DOM (without visibility check).
waitForNotExist() - Method in interface aquality.selenium.core.elements.interfaces.IElementStateProvider
Waits until element does not exist in DOM (without visibility check).
waitForTrue(BooleanSupplier, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in class aquality.selenium.core.waitings.ConditionalWait
 
waitForTrue(BooleanSupplier) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Duration, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Duration) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Duration, Duration, String) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
waitForTrue(BooleanSupplier, Duration, Duration, String, Collection<Class<? extends Throwable>>) - Method in interface aquality.selenium.core.waitings.IConditionalWait
Wait for some condition within timeout.
warn(String, Object...) - Method in interface aquality.selenium.core.localization.ILocalizedLogger
Logs localized message with WARN level.
warn(String, Object...) - Method in class aquality.selenium.core.localization.LocalizedLogger
 
warn(String) - Method in class aquality.selenium.core.logging.Logger
Warning log
wasCached() - Method in class aquality.selenium.core.elements.ElementCacheHandler
 
wasCached() - Method in interface aquality.selenium.core.elements.interfaces.IElementCacheHandler
Determines was the element cached previously.
withCatchingTimeoutException() - Method in class aquality.selenium.core.elements.DesiredState
 
withThrowingNoSuchElementException() - Method in class aquality.selenium.core.elements.DesiredState
 
A C D E F G H I J L R S T V W 
Skip navigation links

Copyright © 2020. All rights reserved.