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

A

addData(String, Object) - Method in interface cz.etnetera.seleniumbrowser.source.DataSource
Adds data.
addDefaultProperties() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Loads properties from resource BasicBrowserConfiguration.DEFAULT_PROPERTIES_RESOURCE_NAME and adds them at the end of actual properties list.
addDefaultPropertiesAfter(String) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Loads properties from resource BasicBrowserConfiguration.DEFAULT_PROPERTIES_RESOURCE_NAME and adds them after specific key in actual properties list.
addDefaultPropertiesBefore(String) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Loads properties from resource BasicBrowserConfiguration.DEFAULT_PROPERTIES_RESOURCE_NAME and adds them before specific key in actual properties list.
addFileProperties(String, File) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from file and adds them at the end of actual properties list.
addFilePropertiesAfter(String, String, File) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from file and adds them after specific key in actual properties list.
addFilePropertiesBefore(String, String, File) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from file and adds them before specific key in actual properties list.
addListener(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Adds listener.
addProperties(String, Properties) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Adds properties at the end of actual properties list.
addPropertiesAfter(String, String, Properties) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Adds properties after specific key in actual properties list.
addPropertiesBefore(String, String, Properties) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Adds properties before specific key in actual properties list.
addResourceProperties(String, String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from resource by its name and adds them at the end of actual properties list with specific key.
addResourcePropertiesAfter(String, String, String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from resource by its name and adds them after specific key in actual properties list with specific key.
addResourcePropertiesBefore(String, String, String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from resource by its name and adds them before specific key in actual properties list with specific key.
addSystemProperties() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Adds System.getProperties() at the end of actual properties list.
addSystemPropertiesAfter(String) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Adds System.getProperties() after specific key in actual properties list.
addSystemPropertiesBefore(String) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Adds System.getProperties() before specific key in actual properties list.
afterBrowserQuit(AfterBrowserQuitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after Browser.quit().
AfterBrowserQuitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterBrowserQuitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterBrowserQuitEvent
 
afterChangeValueOf(AfterChangeValueOfEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after WebElement.clear(), WebElement.sendKeys(...)}.
afterChangeValueOf(WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterChangeValueOfEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterChangeValueOfEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterChangeValueOfEvent
 
afterClickOn(AfterClickOnEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after WebElement.click().
afterClickOn(WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterClickOnEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterClickOnEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterClickOnEvent
 
afterFindBy(AfterFindByEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after WebDriver.findElement(...), or WebDriver.findElements(...), or WebElement.findElement(...), or WebElement.findElements(...).
afterFindBy(By, WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterFindByEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterFindByEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterFindByEvent
 
afterInit() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
afterInit() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
afterInitElements() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
afterInitElements() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
afterModuleInit(AfterModuleInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after BrowserElement.init().
AfterModuleInitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterModuleInitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterModuleInitEvent
 
afterNavigateBack(AfterNavigateBackEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after navigate().back().
afterNavigateBack(WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterNavigateBackEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterNavigateBackEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateBackEvent
 
afterNavigateForward(AfterNavigateForwardEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after navigate().forward().
afterNavigateForward(WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterNavigateForwardEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterNavigateForwardEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateForwardEvent
 
afterNavigateTo(AfterNavigateToEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after get(String url) respectively navigate().to(String url).
afterNavigateTo(String, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterNavigateToEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterNavigateToEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateToEvent
 
afterPageInit(AfterPageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after Page.init().
afterPageInit(AfterPageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
afterPageInit(AfterPageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
AfterPageInitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterPageInitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterPageInitEvent
 
afterScript(AfterScriptEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called after RemoteWebDriver.executeScript(java.lang.String, java.lang.Object[]) .
afterScript(String, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
AfterScriptEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
AfterScriptEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.AfterScriptEvent
 
afterSetup() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
afterSetup() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
afterVerify() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
afterVerify() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
applyAnnotationConfiguration(PageConfig) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
applyBrowserConfiguration(Browser) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
applyConfiguration(BrowserConfiguration) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
assertAt(Class<?>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
assertAt(Class<?>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Asserts that actual page is a given class.

B

BASE_URL - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
BASE_URL_REGEX - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
baseUrl - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
baseUrl - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
baseUrlRegex - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
baseUrlRegex - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
BasicBrowserConfiguration - Class in cz.etnetera.seleniumbrowser.configuration
Configures browser.
BasicBrowserConfiguration() - Constructor for class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Constructs new instance with system and default properties.
beforeBrowserQuit(BeforeBrowserQuitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before Browser.quit().
beforeBrowserQuit(BeforeBrowserQuitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
beforeBrowserQuit(BeforeBrowserQuitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
BeforeBrowserQuitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeBrowserQuitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeBrowserQuitEvent
 
beforeChangeValueOf(BeforeChangeValueOfEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before WebElement.clear(), WebElement.sendKeys(...).
beforeChangeValueOf(WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeChangeValueOfEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeChangeValueOfEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeChangeValueOfEvent
 
beforeClickOn(BeforeClickOnEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before WebElement.click().
beforeClickOn(WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeClickOnEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeClickOnEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeClickOnEvent
 
beforeDriverConstruct(BeforeDriverConstructEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
BeforeDriverConstructEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeDriverConstructEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeDriverConstructEvent
 
beforeFindBy(BeforeFindByEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before WebDriver.findElement(...), or WebDriver.findElements(...), or WebElement.findElement(...), or WebElement.findElements(...).
beforeFindBy(By, WebElement, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeFindByEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeFindByEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeFindByEvent
 
beforeInit() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
beforeInit() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
beforeInitElements() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
beforeInitElements() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
beforeModuleInit(BeforeModuleInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before BrowserElement.init().
BeforeModuleInitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeModuleInitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeModuleInitEvent
 
beforeNavigateBack(BeforeNavigateBackEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before navigate().back().
beforeNavigateBack(WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeNavigateBackEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeNavigateBackEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateBackEvent
 
beforeNavigateForward(BeforeNavigateForwardEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before navigate().forward().
beforeNavigateForward(WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeNavigateForwardEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeNavigateForwardEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateForwardEvent
 
beforeNavigateTo(BeforeNavigateToEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before get(String url) respectively navigate().to(String url).
beforeNavigateTo(String, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeNavigateToEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeNavigateToEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateToEvent
 
beforePageInit(BeforePageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before Page.init().
beforePageInit(BeforePageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
beforePageInit(BeforePageInitEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
BeforePageInitEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforePageInitEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforePageInitEvent
 
beforeScript(BeforeScriptEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called before RemoteWebDriver.executeScript(java.lang.String, java.lang.Object[])
beforeScript(String, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
BeforeScriptEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
BeforeScriptEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.BeforeScriptEvent
 
beforeSetup() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
beforeSetup() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
beforeVerify() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
beforeVerify() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
blur() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
Loose focus from element.
Browser - Class in cz.etnetera.seleniumbrowser.browser
Wrapper class for WebDriver.
Browser() - Constructor for class cz.etnetera.seleniumbrowser.browser.Browser
Constructs a new instance with default configuration.
Browser(Class<T>) - Constructor for class cz.etnetera.seleniumbrowser.browser.Browser
Constructs a new instance with configuration constructed from given class.
Browser(BrowserConfiguration) - Constructor for class cz.etnetera.seleniumbrowser.browser.Browser
Constructs a new instance and configures it.
browser - Variable in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
browser - Variable in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
browser - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
BrowserConfiguration - Interface in cz.etnetera.seleniumbrowser.configuration
Interface for browser configuration.
BrowserConfigurationConstructException - Exception in cz.etnetera.seleniumbrowser.configuration
 
BrowserConfigurationConstructException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.configuration.BrowserConfigurationConstructException
 
BrowserContext - Interface in cz.etnetera.seleniumbrowser.browser
This is common interface for objects holding Browser and adds Browser specific methods directly in scope of Page, BrowserElement and Logic.
BrowserContextWait - Class in cz.etnetera.seleniumbrowser.browser
 
BrowserContextWait(BrowserContext, Clock, Sleeper, double, double) - Constructor for class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
BrowserContextWait(BrowserContext, double, double) - Constructor for class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
BrowserContextWait(BrowserContext, double) - Constructor for class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
BrowserContextWait(BrowserContext) - Constructor for class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
BrowserElement - Class in cz.etnetera.seleniumbrowser.element
Wraps WebElement and holds BrowserContext with WebDriver.
BrowserElement() - Constructor for class cz.etnetera.seleniumbrowser.element.BrowserElement
 
BrowserElementConstructException - Exception in cz.etnetera.seleniumbrowser.element
 
BrowserElementConstructException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.element.BrowserElementConstructException
 
BrowserElementList - Class in cz.etnetera.seleniumbrowser.element
List which holds elements loaded using BrowserElementLoader.
BrowserElementList(BrowserContext, List<WebElement>, Class<? extends BrowserElement>) - Constructor for class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
BrowserElementLoader - Class in cz.etnetera.seleniumbrowser.element
BrowserContext element loader.
BrowserElementLoader() - Constructor for class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
BrowserEvent - Class in cz.etnetera.seleniumbrowser.event
 
BrowserEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
BrowserException - Exception in cz.etnetera.seleniumbrowser.browser
 
BrowserException() - Constructor for exception cz.etnetera.seleniumbrowser.browser.BrowserException
 
BrowserException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.browser.BrowserException
 
BrowserException(String) - Constructor for exception cz.etnetera.seleniumbrowser.browser.BrowserException
 
BrowserException(Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.browser.BrowserException
 
BrowserFieldDecorator - Class in cz.etnetera.seleniumbrowser.element
PageFactory decorator which uses BrowserElementLoader for list loading.
BrowserFieldDecorator(BrowserContext) - Constructor for class cz.etnetera.seleniumbrowser.element.BrowserFieldDecorator
 
browserLabel - Variable in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
BrowserListener - Class in cz.etnetera.seleniumbrowser.listener
 
BrowserListener() - Constructor for class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
BrowserUtils - Class in cz.etnetera.seleniumbrowser.browser
Common helper methods.
BrowserUtils() - Constructor for class cz.etnetera.seleniumbrowser.browser.BrowserUtils
 
by - Variable in class cz.etnetera.seleniumbrowser.event.impl.FindByEvent
 

C

capabilities - Variable in class cz.etnetera.seleniumbrowser.event.impl.BeforeDriverConstructEvent
 
castString(String, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.source.PropertySource
 
ChainedPropertiesSource - Interface in cz.etnetera.seleniumbrowser.source
Properties list based source.
ChainedPropertiesSource.PropertiesValue - Class in cz.etnetera.seleniumbrowser.source
 
checkIfPresent(WebElement) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
checkIfPresent(WebElement) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Checks if element exists on actual page.
checkIfPresent() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
clear() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
click() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
configuration - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
configureFromAnnotation() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
configureFromBrowser() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
constructBrowserElement(Class<T>, BrowserContext, WebElement, boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
constructBrowserElement(Class<T>, WebElement, boolean) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Construct element defined by class.
constructEvent(Class<T>, BrowserContext) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Constructs a new instance of BrowserEvent subclass with given context and local time.
constructEvent(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Construct event defined by class.
constructEvent(Class<T>) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
constructLogic(Class<T>, BrowserContext) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
constructLogic(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Construct logic defined by class.
constructPage(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
constructPage(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Construct page defined by class.
context - Variable in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
context - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
context - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
context - Variable in class cz.etnetera.seleniumbrowser.element.BrowserFieldDecorator
 
context - Variable in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
context - Variable in class cz.etnetera.seleniumbrowser.logic.Logic
 
createDriver() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
createElementLocator(SearchContext, Field) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
createElementLocator(SearchContext, By) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
createElementLocator(SearchContext, By, boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
createElementLocator(Field) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Creates ElementLocator used to locate element.
createElementLocator(By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Creates ElementLocator used to locate element.
createElementLocator(By, boolean) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Creates ElementLocator used to locate element.
cz.etnetera.seleniumbrowser.browser - package cz.etnetera.seleniumbrowser.browser
 
cz.etnetera.seleniumbrowser.configuration - package cz.etnetera.seleniumbrowser.configuration
 
cz.etnetera.seleniumbrowser.context - package cz.etnetera.seleniumbrowser.context
 
cz.etnetera.seleniumbrowser.element - package cz.etnetera.seleniumbrowser.element
 
cz.etnetera.seleniumbrowser.event - package cz.etnetera.seleniumbrowser.event
 
cz.etnetera.seleniumbrowser.event.impl - package cz.etnetera.seleniumbrowser.event.impl
 
cz.etnetera.seleniumbrowser.listener - package cz.etnetera.seleniumbrowser.listener
 
cz.etnetera.seleniumbrowser.listener.impl - package cz.etnetera.seleniumbrowser.listener.impl
 
cz.etnetera.seleniumbrowser.logic - package cz.etnetera.seleniumbrowser.logic
 
cz.etnetera.seleniumbrowser.module - package cz.etnetera.seleniumbrowser.module
 
cz.etnetera.seleniumbrowser.page - package cz.etnetera.seleniumbrowser.page
 
cz.etnetera.seleniumbrowser.source - package cz.etnetera.seleniumbrowser.source
 

D

dataHolder - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
dataHolder - Variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
DataSource - Interface in cz.etnetera.seleniumbrowser.source
Data source.
decorate(ClassLoader, Field) - Method in class cz.etnetera.seleniumbrowser.element.BrowserFieldDecorator
 
DEFAULT_CONFIGURATION_KEY - Static variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
DEFAULT_PROPERTIES_KEY - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
DEFAULT_PROPERTIES_RESOURCE_NAME - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
disable(Class<? extends BrowserEvent>...) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Disables specific events only.
disabledEvents - Variable in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
driver - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 

E

element - Variable in class cz.etnetera.seleniumbrowser.event.impl.WebElementEvent
 
elementCls - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
elementLoader - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
enable(Class<? extends BrowserEvent>...) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Enables specific events only.
enabledEvents - Variable in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
ENCODING - Static variable in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
equals(Object) - Method in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 
escapeFileName(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
EventConstructException - Exception in cz.etnetera.seleniumbrowser.listener
 
EventConstructException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.listener.EventConstructException
 
EventFiringBrowserBridgeListener - Class in cz.etnetera.seleniumbrowser.listener
 
EventFiringBrowserBridgeListener(Browser) - Constructor for class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 

F

file - Variable in class cz.etnetera.seleniumbrowser.event.impl.OnFileSaveEvent
 
FILE_DATE_FORMATTER - Static variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
filePrefix - Variable in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
find(BrowserContext, By, Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
find(By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find all elements within the current context using the given mechanism.
find(BrowserContext, By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find all elements within the given context using the given mechanism.
find(By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find all elements within the current context using the given mechanism as instances of the given BrowserElement or its subclass.
find(BrowserContext, By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find all elements within the given context using the given mechanism as instances of the given BrowserElement or its subclass.
find(BrowserContext, By, Class<T>) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
find(BrowserContext, ClassLoader, Field, Class<T>) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
FindByDefault - Annotation Type in cz.etnetera.seleniumbrowser.element
Identifies element which is auto loaded by default strategy.
FindByEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
FindByEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.FindByEvent
 
findElement(By) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
findElement(By) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
findElement(By) - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
findElement(By) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
findElements(By) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
findElements(By) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
findElements(By) - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
findElements(By) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
findOne(BrowserContext, By, Class<T>, boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
findOne(By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the current context using the given mechanism.
findOne(BrowserContext, By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the given context using the given mechanism.
findOne(By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the current context using the given mechanism as instance of the given BrowserElement or its subclass.
findOne(BrowserContext, By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the given context using the given mechanism as instance of the given BrowserElement or its subclass.
findOne(BrowserContext, By, Class<T>, boolean) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the given context using the given mechanism as instance of the given BrowserElement or its subclass.
findOne(BrowserContext, By, Class<T>, boolean) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
findOne(BrowserContext, ClassLoader, Field, Class<T>, boolean) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
findOneOptional(By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the current context using the given mechanism.
findOneOptional(BrowserContext, By) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the given context using the given mechanism.
findOneOptional(By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the current context using the given mechanism as instance of the given BrowserElement or its subclass.
findOneOptional(BrowserContext, By, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Find the first element within the given context using the given mechanism as instance of the given BrowserElement or its subclass.

G

generateLabel() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
generateLabel() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
generateLabel() - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
get(int) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
getAttribute(String) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getBaseUrl() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Base URL for pages.
getBaseUrl() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getBaseUrl() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Base URL for pages.
getBaseUrl() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getBaseUrlRegex() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Base URL regex for pages.
getBaseUrlRegex() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getBaseUrlRegex() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Base URL regex for pages.
getBaseUrlRegex() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getBrowser() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getBrowser() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns Browser instance.
getBrowser(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns Browser instance casted to specific type.
getBrowser() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getBrowser() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getBrowser(Class<T>) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getBrowser() - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
getBrowser() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getBy() - Method in class cz.etnetera.seleniumbrowser.event.impl.FindByEvent
 
getCapabilities() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getCapabilities() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns optional DesiredCapabilities.
getCapabilities() - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeDriverConstructEvent
 
getClasses() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
Returns the class names present on element.
getConfiguration() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getConfiguration(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getConfiguration() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns BrowserConfiguration instance.
getConfiguration(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns BrowserConfiguration instance casted to specific type.
getContext() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getContext() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns parent BrowserContext instance.
getContext(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns parent BrowserContext instance casted to specific type.
getContext() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getContext() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getContext() - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
getContext() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getCoordinates() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getCssValue(String) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getData(String, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.source.DataSource
Returns data casted to given type.
getDataHolder() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getDataHolder() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
 
getDataHolder() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getDataHolder() - Method in interface cz.etnetera.seleniumbrowser.source.DataSource
Returns map which holds data.
getDefaultBaseUrl() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Default base URL for pages.
getDefaultBaseUrlRegex() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Default base URL regex for pages.
getDefaultCapabilities() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns optional default DesiredCapabilities.
getDefaultDriver(DesiredCapabilities) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns default WebDriver instance.
getDefaultListeners() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns default list of browser event listeners.
getDefaultReportDir() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns default directory for storing browser files.
getDefaultWaitRetryInterval() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns default wait retry interval.
getDefaultWaitTimeout() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Returns default wait timeout.
getDriver() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getDriver(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getDriver() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns wrapped WebDriver instance.
getDriver(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns wrapped WebDriver instance casted to specific type.
getDriver(DesiredCapabilities) - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getDriver(DesiredCapabilities) - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns WebDriver instance.
getDriver() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getDriver(Class<T>) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getElement() - Method in class cz.etnetera.seleniumbrowser.event.impl.WebElementEvent
 
getElementLoader() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getEventFileName(String) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getFile() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnFileSaveEvent
 
getFilePath(String, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getJavascriptLibrary() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getKey() - Method in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 
getLabel() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Browser label which is mainly used for reporting.
getLabel() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
getListenerFileName(String) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
getListeners() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getListeners() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns list of browser event listeners.
getLocation() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getMergedProperties() - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
 
getModule() - Method in class cz.etnetera.seleniumbrowser.event.impl.ModuleEvent
 
getModule() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnModuleInitExceptionEvent
 
getPage() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getPage(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getPage() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns actual page or null if browser has no page initiated.
getPage(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns actual page casted to given type or null if browser has no page initiated.
getPage() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnPageInitExceptionEvent
 
getPage() - Method in class cz.etnetera.seleniumbrowser.event.impl.PageEvent
 
getProperties() - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
 
getProperties(String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Returns properties with given key.
getProperties() - Method in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 
getProperties() - Method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
getPropertiesHolder() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getPropertiesHolder() - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
 
getPropertiesWithKeys() - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
 
getProperty(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getProperty(String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
 
getProperty(String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
 
getProperty(String) - Method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
getProperty(String) - Method in interface cz.etnetera.seleniumbrowser.source.PropertySource
Returns property as String.
getProperty(String, String) - Method in interface cz.etnetera.seleniumbrowser.source.PropertySource
Returns property as String.
getProperty(String, Class<T>) - Method in interface cz.etnetera.seleniumbrowser.source.PropertySource
Returns property casted to given type.
getProperty(String, Class<T>, T) - Method in interface cz.etnetera.seleniumbrowser.source.PropertySource
Returns property casted to given type.
getReportDir() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Returns reporting directory, which is used as root directory for files stored using BrowserContext.saveFile(File, String, String) and similar methods.
getReportDir() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getReportDir() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns directory for storing browser files.
getScreenshotAs(OutputType<X>) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getScript() - Method in class cz.etnetera.seleniumbrowser.event.impl.ScriptEvent
 
getSize() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getTagName() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getText() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getThrowable() - Method in class cz.etnetera.seleniumbrowser.event.impl.OnExceptionEvent
 
getTime() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
getUniqueFilePath(String, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getUri() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getUriRegex() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getUrl() - Method in class cz.etnetera.seleniumbrowser.event.impl.UrlEvent
 
getUrl() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getUrlRegex() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getUtils() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Returns utils instance.
getUtils() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns browser utilities instance.
getWaitRetryInterval() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getWaitRetryInterval() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns default wait retry interval.
getWaitRetryInterval() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getWaitRetryInterval() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns wait retry interval.
getWaitRetryInterval() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getWaitRetryInterval() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getWaitTimeout() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
getWaitTimeout() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns default wait timeout.
getWaitTimeout() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
getWaitTimeout() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Returns wait timeout.
getWaitTimeout() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getWaitTimeout() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
getWebElement() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
getWrappedDriver() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
 
getWrappedElement() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
goTo(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
goTo(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
goTo(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Go to page defined by class.
goTo(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Go to already constructed page.
goTo() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
goToSafely(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
goToSafely(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
goToSafely(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Safely go to page defined by class.
goToSafely(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Safely go to already constructed page.
goToUrl(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
goToUrl(String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Go to specific URL.

H

hasClass(String) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
Returns true if element has the given class.
hashCode() - Method in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 

I

ignoreAll(Collection<Class<? extends K>>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
ignoring(Class<? extends Throwable>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
init(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
init(BrowserConfiguration) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
init() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
init() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
It is called after putting it into browser.
init() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
init() - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
Is called before event is triggered.
init(Browser) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Initialize listener.
init(Browser) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
init(Browser) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
init() - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
init() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
initBrowserElement(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initBrowserElement(Class<T>, BrowserContext, WebElement, boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initBrowserElement(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize already constructed element.
initBrowserElement(Class<T>, WebElement, boolean) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize element defined by class.
initBrowserElement(BrowserContext, WebElement, Class<T>, boolean) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
initBrowserElements(BrowserContext, List<WebElement>, Class<T>) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
initDefault() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initElements(BrowserContext) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initElements() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize elements annotated with FindBy and similar annotations.
initListeners() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initLogic(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initLogic(Class<T>, BrowserContext) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initLogic(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize logic defined by class.
initLogic(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize logic defined by class.
initOnePage(Object...) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initOnePage(Object...) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize first of matching page.
initOnePageSafely(Object...) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initOnePageSafely(Object...) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Safely initialize first of matching page.
initPage(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initPage(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initPage(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize page defined by class.
initPage(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Initialize already constructed page.
initPageSafely(Class<T>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initPageSafely(T) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
initPageSafely(Class<T>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Safely initialize page defined by class.
initPageSafely(T) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Safely initialize already constructed page.
initPresent() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
Called when BrowserElement is initiated and is present or before getting wrapped WebElement which was not present and is present now.
initPresent() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
isAt(Class<?>) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
isAt(Class<?>) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Check if actual page is a given class.
isDefaultReported() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Is storing files using browser enabled as default? Override this for different value.
isDefaultUrlVerification() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Is URL on pages verified as default? Override this for different value.
isDisplayed() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isEnabled() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isEnabled(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
isEnabled(Class<? extends BrowserEvent>) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
isNotPresent(WebElement) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
isNotPresent(WebElement) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns true if element does not exists on actual page.
isNotPresent() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isOptional() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isPresent(WebElement) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
isPresent(WebElement) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Returns true if element exists on actual page.
isPresent() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isReported() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Is storing files using browser enabled.
isReported() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
isReported() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Is storing files using browser enabled?
isScreenshotDriver(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
isSelected() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
isSupported(Field) - Method in class cz.etnetera.seleniumbrowser.element.BrowserFieldDecorator
 
isUrlVerification() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Is URL on pages verified?
isUrlVerification() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
isUrlVerification() - Method in interface cz.etnetera.seleniumbrowser.configuration.BrowserConfiguration
Is URL on pages verified?
isUrlVerification() - Method in class cz.etnetera.seleniumbrowser.page.Page
 

J

javascriptLibrary - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
join(String, Object...) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserUtils
 
join(String, List<Object>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserUtils
 
join(String, Stream<Object>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserUtils
 

K

key - Variable in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 

L

label - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
label - Variable in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
label - Variable in class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
label - Variable in class cz.etnetera.seleniumbrowser.listener.BrowserListener
 
LABEL_DELIMITER - Static variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
listeners - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
loadProperties(Object) - Static method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
loadProperties(Properties) - Static method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
loadProperties(File) - Static method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
loadProperties(String) - Static method in interface cz.etnetera.seleniumbrowser.source.PropertiesSource
 
Logic - Class in cz.etnetera.seleniumbrowser.logic
Basic logic.
Logic() - Constructor for class cz.etnetera.seleniumbrowser.logic.Logic
 
LogicConstructException - Exception in cz.etnetera.seleniumbrowser.logic
 
LogicConstructException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.logic.LogicConstructException
 

M

module - Variable in class cz.etnetera.seleniumbrowser.event.impl.ModuleEvent
 
module - Variable in class cz.etnetera.seleniumbrowser.event.impl.OnModuleInitExceptionEvent
 
Module - Class in cz.etnetera.seleniumbrowser.module
Basic module which supports elements and modules auto loading similar as Page.
Module() - Constructor for class cz.etnetera.seleniumbrowser.module.Module
 
ModuleEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
ModuleEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.ModuleEvent
 

N

notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterBrowserQuitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterChangeValueOfEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterClickOnEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterFindByEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterModuleInitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateBackEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateForwardEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterNavigateToEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterPageInitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.AfterScriptEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeBrowserQuitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeChangeValueOfEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeClickOnEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeDriverConstructEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeFindByEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeModuleInitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateBackEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateForwardEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeNavigateToEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforePageInitEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeScriptEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnExceptionEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnFileSaveEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnModuleInitExceptionEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnPageInitExceptionEvent
 
notify(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
notifyEnabled(BrowserListener) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 

O

onException(OnExceptionEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called whenever an exception would be thrown.
onException(Throwable, WebDriver) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 
OnExceptionEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
OnExceptionEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.OnExceptionEvent
 
onFileSave(OnFileSaveEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called on BrowserContext.saveFile(File, String, String) and similar methods.
OnFileSaveEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
OnFileSaveEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.OnFileSaveEvent
 
onModuleInitException(OnModuleInitExceptionEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called whenever an exception would be thrown in BrowserElement.init().
OnModuleInitExceptionEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
OnModuleInitExceptionEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.OnModuleInitExceptionEvent
 
onPageInitException(OnPageInitExceptionEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Called whenever an exception would be thrown in Page.init().
OnPageInitExceptionEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
OnPageInitExceptionEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.OnPageInitExceptionEvent
 
onReport(OnReportEvent) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
onReport(OnReportEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
onReport(OnReportEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
OnReportEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
OnReportEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
optional - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
OptionalElement - Annotation Type in cz.etnetera.seleniumbrowser.element
Identifies element which is not required to be present when using PageFactory.

P

page - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
page - Variable in class cz.etnetera.seleniumbrowser.event.impl.OnPageInitExceptionEvent
 
page - Variable in class cz.etnetera.seleniumbrowser.event.impl.PageEvent
 
Page - Class in cz.etnetera.seleniumbrowser.page
Basic page which supports elements and modules auto loading with fluent redirection to another pages.
Page() - Constructor for class cz.etnetera.seleniumbrowser.page.Page
 
PageConfig - Annotation Type in cz.etnetera.seleniumbrowser.page
Allows configure page object directly instead of tweaking its properties and methods.
PageConstructException - Exception in cz.etnetera.seleniumbrowser.page
 
PageConstructException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.page.PageConstructException
 
PageEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
PageEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.PageEvent
 
PageException - Exception in cz.etnetera.seleniumbrowser.page
 
PageException() - Constructor for exception cz.etnetera.seleniumbrowser.page.PageException
 
PageException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.page.PageException
 
PageException(String) - Constructor for exception cz.etnetera.seleniumbrowser.page.PageException
 
PageException(Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.page.PageException
 
PageSourceListener - Class in cz.etnetera.seleniumbrowser.listener.impl
 
PageSourceListener() - Constructor for class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
pollingEvery(long, TimeUnit) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
PREFIX - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
present - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
properties - Variable in class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 
PROPERTIES_CONFIGURATION_KEY - Static variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
propertiesHolder - Variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
PropertiesSource - Interface in cz.etnetera.seleniumbrowser.source
Properties based source.
PropertiesValue(String, Properties) - Constructor for class cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource.PropertiesValue
 
PropertySource - Interface in cz.etnetera.seleniumbrowser.source
Property based source.
proxyForListLocator(ClassLoader, ElementLocator) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
proxyForLocator(ClassLoader, ElementLocator) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementLoader
 
pushDefaultProperties() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Loads properties from resource BasicBrowserConfiguration.DEFAULT_PROPERTIES_RESOURCE_NAME and pushes them at the start of actual properties list.
pushFileProperties(String, File) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from file and pushes them at the start of actual properties list with specific key.
pushProperties(String, Properties) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Pushes properties at the start of actual properties list with specific key.
pushResourceProperties(String, String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Loads properties from resource by its name and pushes them at the start of actual properties list with specific key.
pushSystemProperties() - Method in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
Pushes System.getProperties() at the start of actual properties list.

Q

quit() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Quits browser and wrapped WebDriver.

R

removeData(String) - Method in interface cz.etnetera.seleniumbrowser.source.DataSource
Removes data.
removeProperties(String) - Method in interface cz.etnetera.seleniumbrowser.source.ChainedPropertiesSource
Removes properties with given key.
report(BrowserContext, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Triggers OnReportEvent with given context and label.
report(String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Triggers OnReportEvent with given label.
REPORT_DIR - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
reportDir - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
reported - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
REPORTED - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 

S

saveFile(String, String, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
saveFile(byte[], String, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
saveFile(File, String, String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
saveFile(String, String, String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Saves string into named file with extension.
saveFile(byte[], String, String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Saves bytes into named file with extension.
saveFile(File, String, String) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Saves file into named file with extension.
saveFile(String, String, String) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
saveFile(byte[], String, String) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
saveFile(File, String, String) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
saveFile(BrowserEvent, String, String, String) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Save string content into output file with given name and extension.
saveFile(BrowserEvent, byte[], String, String) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Save bytes into output file with given name and extension.
saveFile(BrowserEvent, File, String, String) - Method in class cz.etnetera.seleniumbrowser.listener.BrowserListener
Save file into output file with given name and extension.
savePageSource(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.PageSourceListener
 
ScreenshotListener - Class in cz.etnetera.seleniumbrowser.listener.impl
 
ScreenshotListener() - Constructor for class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
script - Variable in class cz.etnetera.seleniumbrowser.event.impl.ScriptEvent
 
ScriptEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
ScriptEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.ScriptEvent
 
sendKeys(CharSequence...) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
setBaseUrl(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Updates base URL
setBaseUrlRegex(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Updates base URL regex
setLabel(String) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Modify browser label
setLabel(String...) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Modify browser label joining given labels.
setPage(Page) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
setPage(Page) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Sets actual browser page.
setReported(boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Toggles storing files using browser.
setup() - Method in class cz.etnetera.seleniumbrowser.module.Module
Override this method to initialize custom elements or do some other things before verification.
setup() - Method in class cz.etnetera.seleniumbrowser.page.Page
Override this method to initialize custom elements or do some other things before verification.
setUrlVerification(boolean) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Toggles pages URL verification.
setWaitRetryInterval(double) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Sets default wait retry interval.
setWaitRetryInterval(double) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
setWaitTimeout(double) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Sets default wait timeout.
setWaitTimeout(double) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
size() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
sleep() - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
Sleeps for defined timeout without checking for any condition.
sleeper - Variable in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
submit() - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
SYSTEM_PROPERTIES_KEY - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 

T

takeScreenshot(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.listener.impl.ScreenshotListener
 
throwable - Variable in class cz.etnetera.seleniumbrowser.event.impl.OnExceptionEvent
 
time - Variable in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
timeout - Variable in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
timeoutException(String, Throwable) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
triggerEvent(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.browser.Browser
 
triggerEvent(BrowserEvent) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Triggers BrowserEvent.
triggerEvent(BrowserEvent) - Method in class cz.etnetera.seleniumbrowser.listener.EventFiringBrowserBridgeListener
 

U

untilTrue(Predicate<BrowserContext>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
Until method using predicate functional interface.
untilValid(Function<BrowserContext, V>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
Until method using function functional interface.
uri - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
uriRegex - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
url - Variable in class cz.etnetera.seleniumbrowser.event.impl.UrlEvent
 
url - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
URL_VERIFICATION - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
UrlEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
UrlEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.UrlEvent
 
urlRegex - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
urlVerification - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
urlVerification - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
useEnclosingMethodLabel() - Method in class cz.etnetera.seleniumbrowser.browser.Browser
Sets label using enclosing method class name and method name.
utils - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 

V

VerificationException - Exception in cz.etnetera.seleniumbrowser.context
 
VerificationException() - Constructor for exception cz.etnetera.seleniumbrowser.context.VerificationException
 
VerificationException(String, Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.context.VerificationException
 
VerificationException(String) - Constructor for exception cz.etnetera.seleniumbrowser.context.VerificationException
 
VerificationException(Throwable) - Constructor for exception cz.etnetera.seleniumbrowser.context.VerificationException
 
verify() - Method in class cz.etnetera.seleniumbrowser.module.Module
 
verify() - Method in class cz.etnetera.seleniumbrowser.page.Page
 
verifyThis() - Method in class cz.etnetera.seleniumbrowser.module.Module
Override this method to perform custom check after all fields are initiated and setup is done.
verifyThis() - Method in class cz.etnetera.seleniumbrowser.page.Page
Override this method to perform custom check after all fields are initiated and setup is done.
verifyUrl() - Method in class cz.etnetera.seleniumbrowser.page.Page
 

W

WAIT_RETRY_INTERVAL - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
WAIT_TIMEOUT - Static variable in class cz.etnetera.seleniumbrowser.configuration.BasicBrowserConfiguration
 
waiting(Clock, Sleeper, double, double) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Constructs new wait instance using default waiting settings with specific clock to use when measuring the timeout, specific sleeper to use to put the thread to sleep between evaluation loops, specific timeout in seconds and retry interval in seconds.
waiting(double, double) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Constructs new wait instance using default waiting settings with specific timeout in seconds and retry interval in seconds.
waiting(double) - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Constructs new wait instance using default waiting settings with specific timeout in seconds.
waiting() - Method in interface cz.etnetera.seleniumbrowser.browser.BrowserContext
Constructs new wait instance using default waiting settings.
waitPageBeforeInitTimeout - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
waitRetryInterval - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
waitRetryInterval - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
waitTimeout - Variable in class cz.etnetera.seleniumbrowser.browser.Browser
 
waitTimeout - Variable in class cz.etnetera.seleniumbrowser.page.Page
 
webElement - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
WebElementEvent - Class in cz.etnetera.seleniumbrowser.event.impl
 
WebElementEvent() - Constructor for class cz.etnetera.seleniumbrowser.event.impl.WebElementEvent
 
webElements - Variable in class cz.etnetera.seleniumbrowser.element.BrowserElementList
 
with(BrowserContext, WebElement, boolean) - Method in class cz.etnetera.seleniumbrowser.element.BrowserElement
 
with(BrowserContext, LocalDateTime) - Method in class cz.etnetera.seleniumbrowser.event.BrowserEvent
 
with(DesiredCapabilities) - Method in class cz.etnetera.seleniumbrowser.event.impl.BeforeDriverConstructEvent
 
with(By, WebElement) - Method in class cz.etnetera.seleniumbrowser.event.impl.FindByEvent
 
with(Module) - Method in class cz.etnetera.seleniumbrowser.event.impl.ModuleEvent
 
with(Throwable) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnExceptionEvent
 
with(File) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnFileSaveEvent
 
with(Module, Throwable) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnModuleInitExceptionEvent
 
with(Page, Throwable) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnPageInitExceptionEvent
 
with(String) - Method in class cz.etnetera.seleniumbrowser.event.impl.OnReportEvent
 
with(Page) - Method in class cz.etnetera.seleniumbrowser.event.impl.PageEvent
 
with(String) - Method in class cz.etnetera.seleniumbrowser.event.impl.ScriptEvent
 
with(String) - Method in class cz.etnetera.seleniumbrowser.event.impl.UrlEvent
 
with(WebElement) - Method in class cz.etnetera.seleniumbrowser.event.impl.WebElementEvent
 
with(BrowserContext) - Method in class cz.etnetera.seleniumbrowser.logic.Logic
 
with(Browser) - Method in class cz.etnetera.seleniumbrowser.page.Page
 
withMessage(String) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
withMessage(Supplier<String>) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
withTimeout(long, TimeUnit) - Method in class cz.etnetera.seleniumbrowser.browser.BrowserContextWait
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016 Etnetera a.s.. All rights reserved.