Package | Description |
---|---|
me.alb_i986.selenium.tinafw.domain | |
me.alb_i986.selenium.tinafw.ui |
Constructor and Description |
---|
Browser(WebDriverFactory driverFactory)
Create a Browser and inject the given
WebDriverFactory . |
Modifier and Type | Class and Description |
---|---|
class |
WebDriverFactoryDecorator |
class |
WebDriverFactoryDecoratorHandleCertErrOnIE
Decorate a WebDriver so that it can handle the certificate
error page that IE displays when navigating to a website
with https, but with an invalid certificate (e.g.
|
class |
WebDriverFactoryDecoratorImplicitWait
Decorate the instantiated WebDriver with an
implicit wait of the given number of seconds.
|
class |
WebDriverFactoryLocal
Factory that creates
WebDriver s which drive browsers on the local machine. |
class |
WebDriverFactoryRemote
Create instances of
WebDriver (specifically, RemoteWebDriver )
which can drive a browser on a remote machine, part of a
Selenium Grid. |
Modifier and Type | Field and Description |
---|---|
static WebDriverFactory |
WebDriverFactoryProvider.fromConfig
A
WebDriverFactory according to the settings:
a WebDriverFactoryLocal if Config.PROP_GRID_HUB_URL is
not defined;
else, a WebDriverFactoryRemote
finally, decorate it with WebDriverFactoryDecoratorImplicitWait , if
Config.PROP_TIMEOUT_IMPLICIT_WAIT is defined
|
Constructor and Description |
---|
WebDriverFactoryDecorator(WebDriverFactory baseFactory) |
WebDriverFactoryDecoratorHandleCertErrOnIE(WebDriverFactory decoratingFactory) |
WebDriverFactoryDecoratorImplicitWait(long seconds,
WebDriverFactory baseFactory) |
Copyright © 2015. All rights reserved.