A B C D E F G H I K L M N O P Q R S T U W X _

A

AbstractBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
Runs the specified command path to start the browser, and kills the process to quit.
AbstractBrowserLauncher(String) - Constructor for class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
 
addBrowserLauncher(String, Class<? extends BrowserLauncher>) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
 
addJsWindowNameVar(String) - Method in class org.openqa.selenium.server.CommandQueue
 
addListener(HTMLResultsListener) - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
addNewStaticContent(File) - Method in class org.openqa.selenium.server.SeleniumServer
 
addPath(String) - Method in class org.openqa.selenium.server.ClassPathResource
 
addPath(String) - Method in class org.openqa.selenium.server.FutureFileResource
 
addRegistryKeyToBackupList(String, String, Class) - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
addUserContentTransformation(String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
 
addUserJsInjectionFile(String) - Static method in class org.openqa.selenium.server.InjectionHelper
 
assertNotScriptFile(File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
AsyncExecute - Class in org.openqa.selenium.server.browserlaunchers
A handy wrapper around Ant's Execute class that can spawn a process and return the process handle so you can close it yourself later
AsyncExecute() - Constructor for class org.openqa.selenium.server.browserlaunchers.AsyncExecute
 
AsyncExecute.ProcessStillAliveException - Exception in org.openqa.selenium.server.browserlaunchers
Thrown when a process remains alive after attempting to destroy it
AsyncExecute.ProcessStillAliveException() - Constructor for exception org.openqa.selenium.server.browserlaunchers.AsyncExecute.ProcessStillAliveException
 
AsyncExecute.ProcessStillAliveException(String, Throwable) - Constructor for exception org.openqa.selenium.server.browserlaunchers.AsyncExecute.ProcessStillAliveException
 
AsyncExecute.ProcessStillAliveException(String) - Constructor for exception org.openqa.selenium.server.browserlaunchers.AsyncExecute.ProcessStillAliveException
 
AsyncExecute.ProcessStillAliveException(Throwable) - Constructor for exception org.openqa.selenium.server.browserlaunchers.AsyncExecute.ProcessStillAliveException
 
asyncSpawn() - Method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Copied from spawn, but actually returns the Process, instead of void

B

backupRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
BrowserLauncher - Interface in org.openqa.selenium.server.browserlaunchers
The launcher interface for classes that will start/stop the browser process.
BrowserLauncherFactory - Class in org.openqa.selenium.server.browserlaunchers
Returns BrowserLaunchers based on simple strings given by the user
BrowserLauncherFactory(SeleniumServer) - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
 

C

changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
 
ClassPathResource - Class in org.openqa.selenium.server
Represents resource file off of the classpath.
ClassPathResource(String) - Constructor for class org.openqa.selenium.server.ClassPathResource
Specifies the classpath path containing the resource
ClasspathResourceLocator - Class in org.openqa.selenium.server
 
ClasspathResourceLocator() - Constructor for class org.openqa.selenium.server.ClasspathResourceLocator
 
clear() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
clear contents and tell any waiting threads to go away.
clearQueueSet(String) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Deletes the specified FrameGroupCommandQueueSet
close() - Method in interface org.openqa.selenium.server.browserlaunchers.BrowserLauncher
Stop (kill) the browser process
close() - Method in class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
Kills the process
close() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher
 
close() - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
commandPath - Variable in class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
 
CommandQueue - Class in org.openqa.selenium.server
Schedules and coordinates commands to be run.
CommandQueue(String, FrameAddress, Lock) - Constructor for class org.openqa.selenium.server.CommandQueue
 
CommandQueueAware - Interface in org.openqa.selenium.server.browserlaunchers
 
convert(String, int) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.ChromeUrlConvert
 
copyDirectory(File, File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
createCustomProfileDir(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
creates an empty temp directory for managing a browser profile
customizeConnection(String, String, HttpRequest, Socket) - Method in class org.openqa.selenium.server.ProxyHandler
Customize proxy Socket connection for CONNECT.
customizeConnection(String, String, HttpRequest, URLConnection) - Method in class org.openqa.selenium.server.ProxyHandler
Customize proxy URL connection.
customPACappropriate - Variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 

D

DEFAULT_LOCAL_FRAME_ADDRESS - Static variable in class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
DEFAULT_PORT - Static variable in class org.openqa.selenium.server.SeleniumServer
 
DEFAULT_SELENIUM_WINDOW_NAME - Static variable in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Each user-visible window group has a selenium window name.
DEFAULT_TIMEOUT - Static variable in class org.openqa.selenium.server.SeleniumServer
 
DefaultRemoteCommand - Class in org.openqa.selenium.server
The default implementation of the RemoteCommand interface
DefaultRemoteCommand(String, String, String) - Constructor for class org.openqa.selenium.server.DefaultRemoteCommand
 
DefaultRemoteCommand(String, String, String, String) - Constructor for class org.openqa.selenium.server.DefaultRemoteCommand
 
delete() - Method in class org.openqa.selenium.server.ClassPathResource
 
delete() - Method in class org.openqa.selenium.server.FutureFileResource
Deletes the given resource
deleteRegistryValue(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
deleteTryTryAgain(File, int) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
Try several times to recursively delete a directory
DestroyableRuntimeExecutingBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
Runs the specified command path to start the browser, and kills the process to quit.
DestroyableRuntimeExecutingBrowserLauncher(String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
Specifies a command path to run
discardCommandResult() - Method in class org.openqa.selenium.server.CommandQueue
Throw away a command reply.
discoverRegistryKeyType(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
doBooleanCommand(String, String, String) - Method in class org.openqa.selenium.server.CommandQueue
 
doCommand(String, String, String) - Method in class org.openqa.selenium.server.CommandQueue
Schedules the specified command to be retrieved by the next call to handle command result, and returns the result of that command.
doCommand(String, String, String) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Schedules the specified command to be retrieved by the next call to handle command result, and returns the result of that command.
doCommand(String, Vector<String>, String, HttpResponse) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
 
doCommandWithoutWaitingForAResponse(String, String, String) - Method in class org.openqa.selenium.server.CommandQueue
 
doesRegistryValueExist(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 

E

encode(String) - Method in class org.openqa.selenium.server.FutureFileResource
Encode according to this resource type.
endOfLife() - Method in class org.openqa.selenium.server.CommandQueue
Empty queues, and thereby wake up any threads that are hanging around and send them on their way.
endOfLife() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Empty queues, and thereby wake up any threads that are hanging around.
equals(Object) - Method in class org.openqa.selenium.server.FrameAddress
 
equals(Object) - Method in class org.openqa.selenium.server.FutureFileResource
 
exec(String) - Method in class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
 
exec(String) - Method in class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
 
execute() - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
exists() - Method in class org.openqa.selenium.server.ClassPathResource
 
exists() - Method in class org.openqa.selenium.server.FutureFileResource
Returns true if the resource exists.
extractHTAFile(File, int, String, String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
extractResourcePath(String, File) - Static method in class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
 
extractResourcePath(Class, String, File) - Static method in class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
 

F

findBrowserLaunchLocation() - Static method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
findReg() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Finds reg.exe
findSystemRoot() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Finds the system root directory, e.g.
findTaskKill() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Finds taskkill.exe
findWBEM() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Finds the WBEM directory in the systemRoot directory
findWMIC() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Finds WMIC.exe
FirefoxChromeLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
FirefoxChromeLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
FirefoxChromeLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
FirefoxChromeLauncher.ChromeUrlConvert - Class in org.openqa.selenium.server.browserlaunchers
 
FirefoxChromeLauncher.ChromeUrlConvert() - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.ChromeUrlConvert
 
FirefoxCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
FirefoxCustomProfileLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
FirefoxCustomProfileLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
FrameAddress - Class in org.openqa.selenium.server
 
FrameGroupCommandQueueSet - Class in org.openqa.selenium.server
Manages sets of CommandQueues corresponding to windows and frames in a single browser session.
FrameGroupCommandQueueSet(String) - Constructor for class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
FsResourceLocator - Class in org.openqa.selenium.server
 
FsResourceLocator(File) - Constructor for class org.openqa.selenium.server.FsResourceLocator
 
FutureFileResource - Class in org.openqa.selenium.server
Future File Resource.
FutureFileResource(URL) - Constructor for class org.openqa.selenium.server.FutureFileResource
 
FutureFileResource(URL, URLConnection, File) - Constructor for class org.openqa.selenium.server.FutureFileResource
 

G

generatePacAndPrefJs(File, int, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
generatePacAndPrefJs(File, int, boolean, String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
get() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
Retrieves the item from the queue.
getAlias() - Method in class org.openqa.selenium.server.FutureFileResource
 
getAssociate() - Method in class org.openqa.selenium.server.ClassPathResource
 
getBrowserLauncher(String, String, CommandQueue) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
Returns the browser given by the specified browser string
getCheckAliases() - Static method in class org.openqa.selenium.server.FutureFileResource
getCheckAliases.
getCommand() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
getCommand() - Method in interface org.openqa.selenium.server.RemoteCommand
 
getCommandQueue() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
getCommandResultHolder() - Method in class org.openqa.selenium.server.CommandQueue
 
getCommandURLString() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
getCommandURLString() - Method in interface org.openqa.selenium.server.RemoteCommand
Return the URL query string which will be sent to the browser
getDebugURL() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getDefaultHTMLSuiteUrl(String, String, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
getDefaultPort() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getDefaultRemoteSessionUrl(String, String, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
getEnvVarIgnoreCase(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
getExactPathEnvKey() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Retrieve the exact case-sensitive name of the "Path" environment variable, which may be any one of "PATH", "Path" or "path".
getField() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
getField() - Method in interface org.openqa.selenium.server.RemoteCommand
 
getFile() - Method in class org.openqa.selenium.server.ClassPathResource
 
getFile() - Method in class org.openqa.selenium.server.FutureFileResource
Returns an File representing the given resource or NULL if this is not possible.
getFirefoxProfileTemplate() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getForcedBrowserMode() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getHref(int) - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
 
getHrefs() - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
 
getHttpContext() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
getInputStream() - Method in class org.openqa.selenium.server.ClassPathResource
 
getInputStream() - Method in class org.openqa.selenium.server.FutureFileResource
Returns an input stream to the resource
getLastSessionId() - Static method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
 
getLocalFrameAddress() - Method in class org.openqa.selenium.server.FrameAddress
 
getName() - Method in class org.openqa.selenium.server.ClassPathResource
 
getName() - Method in class org.openqa.selenium.server.FutureFileResource
Returns the name of the resource
getName() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
getNumCommandErrors() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getNumCommandFailures() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getNumCommandPasses() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getNumTestFailures() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getNumTestPasses() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getNumTotalTests() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getOrMakeQueueSet(String) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Retrieves a FrameGroupCommandQueueSet for the specifed sessionId, creating a new one if there isn't one with that sessionId already
getOutputStream() - Method in class org.openqa.selenium.server.ClassPathResource
 
getOutputStream() - Method in class org.openqa.selenium.server.FutureFileResource
Returns an output stream to the resource
getPath() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
getPiggybackedJavaScript() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
getPiggybackedJavaScript() - Method in interface org.openqa.selenium.server.RemoteCommand
 
getPort() - Method in class org.openqa.selenium.server.SeleniumServer
 
getPortDriversShouldContact() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getProcessId(Process) - Static method in class org.openqa.selenium.server.browserlaunchers.UnixUtils
retrieves the pid
getProgramFilesPath() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Returns the path to the Windows Program Files.
getProxyHostsBlackList() - Method in class org.openqa.selenium.server.ProxyHandler
Get proxy host black list.
getProxyHostsWhiteList() - Method in class org.openqa.selenium.server.ProxyHandler
Get proxy host white list.
getQueryString(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
getResource(HttpContext, String) - Method in class org.openqa.selenium.server.ClasspathResourceLocator
 
getResource(HttpContext, String) - Method in class org.openqa.selenium.server.FsResourceLocator
 
getResource(HttpContext, String) - Method in interface org.openqa.selenium.server.ResourceLocator
 
getResourceAsStream(String) - Method in class org.openqa.selenium.server.SeleniumServer
 
getResult() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getServer() - Method in class org.openqa.selenium.server.SeleniumServer
Exposes the internal Jetty server used by Selenium.
getSpeed() - Static method in class org.openqa.selenium.server.CommandQueue
 
getTestTables() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getTimeout() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
getTimeoutInSeconds() - Static method in class org.openqa.selenium.server.SeleniumServer
 
getTotalTime() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
getTunnelTimeoutMs() - Method in class org.openqa.selenium.server.ProxyHandler
 
getUniqueId() - Method in class org.openqa.selenium.server.CommandQueue
 
getUpdatedSuite() - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
 
getURL() - Method in class org.openqa.selenium.server.ClassPathResource
 
getValue() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
getValue() - Method in interface org.openqa.selenium.server.RemoteCommand
 
getWindowName() - Method in class org.openqa.selenium.server.FrameAddress
 

H

handle(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
handle(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler
Handles the HTTP request and generates the suite table
handle(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.ProxyHandler
 
handle(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
 
handleCommandResult(String) - Method in class org.openqa.selenium.server.CommandQueue
Accepts a command reply, and retrieves the next command to run.
handleCommandResult(String, FrameAddress, String, boolean, List) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
Accepts a command reply, and retrieves the next command to run.
handleConnect(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.ProxyHandler
 
handleEvilPopupMgrBackup() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
handleHTMLRunnerResults(HTMLResultsListener) - Method in class org.openqa.selenium.server.SeleniumServer
 
hasBlockedGetter() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
hashCode() - Method in class org.openqa.selenium.server.FrameAddress
 
hashCode() - Method in class org.openqa.selenium.server.FutureFileResource
 
HTABrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
HTABrowserLauncher() - Constructor for class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
HTABrowserLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
HTABrowserLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
HtmlIdentifier - Class in org.openqa.selenium.server
 
HtmlIdentifier() - Constructor for class org.openqa.selenium.server.HtmlIdentifier
 
HTMLLauncher - Class in org.openqa.selenium.server.htmlrunner
Runs HTML Selenium test suites.
HTMLLauncher(SeleniumServer) - Constructor for class org.openqa.selenium.server.htmlrunner.HTMLLauncher
 
HTMLResultsListener - Interface in org.openqa.selenium.server.htmlrunner
 
HTMLSuiteResult - Class in org.openqa.selenium.server.htmlrunner
 
HTMLSuiteResult(String) - Constructor for class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
 
HTMLTestResults - Class in org.openqa.selenium.server.htmlrunner
A data model class for the results of the Selenium HTMLRunner (aka TestRunner, FITRunner)
HTMLTestResults(String, String, String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 

I

init() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
init() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
init() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
 
init() - Static method in class org.openqa.selenium.server.InjectionHelper
re-read selenium js.
initialize(HttpContext) - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
initStatic() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
initStatic() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
 
InjectionHelper - Class in org.openqa.selenium.server
 
InjectionHelper() - Constructor for class org.openqa.selenium.server.InjectionHelper
 
injectJavaScript(HttpRequest, HttpResponse, InputStream, OutputStream) - Static method in class org.openqa.selenium.server.InjectionHelper
 
InternetExplorerCustomProxyLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
InternetExplorerCustomProxyLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
InternetExplorerCustomProxyLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
isAlive(Process) - Static method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Is this process still running ?
isAlwaysProxy() - Static method in class org.openqa.selenium.server.SeleniumServer
 
isAnonymous() - Method in class org.openqa.selenium.server.ProxyHandler
 
isDebugMode() - Static method in class org.openqa.selenium.server.SeleniumServer
 
isDefault() - Method in class org.openqa.selenium.server.FrameAddress
 
isDirectory() - Method in class org.openqa.selenium.server.ClassPathResource
 
isDirectory() - Method in class org.openqa.selenium.server.FutureFileResource
Returns true if the respresenetd resource is a container/directory.
isEmpty() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
isForbidden(URI) - Method in class org.openqa.selenium.server.ProxyHandler
Is URL Forbidden.
isForbidden(String, String, int, boolean) - Method in class org.openqa.selenium.server.ProxyHandler
Is scheme,host & port Forbidden.
isForceProxyChain() - Static method in class org.openqa.selenium.server.SeleniumServer
 
isMultiWindow() - Method in class org.openqa.selenium.server.SeleniumServer
 
isProxied(URI) - Method in class org.openqa.selenium.server.ProxyHandler
Is URL Proxied.
isProxyInjectionMode() - Static method in class org.openqa.selenium.server.SeleniumServer
 
isRegExeVersion1() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
isStarted() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
isStaticInitDone() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
isWindowPointedToByJsVariable(String) - Method in class org.openqa.selenium.server.CommandQueue
 

K

kill(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Searches the process list for a process with the specified command line and kills it
kill9(Integer) - Static method in class org.openqa.selenium.server.browserlaunchers.UnixUtils
runs "kill -9" on the specified pid
kill9(Process) - Static method in class org.openqa.selenium.server.browserlaunchers.UnixUtils
runs "kill -9" on the specified process
killProcess(Process) - Static method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Forcibly kills a process, using OS tools like "kill" as a last resort
KonquerorLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
KonquerorLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
 
KonquerorLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
 

L

lastModified() - Method in class org.openqa.selenium.server.ClassPathResource
Returns the lastModified time, which is always in the distant future to prevent caching.
lastModified() - Method in class org.openqa.selenium.server.FutureFileResource
Returns the lastModified time, which is always in the distant future to prevent caching.
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher
 
launch(String) - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
LauncherUtils - Class in org.openqa.selenium.server.browserlaunchers
Various static utility functions used to launch browsers
LauncherUtils() - Constructor for class org.openqa.selenium.server.browserlaunchers.LauncherUtils
 
launchHTMLSuite(String, String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
 
launchHTMLSuite(String, String, boolean) - Method in interface org.openqa.selenium.server.browserlaunchers.BrowserLauncher
Start the browser in Selenese mode, auto-running the specified HTML suite
launchHTMLSuite(String, String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
launchHTMLSuite(String, String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
launchHTMLSuite(String, String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 
launchRemoteSession(String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
 
launchRemoteSession(String, boolean) - Method in interface org.openqa.selenium.server.browserlaunchers.BrowserLauncher
Start the browser and navigate directly to the specified URL
launchRemoteSession(String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
 
launchRemoteSession(String, boolean) - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 
length() - Method in class org.openqa.selenium.server.ClassPathResource
 
length() - Method in class org.openqa.selenium.server.FutureFileResource
Return the length of the resource
list() - Method in class org.openqa.selenium.server.ClassPathResource
 
list() - Method in class org.openqa.selenium.server.FutureFileResource
Returns a list of resources contained in the given resource
loadEnvironment() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Returns the current process environment variables
log(String) - Static method in class org.openqa.selenium.server.SeleniumServer
 

M

main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
 
main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher
 
main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
main(String[]) - Static method in class org.openqa.selenium.server.SeleniumServer
Starts up the server on the specified port (or default if no port was specified) and then starts interactive mode if specified.
main(String[]) - Static method in class org.openqa.selenium.server.testgenerator.XlateHtmlSeleneseToJava
 
make(String, String) - Static method in class org.openqa.selenium.server.FrameAddress
 
makeFrameAddress(String, String, boolean) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
makeProxyPAC(File, int) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
Generate a proxy.pac file, configuring a dynamic proxy for URLs containing "/selenium-server/"
makeProxyPAC(File, int, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
Generate a proxy.pac file, configuring a dynamic proxy.
makeRedirectionHtml(File, String) - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
matchesFrameAddress(String, String) - Method in class org.openqa.selenium.server.CommandQueue
 
MockBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
MockBrowserLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 
MockBrowserLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 

N

newHttpTunnel(HttpRequest, HttpResponse, InetAddress, int, int) - Method in class org.openqa.selenium.server.ProxyHandler
 

O

OperaCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
OperaCustomProfileLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher
 
OperaCustomProfileLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.OperaCustomProfileLauncher
 
org.openqa.selenium.server - package org.openqa.selenium.server
Provides the core Selenium Server classes.
org.openqa.selenium.server.ant - package org.openqa.selenium.server.ant
 
org.openqa.selenium.server.browserlaunchers - package org.openqa.selenium.server.browserlaunchers
Provides classes to launch and kill browsers.
org.openqa.selenium.server.htmlrunner - package org.openqa.selenium.server.htmlrunner
Provides classes to launch Selenium Core HTML test suites and handle their test results.
org.openqa.selenium.server.testgenerator - package org.openqa.selenium.server.testgenerator
Provides a utility to automatically convert Selenium Core HTML test suites into Java tests.

P

parse(String) - Static method in class org.openqa.selenium.server.DefaultRemoteCommand
Factory method to create a RemoteCommand from a wiki-style input string
peek() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
Retrieves the item from the queue.
popupMgrType - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
possiblyDeclare(boolean, String) - Static method in class org.openqa.selenium.server.testgenerator.XlateHtmlSeleneseToJava
 
process - Variable in class org.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
 
processResults(HTMLTestResults) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
Accepts HTMLTestResults for later asynchronous handling
processResults(HTMLTestResults) - Method in interface org.openqa.selenium.server.htmlrunner.HTMLResultsListener
 
procMap() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Returns a map of process IDs to command lines
ProxyHandler - Class in org.openqa.selenium.server
Proxy request handler.
ProxyHandler() - Constructor for class org.openqa.selenium.server.ProxyHandler
 
ProxyInjectionFirefoxCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
launcher for Firefox under proxy injection mode In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs.
ProxyInjectionFirefoxCustomProfileLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
 
ProxyInjectionFirefoxCustomProfileLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
 
ProxyInjectionInternetExplorerCustomProxyLauncher - Class in org.openqa.selenium.server.browserlaunchers
launcher for IE under proxy injection mode In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs.
ProxyInjectionInternetExplorerCustomProxyLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
 
ProxyInjectionInternetExplorerCustomProxyLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
 
proxySeleniumTrafficOnly - Variable in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
 
put(Object) - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
Puts something in the queue.

Q

queueSets - Static variable in class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
quote(String) - Static method in class org.openqa.selenium.server.testgenerator.XlateHtmlSeleneseToJava
 

R

readBooleanRegistryValue(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
readIntRegistryValue(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
readStringRegistryValue(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
recursivelyDeleteDir(File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
Delete a directory and all subdirectories
REG_KEY_AUTOCONFIG_URL - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_AUTOPROXY_RESULT_CACHE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_AUTOCONFIG_URL - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_AUTOPROXY_RESULT_CACHE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_MAX_CONNECTIONS_PER_1_0_SVR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_MAX_CONNECTIONS_PER_1_1_SVR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_MIME_EXCLUSION_LIST_FOR_CACHE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_POPUP_MGR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_PROXY_ENABLE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_PROXY_OVERRIDE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_PROXY_SERVER - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_BACKUP_READY - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_MAX_CONNECTIONS_PER_1_0_SVR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_MAX_CONNECTIONS_PER_1_1_SVR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_MIME_EXCLUSION_LIST_FOR_CACHE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_POPUP_MGR - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_PROXY_ENABLE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_PROXY_OVERRIDE - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_PROXY_SERVER - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
REG_KEY_SELENIUM_FOLDER - Static variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
registerBrowserLauncher(String, BrowserLauncher) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
 
registerBrowserLauncher(String, BrowserLauncher) - Method in class org.openqa.selenium.server.SeleniumServer
Registers a running browser with a specific sessionID
release() - Method in class org.openqa.selenium.server.ClassPathResource
 
RemoteCommand - Interface in org.openqa.selenium.server
Represents a single remote action
renameTo(Resource) - Method in class org.openqa.selenium.server.ClassPathResource
 
renameTo(Resource) - Method in class org.openqa.selenium.server.FutureFileResource
Rename the given resource
reset() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
 
ResourceExtractor - Class in org.openqa.selenium.server.browserlaunchers
 
ResourceExtractor() - Constructor for class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
 
ResourceLocator - Interface in org.openqa.selenium.server
 
restoreJsStateInitializer(String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
 
restoreRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 
reusingBrowserSessions() - Static method in class org.openqa.selenium.server.SeleniumServer
 
run() - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
 
runHTMLSuite(String, String, String, File, int, boolean) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
Launches a single HTML Selenium test suite.
runHTMLSuite(String, String, File, File, int, boolean) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
Launches a single HTML Selenium test suite.

S

SafariCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
 
SafariCustomProfileLauncher(int, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
SafariCustomProfileLauncher(int, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
 
saveJsStateInitializer(String, String, String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
 
SeleneseAntTask - Class in org.openqa.selenium.server.ant
An Ant task to run a suite of HTML Selenese tests.
SeleneseAntTask() - Constructor for class org.openqa.selenium.server.ant.SeleneseAntTask
 
SeleniumCommandTimedOutException - Exception in org.openqa.selenium.server
Thrown to indicate that the remote process failed to respond within a specified timeout.
SeleniumCommandTimedOutException() - Constructor for exception org.openqa.selenium.server.SeleniumCommandTimedOutException
 
SeleniumDriverResourceHandler - Class in org.openqa.selenium.server
A Jetty handler that takes care of remote Selenium requests.
SeleniumDriverResourceHandler(SeleniumServer) - Constructor for class org.openqa.selenium.server.SeleniumDriverResourceHandler
 
SeleniumHTMLRunnerResultsHandler - Class in org.openqa.selenium.server.htmlrunner
Handles results of HTMLRunner (aka TestRunner, FITRunner) in automatic mode.
SeleniumHTMLRunnerResultsHandler() - Constructor for class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
SeleniumServer - Class in org.openqa.selenium.server
Provides a server that can launch/terminate browsers and can receive remote Selenium commands over HTTP and send them on to the browser.
SeleniumServer(int, boolean, boolean) - Constructor for class org.openqa.selenium.server.SeleniumServer
Prepares a Jetty server with its HTTP handlers.
SeleniumServer(int, boolean) - Constructor for class org.openqa.selenium.server.SeleniumServer
 
SeleniumServer(int) - Constructor for class org.openqa.selenium.server.SeleniumServer
 
SeleniumServer() - Constructor for class org.openqa.selenium.server.SeleniumServer
 
sendForbid(HttpRequest, HttpResponse, URI) - Method in class org.openqa.selenium.server.ProxyHandler
Send Forbidden.
sessionId - Variable in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
 
setAnonymous(boolean) - Method in class org.openqa.selenium.server.ProxyHandler
 
setBrowser(String) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setCheckAliases(boolean) - Static method in class org.openqa.selenium.server.FutureFileResource
setCheckAliases.
setCommandQueue(CommandQueue) - Method in interface org.openqa.selenium.server.browserlaunchers.CommandQueueAware
 
setDebugMode(boolean) - Static method in class org.openqa.selenium.server.SeleniumServer
 
setDefaultTimeout(int) - Static method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
setDontInjectRegex(String) - Static method in class org.openqa.selenium.server.SeleniumServer
 
setForcedBrowserMode(String) - Static method in class org.openqa.selenium.server.SeleniumServer
 
setForceProxyChain(boolean) - Static method in class org.openqa.selenium.server.SeleniumServer
 
setJavaScriptCoreDir(File) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setLocalFrameAddress(String) - Method in class org.openqa.selenium.server.FrameAddress
 
setLogging(boolean) - Static method in class org.openqa.selenium.server.HtmlIdentifier
 
setMultiWindow(boolean) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setPort(int) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setProxyHostsBlackList(String[]) - Method in class org.openqa.selenium.server.ProxyHandler
Set proxy host black list.
setProxyHostsWhiteList(String[]) - Method in class org.openqa.selenium.server.ProxyHandler
Set proxy host white list.
setProxyInjectionMode(boolean) - Method in class org.openqa.selenium.server.SeleniumServer
 
setResultExpected(boolean) - Method in class org.openqa.selenium.server.CommandQueue
 
setResults(File) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setReusingBrowserSessions(boolean) - Static method in class org.openqa.selenium.server.SeleniumServer
 
setSlowResources(boolean) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setSpeed(int) - Static method in class org.openqa.selenium.server.CommandQueue
 
setStartURL(URL) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setSuite(File) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setTimeout(int) - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
setTimeoutInSeconds(int) - Method in class org.openqa.selenium.server.ant.SeleneseAntTask
 
setTunnelTimeoutMs(int) - Method in class org.openqa.selenium.server.ProxyHandler
Tunnel timeout.
setUniqueId(String) - Method in class org.openqa.selenium.server.CommandQueue
 
setWindowName(String) - Method in class org.openqa.selenium.server.FrameAddress
 
shouldBeInjected(String, String, String) - Static method in class org.openqa.selenium.server.HtmlIdentifier
 
shouldInject(String) - Static method in class org.openqa.selenium.server.SeleniumServer
 
SingleEntryAsyncQueue - Class in org.openqa.selenium.server
Provides a synchronizing queue that holds a single entry (eg a single Selenium Command).
SingleEntryAsyncQueue(String, Lock, Condition) - Constructor for class org.openqa.selenium.server.SingleEntryAsyncQueue
 
SingleEntryAsyncQueueOverflow - Exception in org.openqa.selenium.server
 
SingleEntryAsyncQueueOverflow(Object, Object) - Constructor for exception org.openqa.selenium.server.SingleEntryAsyncQueueOverflow
 
SingleTestSuiteResourceHandler - Class in org.openqa.selenium.server.htmlrunner
Generates a test suite table designed to run a single Selenium test; to use it, point TestRunner.html to /singleTest/http://my.com/single/test.html
SingleTestSuiteResourceHandler() - Constructor for class org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler
 
sleepTight(long) - Static method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Sleeps without explicitly throwing an InterruptedException
start() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
start() - Method in class org.openqa.selenium.server.ProxyHandler
 
start() - Method in class org.openqa.selenium.server.SeleniumServer
Starts the Jetty server
stop() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
 
stop() - Method in class org.openqa.selenium.server.SeleniumServer
Stops the Jetty server
stopAllBrowsers() - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
Kills all running browsers
stripStartURL(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
Strips the specified URL so it only includes a protocal, hostname and port

T

thisIsWindows() - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
Returns true if the current OS is MS Windows; false otherwise
timeoutInSeconds - Static variable in class org.openqa.selenium.server.SeleniumServer
 
toString() - Method in class org.openqa.selenium.server.ClassPathResource
 
toString() - Method in class org.openqa.selenium.server.CommandQueue
 
toString() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
 
toString() - Method in class org.openqa.selenium.server.FrameAddress
 
toString() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
 
turnOffPopupBlocking(String) - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
 

U

UnixUtils - Class in org.openqa.selenium.server.browserlaunchers
Handy utilities for managing Unix/Linux processes
UnixUtils() - Constructor for class org.openqa.selenium.server.browserlaunchers.UnixUtils
 
urlEncode(String) - Static method in class org.openqa.selenium.server.DefaultRemoteCommand
Encodes the text as an URL using UTF-8.
userContentTransformationsExist() - Static method in class org.openqa.selenium.server.InjectionHelper
 
userJsInjectionsExist() - Static method in class org.openqa.selenium.server.InjectionHelper
 

W

waitForProcessDeath(Process, long) - Static method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Waits the specified timeout for the process to die
whichExec(String) - Static method in class org.openqa.selenium.server.browserlaunchers.AsyncExecute
Searches the path for the specified executable
WindowsUtils - Class in org.openqa.selenium.server.browserlaunchers
 
WindowsUtils() - Constructor for class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
write(Writer) - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
 
writeBooleanRegistryValue(String, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
writeIntRegistryValue(String, int) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 
writeStringRegistryValue(String, String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsUtils
 

X

XlateHtmlSeleneseToJava - Class in org.openqa.selenium.server.testgenerator
Given an HTML file containing a Selenese test case, generate equivalent Java code w/ calls to the Selenium object to execute that same test case.
XlateHtmlSeleneseToJava() - Constructor for class org.openqa.selenium.server.testgenerator.XlateHtmlSeleneseToJava
 

_

_allowedConnectPorts - Variable in class org.openqa.selenium.server.ProxyHandler
Set of allowed CONNECT ports.
_DontProxyHeaders - Variable in class org.openqa.selenium.server.ProxyHandler
Map of leg by leg headers (not end to end).
_ProxyAuthHeaders - Variable in class org.openqa.selenium.server.ProxyHandler
Map of leg by leg headers (not end to end).
_proxyHostsBlackList - Variable in class org.openqa.selenium.server.ProxyHandler
 
_proxyHostsWhiteList - Variable in class org.openqa.selenium.server.ProxyHandler
 
_ProxySchemes - Variable in class org.openqa.selenium.server.ProxyHandler
Map of allows schemes to proxy Should be a set, but more efficient string map is used instead.
_tunnelTimeoutMs - Variable in class org.openqa.selenium.server.ProxyHandler
 

A B C D E F G H I K L M N O P Q R S T U W X _

Copyright © 2006 null. All Rights Reserved.