| Interface | Description |
|---|---|
| SocketListener |
Interface for use with SocketMonitor for being notified about read/write events.
|
| Class | Description |
|---|---|
| CallbackWait |
A variation of Selenium's
Wait that uses Callable
and that may have its timeout and polling interval configured on the fly. |
| ImplicitWait |
Generalizes HtmlUnitDriver's wait code, inspired by
WebDriverWait,
but does not aim to provide a public support class. |
| OperaDefaults | |
| ProfileUtils |
Class to manage browser profile.
|
| SocketMonitor |
This will monitor any selectable channel, such as a
SocketChannel or
ServerSocketChannel and fire SocketListener.canWrite(java.nio.channels.SelectableChannel)
or SocketListener.canRead(java.nio.channels.SelectableChannel) events when such events
are detected by SocketMonitor.poll(). |
| StackHashMap<K,V> |
A thread safe stack hash map for use in window manager The backing map is a
LinkedHashMap
that provides predictable iteration order. |
| VersionUtil |
A replacement for a subset of
com.sun.xml.internal.ws.util.VersionUtil. |
| WatirUtils |
This class contains any utility methods that doesn't really seem to fit anywhere else.
|
| Enum | Description |
|---|---|
| OperaColors |
Enumerator for contains colour API (RGB values for standard web colours).
|
Copyright © 2012. All Rights Reserved.