Arquillian Drone Extension Support for WebDriver 2.0.0.Alpha5
A B C D E F G H I L O P R S T U W 

A

AugmentingEnhancer - Class in org.jboss.arquillian.drone.webdriver.augmentation
Augments RemoteWebDriver instances so that it implements all interfaces determined by provided Capabilities.
AugmentingEnhancer() - Constructor for class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
 

B

BrowserCapabilitiesList - Class in org.jboss.arquillian.drone.webdriver.factory
An internal mapping between browser capabilities property, implementation class and DesiredCapabilities.
BrowserCapabilitiesList() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList
 
BrowserCapabilitiesList.Chrome - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.Chrome() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Chrome
 
BrowserCapabilitiesList.Firefox - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.Firefox() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Firefox
 
BrowserCapabilitiesList.HtmlUnit - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.HtmlUnit() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.HtmlUnit
 
BrowserCapabilitiesList.InternetExplorer - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.InternetExplorer() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.InternetExplorer
 
BrowserCapabilitiesList.Opera - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.Opera() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Opera
 
BrowserCapabilitiesList.PhantomJS - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.PhantomJS() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.PhantomJS
 
BrowserCapabilitiesList.Remote - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.Remote() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Remote
 
BrowserCapabilitiesList.Safari - Class in org.jboss.arquillian.drone.webdriver.factory
 
BrowserCapabilitiesList.Safari() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Safari
 
BrowserCapabilitiesRegistrar - Class in org.jboss.arquillian.drone.webdriver.impl
 
BrowserCapabilitiesRegistrar() - Constructor for class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistrar
 
BrowserCapabilitiesRegistryImpl - Class in org.jboss.arquillian.drone.webdriver.impl
 
BrowserCapabilitiesRegistryImpl() - Constructor for class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistryImpl
 

C

canEnhance(InstanceOrCallableInstance, Class<?>, Class<? extends Annotation>) - Method in class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
 
ChromeDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for ChromeDriver.
ChromeDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
CONFIGURATION_NAME - Static variable in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
configure(ArquillianDescriptor, Class<? extends Annotation>) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
createConfiguration(ArquillianDescriptor, DronePoint<ChromeDriver>) - Method in class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.FirefoxDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.HtmlUnitDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.OperaDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.PhantomJSDriverFactory
 
createInstance(SessionId, Capabilities) - Static method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.SafariDriverFactory
 
createInstance(WebDriverConfiguration) - Method in class org.jboss.arquillian.drone.webdriver.factory.WebDriverFactory
 
createRemoteDriver(URL, Capabilities) - Method in class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 

D

deenhance(RemoteWebDriver, Class<? extends Annotation>) - Method in class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
Unwraps the instance
DEFAULT_BROWSER_CAPABILITIES - Static variable in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
DEFAULT_FILE - Static variable in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage
 
DEFAULT_INTERNET_EXPLORER_PORT - Static variable in class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
DEFAULT_REMOTE_URL - Static variable in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
deserializeFromBytes(Class<T>, byte[]) - Static method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationUtils
Takes byte array representing serialized object and constructs its object form
destroyInstance(ChromeDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
destroyInstance(FirefoxDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.FirefoxDriverFactory
 
destroyInstance(HtmlUnitDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.HtmlUnitDriverFactory
 
destroyInstance(InternetExplorerDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
destroyInstance(OperaDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.OperaDriverFactory
 
destroyInstance(PhantomJSDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.PhantomJSDriverFactory
 
destroyInstance(RemoteWebDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 
destroyInstance(SafariDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.SafariDriverFactory
 
destroyInstance(WebDriver) - Method in class org.jboss.arquillian.drone.webdriver.factory.WebDriverFactory
 
DRONE_AUGMENTED - Static variable in class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
 
DroneWebDriverExtension - Class in org.jboss.arquillian.drone.webdriver
Arquillian Drone support for WebDriver
DroneWebDriverExtension() - Constructor for class org.jboss.arquillian.drone.webdriver.DroneWebDriverExtension
 

E

enableClass(String) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationWhitelist
 
enhance(RemoteWebDriver, Class<? extends Annotation>) - Method in class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
Augments the instance
equals(Object) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 
equals(Object) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 

F

FILE_STORE_PROPERTY - Static variable in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage
 
FirefoxDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for FirefoxDriver.
FirefoxDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.FirefoxDriverFactory
 
FirefoxPrefsReader - Class in org.jboss.arquillian.drone.webdriver.utils
 
FirefoxPrefsReader() - Constructor for class org.jboss.arquillian.drone.webdriver.utils.FirefoxPrefsReader
 
fromRemoteWebDriver(RemoteWebDriver) - Static method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriver
Creates the ReusableRemoteWebDriver from valid RemoteWebDriver instance.
fromReusedSession(URL, Capabilities, SessionId) - Static method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriver
Reuses browser session using sessionId and desiredCapabilities as fully-initialized Capabilities object from the previous RemoteWebDriver session.

G

getAllBrowserCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistryImpl
 
getBrowser() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 
getChromeDriverBinary() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getConfigurationName() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getDesiredCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 
getDimensions() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.FirefoxDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.HtmlUnitDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.OperaDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.PhantomJSDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.SafariDriverFactory
 
getDriverReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.WebDriverFactory
 
getEntryByImplementationClassName(String) - Method in class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistryImpl
Deprecated.
getEntryFor(String) - Method in class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistryImpl
 
getIeDriverBinary() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getIePort() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getImplementationClass() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Chrome
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Firefox
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.HtmlUnit
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.InternetExplorer
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Opera
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.PhantomJS
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Remote
 
getImplementationClassName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Safari
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.augmentation.AugmentingEnhancer
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Chrome
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Firefox
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.HtmlUnit
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.InternetExplorer
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Opera
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.PhantomJS
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Remote
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Safari
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.ChromeDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.FirefoxDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.HtmlUnitDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.OperaDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.PhantomJSDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.SafariDriverFactory
 
getPrecedence() - Method in class org.jboss.arquillian.drone.webdriver.factory.WebDriverFactory
 
getPreferences(File) - Static method in class org.jboss.arquillian.drone.webdriver.utils.FirefoxPrefsReader
Reads Firefox preferences in specific format from file and
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Chrome
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Firefox
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.HtmlUnit
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.InternetExplorer
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Opera
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.PhantomJS
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Remote
 
getRawCapabilities() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Safari
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Chrome
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Firefox
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.HtmlUnit
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.InternetExplorer
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Opera
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.PhantomJS
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Remote
 
getReadableName() - Method in class org.jboss.arquillian.drone.webdriver.factory.BrowserCapabilitiesList.Safari
 
getRemoteAddress() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
getSessionId() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 
getUrl() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 

H

hashCode() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 
hashCode() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 
HtmlUnitDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for HtmlUnitDriver.
HtmlUnitDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.HtmlUnitDriverFactory
 

I

InitializationParameter - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
InitializationParameter(URL, Capabilities) - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 
InitializationParametersMap - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Contains a map of initialization parameters available in run time in time period between a reusable browser is created and destroyed
InitializationParametersMap() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParametersMap
 
initialize(BeforeSuite) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriverExtension
 
InternetExplorerDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for InternetExplorerDriver.
InternetExplorerDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory
 
isEnabled(String) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationWhitelist
 
isRemote() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
isRemoteReusable() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
isReuseCookies() - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 

L

loadStore() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage
 
loadStore() - Method in interface org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentStorage
 

O

OperaDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for OperaDriver.
OperaDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.OperaDriverFactory
 
org.jboss.arquillian.drone.webdriver - package org.jboss.arquillian.drone.webdriver
 
org.jboss.arquillian.drone.webdriver.augmentation - package org.jboss.arquillian.drone.webdriver.augmentation
 
org.jboss.arquillian.drone.webdriver.configuration - package org.jboss.arquillian.drone.webdriver.configuration
 
org.jboss.arquillian.drone.webdriver.factory - package org.jboss.arquillian.drone.webdriver.factory
 
org.jboss.arquillian.drone.webdriver.factory.remote.reusable - package org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
org.jboss.arquillian.drone.webdriver.impl - package org.jboss.arquillian.drone.webdriver.impl
 
org.jboss.arquillian.drone.webdriver.utils - package org.jboss.arquillian.drone.webdriver.utils
 
org.jboss.arquillian.drone.webdriver.window - package org.jboss.arquillian.drone.webdriver.window
 

P

PersistReusedSessionsEvent - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
PersistReusedSessionsEvent() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.PersistReusedSessionsEvent
 
persistStore(PersistReusedSessionsEvent) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriverExtension
 
PhantomJSDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for PhantomJSDriver.
PhantomJSDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.PhantomJSDriverFactory
 
pull(InitializationParameter) - Method in interface org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionStore
 
pull(InitializationParameter) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionStoreImpl
 

R

register(LoadableExtension.ExtensionBuilder) - Method in class org.jboss.arquillian.drone.webdriver.DroneWebDriverExtension
 
register(BeforeSuite) - Method in class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistrar
 
registerBrowserCapabilitiesFor(String, BrowserCapabilities) - Method in class org.jboss.arquillian.drone.webdriver.impl.BrowserCapabilitiesRegistryImpl
Registers a browser capability object for given key
RemoteWebDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
 
RemoteWebDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.RemoteWebDriverFactory
 
resizeBrowserWindow(AfterDroneInstantiated) - Method in class org.jboss.arquillian.drone.webdriver.window.WindowResizer
 
resizeBrowserWindow(AfterDroneEnhanced) - Method in class org.jboss.arquillian.drone.webdriver.window.WindowResizer
 
resolveClass(ObjectStreamClass) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationUtils.LookAheadObjectInputStream
Only deserialize instances of our expected Bicycle class
ReusableRemoteWebDriver - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Reusable remote driver provides same functionality like RemoteWebDriver, but it additionally allows to reuse browser session.
ReusableRemoteWebDriver(CommandExecutor, Capabilities, SessionId) - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriver
 
ReusableRemoteWebDriverExtension - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
ReusableRemoteWebDriverExtension() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriverExtension
 
ReusedSession - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
ReusedSessionPermanentFileStorage - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Loads and writes ReusedSessionStore from/to file.
ReusedSessionPermanentFileStorage() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage
 
ReusedSessionPermanentStorage - Interface in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Loads and writes ReusedSessionStore to permanent storage.
ReusedSessionStore - Interface in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
ReusedSessionStoreImpl - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Storage for ReusedSession.
ReusedSessionStoreImpl() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionStoreImpl
 

S

SafariDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for SafariDriver.
SafariDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.SafariDriverFactory
 
SerializationUtils - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
The utility methods for serializing / deserializing objects
SerializationUtils() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationUtils
 
SerializationUtils.LookAheadObjectInputStream - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
 
SerializationUtils.LookAheadObjectInputStream(InputStream, SerializationWhitelist) - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationUtils.LookAheadObjectInputStream
 
SerializationWhitelist - Class in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
List of classes that can be serialized and deserialized.
SerializationWhitelist() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationWhitelist
 
serializeToBytes(Serializable) - Static method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.SerializationUtils
Takes serializable object and serializes it to the byte array
setBrowser(String) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setBrowserInternal(BrowserCapabilities) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setChromeDriverBinary(String) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setDimensions(String) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setIeDriverBinary(String) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setIePort(int) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setRemote(boolean) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setRemoteAddress(URL) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setRemoteReusable(boolean) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
setReuseCookies(boolean) - Method in class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
store(InitializationParameter, ReusedSession) - Method in interface org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionStore
 
store(InitializationParameter, ReusedSession) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionStoreImpl
 
StringUtils - Class in org.jboss.arquillian.drone.webdriver.utils
Utility class to parse a list of strings
StringUtils() - Constructor for class org.jboss.arquillian.drone.webdriver.utils.StringUtils
 

T

tokenize(String) - Static method in class org.jboss.arquillian.drone.webdriver.utils.StringUtils
Parse string to tokens.
toString() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.InitializationParameter
 
toString() - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSession
 

U

UnableReuseSessionException - Exception in org.jboss.arquillian.drone.webdriver.factory.remote.reusable
Thrown when session which was tried to reuse can't be reused.
UnableReuseSessionException() - Constructor for exception org.jboss.arquillian.drone.webdriver.factory.remote.reusable.UnableReuseSessionException
 
UnableReuseSessionException(String, Throwable) - Constructor for exception org.jboss.arquillian.drone.webdriver.factory.remote.reusable.UnableReuseSessionException
 
UnableReuseSessionException(String) - Constructor for exception org.jboss.arquillian.drone.webdriver.factory.remote.reusable.UnableReuseSessionException
 
UnableReuseSessionException(Throwable) - Constructor for exception org.jboss.arquillian.drone.webdriver.factory.remote.reusable.UnableReuseSessionException
 

W

WebDriverConfiguration - Class in org.jboss.arquillian.drone.webdriver.configuration
Generic configuration for WebDriver Driver.
WebDriverConfiguration(BrowserCapabilities) - Constructor for class org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration
 
WebDriverFactory - Class in org.jboss.arquillian.drone.webdriver.factory
Factory which combines Configurator, Instantiator and Destructor for a generic WebDriver browser.
WebDriverFactory() - Constructor for class org.jboss.arquillian.drone.webdriver.factory.WebDriverFactory
 
WindowResizer - Class in org.jboss.arquillian.drone.webdriver.window
Support for resizing WebDriver windows to value defined in capabilities via dimensions.
WindowResizer() - Constructor for class org.jboss.arquillian.drone.webdriver.window.WindowResizer
 
writeStore(ReusedSessionStore) - Method in class org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage
 
writeStore(ReusedSessionStore) - Method in interface org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentStorage
 
A B C D E F G H I L O P R S T U W 
Arquillian Drone Extension Support for WebDriver 2.0.0.Alpha5

Copyright © 2015 JBoss by Red Hat. All rights reserved.