Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
X
_
A
AsyncExecute
- class org.openqa.selenium.server.browserlaunchers.
AsyncExecute
.
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
addBrowserLauncher(String, Class)
- Method in class org.openqa.selenium.server.browserlaunchers.
BrowserLauncherFactory
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
assertNotScriptFile(File)
- Static method in class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
asyncSpawn()
- Method in class org.openqa.selenium.server.browserlaunchers.
AsyncExecute
Copied from spawn, but actually returns the Process, instead of void
B
BrowserLauncher
- interface org.openqa.selenium.server.browserlaunchers.
BrowserLauncher
.
The launcher interface for classes that will start/stop the browser process.
BrowserLauncherFactory
- class org.openqa.selenium.server.browserlaunchers.
BrowserLauncherFactory
.
Returns BrowserLaunchers based on simple strings given by the user
BrowserLauncherFactory(SeleniumServer)
- Constructor for class org.openqa.selenium.server.browserlaunchers.
BrowserLauncherFactory
backupRegistrySettings()
- Method in class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
C
ClassPathResource
- class org.openqa.selenium.server.
ClassPathResource
.
Represents resource file off of the classpath.
ClassPathResource(String)
- Constructor for class org.openqa.selenium.server.
ClassPathResource
Specifies the classpath path containing the resource
clear()
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
clearQueue(String)
- Method in class org.openqa.selenium.server.
SeleniumDriverResourceHandler
Deletes the specified SeleneseQueue
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.
ManualPromptUserLauncher
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
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.
D
DEFAULT_PORT
- Static variable in class org.openqa.selenium.server.
SeleniumServer
DEFAULT_TIMEOUT
- Static variable in class org.openqa.selenium.server.
SeleniumServer
DefaultSeleneseCommand
- class org.openqa.selenium.server.
DefaultSeleneseCommand
.
The default implementation of the SeleneseCommand interface
DefaultSeleneseCommand(String, String, String)
- Constructor for class org.openqa.selenium.server.
DefaultSeleneseCommand
DestroyableRuntimeExecutingBrowserLauncher
- class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
.
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
delete()
- Method in class org.openqa.selenium.server.
ClassPathResource
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
doCommand(String, String, String)
- Method in class org.openqa.selenium.server.
SeleneseQueue
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, HttpResponse)
- Method in class org.openqa.selenium.server.
SeleniumDriverResourceHandler
doCommand(String, Vector, String)
- Method in class org.openqa.selenium.server.
SeleniumServer
doesRegistryValueExist(String)
- Static method in class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
E
exec(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
exists()
- Method in class org.openqa.selenium.server.
ClassPathResource
extractHTAFile(File, int, String, String)
- Static method in class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
F
FirefoxChromeLauncher
- class org.openqa.selenium.server.browserlaunchers.
FirefoxChromeLauncher
.
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
FirefoxCustomProfileLauncher
- class org.openqa.selenium.server.browserlaunchers.
FirefoxCustomProfileLauncher
.
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
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
G
get()
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
Retrieves the item from the queue.
getAssociate()
- Method in class org.openqa.selenium.server.
ClassPathResource
getBrowserLauncher(String, String, SeleneseQueue)
- Method in class org.openqa.selenium.server.browserlaunchers.
BrowserLauncherFactory
Returns the browser given by the specified browser string
getCommand()
- Method in class org.openqa.selenium.server.
DefaultSeleneseCommand
getCommand()
- Method in interface org.openqa.selenium.server.
SeleneseCommand
getCommandURLString()
- Method in class org.openqa.selenium.server.
DefaultSeleneseCommand
getCommandURLString()
- Method in interface org.openqa.selenium.server.
SeleneseCommand
Return the URL query string which will be sent to the browser
getDecodedTestSuite()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getDecodedTestTables()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getDefaultHTMLSuiteUrl(String, String)
- Static method in class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
getDefaultRemoteSessionUrl(String, String)
- Static method in class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
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.
DefaultSeleneseCommand
getField()
- Method in interface org.openqa.selenium.server.
SeleneseCommand
getFile()
- Method in class org.openqa.selenium.server.
ClassPathResource
getHttpContext()
- Method in class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
getInputStream()
- Method in class org.openqa.selenium.server.
ClassPathResource
getName()
- Method in class org.openqa.selenium.server.
ClassPathResource
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
getOutputStream()
- Method in class org.openqa.selenium.server.
ClassPathResource
getPath()
- Static method in class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
getPort()
- Method in class org.openqa.selenium.server.
SeleniumServer
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
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.
getSuite()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getTestNames()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getTestTables()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getTimeout()
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
getTotalTime()
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
getTunnelTimeoutMs()
- Method in class org.openqa.selenium.server.
ProxyHandler
getURL()
- Method in class org.openqa.selenium.server.
ClassPathResource
getValue()
- Method in class org.openqa.selenium.server.
DefaultSeleneseCommand
getValue()
- Method in interface org.openqa.selenium.server.
SeleneseCommand
H
HTABrowserLauncher
- class org.openqa.selenium.server.browserlaunchers.
HTABrowserLauncher
.
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
HTMLLauncher
- class org.openqa.selenium.server.htmlrunner.
HTMLLauncher
.
Runs HTML Selenium test suites.
HTMLLauncher(SeleniumServer)
- Constructor for class org.openqa.selenium.server.htmlrunner.
HTMLLauncher
HTMLResultsListener
- interface org.openqa.selenium.server.htmlrunner.
HTMLResultsListener
.
HTMLTestResults
- class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
.
A data model class for the results of the Selenium HTMLRunner (aka TestRunner, FITRunner)
HTMLTestResults(String, String, String, String, String, String, String, String, List)
- Constructor for class org.openqa.selenium.server.htmlrunner.
HTMLTestResults
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
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
handleCommandResult(String)
- Method in class org.openqa.selenium.server.
SeleneseQueue
Accepts a command reply, and retrieves the next command to run.
handleConnect(String, String, HttpRequest, HttpResponse)
- Method in class org.openqa.selenium.server.
ProxyHandler
handleHTMLRunnerResults(HTMLResultsListener)
- Method in class org.openqa.selenium.server.
SeleniumServer
I
InternetExplorerCustomProxyLauncher
- class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
.
InternetExplorerCustomProxyLauncher()
- Constructor for class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
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
initialize(HttpContext)
- Method in class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
isAlive(Process)
- Static method in class org.openqa.selenium.server.browserlaunchers.
AsyncExecute
isAnonymous()
- Method in class org.openqa.selenium.server.
ProxyHandler
isDebugMode()
- Static method in class org.openqa.selenium.server.
SeleniumServer
isDirectory()
- Method in class org.openqa.selenium.server.
ClassPathResource
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.
isProxied(URI)
- Method in class org.openqa.selenium.server.
ProxyHandler
Is URL Proxied.
isRegExeVersion1()
- Static method in class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
isStarted()
- Method in class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
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
L
LauncherUtils
- class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
.
Various static utility functions used to launch browsers
LauncherUtils()
- Constructor for class org.openqa.selenium.server.browserlaunchers.
LauncherUtils
lastModified()
- Method in class org.openqa.selenium.server.
ClassPathResource
Returns the lastModified time, which is always in the distant future to prevent caching.
launch(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
launch(String, 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.
ManualPromptUserLauncher
Prints out a polite request on the console
launch(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
OperaCustomProfileLauncher
launch(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
SafariCustomProfileLauncher
launchHTMLSuite(String, String)
- Method in interface org.openqa.selenium.server.browserlaunchers.
BrowserLauncher
Start the browser in Selenese mode, auto-running the specified HTML suite
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
FirefoxChromeLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
FirefoxCustomProfileLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
HTABrowserLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
ManualPromptUserLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
OperaCustomProfileLauncher
launchHTMLSuite(String, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
SafariCustomProfileLauncher
launchRemoteSession(String)
- Method in interface org.openqa.selenium.server.browserlaunchers.
BrowserLauncher
Start the browser and navigate directly to the specified URL
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
FirefoxChromeLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
FirefoxCustomProfileLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
HTABrowserLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
ManualPromptUserLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
OperaCustomProfileLauncher
launchRemoteSession(String)
- Method in class org.openqa.selenium.server.browserlaunchers.
SafariCustomProfileLauncher
length()
- Method in class org.openqa.selenium.server.
ClassPathResource
list()
- Method in class org.openqa.selenium.server.
ClassPathResource
loadEnvironment()
- Static method in class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
Returns the current process environment variables
M
ManualPromptUserLauncher
- class org.openqa.selenium.server.browserlaunchers.
ManualPromptUserLauncher
.
Manually prompt the user to start a browser from the command line
ManualPromptUserLauncher(String)
- Constructor for class org.openqa.selenium.server.browserlaunchers.
ManualPromptUserLauncher
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.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.testgenerator.
XlateHtmlSeleneseToJava
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/"
makeRedirectionHtml(File, String)
- Method in class org.openqa.selenium.server.browserlaunchers.
SafariCustomProfileLauncher
N
newHttpTunnel(HttpRequest, HttpResponse, InetAddress, int, int)
- Method in class org.openqa.selenium.server.
ProxyHandler
O
OperaCustomProfileLauncher
- class org.openqa.selenium.server.browserlaunchers.
OperaCustomProfileLauncher
.
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.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
ProxyHandler
- class org.openqa.selenium.server.
ProxyHandler
.
Proxy request handler.
ProxyHandler()
- Constructor for class org.openqa.selenium.server.
ProxyHandler
parse(String)
- Static method in class org.openqa.selenium.server.
DefaultSeleneseCommand
Factory method to create a SeleneseCommand from a wiki-style input string
possiblyDeclare(boolean, String)
- Static method in class org.openqa.selenium.server.testgenerator.
XlateHtmlSeleneseToJava
procMap()
- Static method in class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
Returns a map of process IDs to command lines
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
put(Object)
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
Puts something in the queue.
Q
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
release()
- Method in class org.openqa.selenium.server.
ClassPathResource
renameTo(Resource)
- Method in class org.openqa.selenium.server.
ClassPathResource
restoreRegistrySettings()
- Method in class org.openqa.selenium.server.browserlaunchers.
InternetExplorerCustomProxyLauncher
runHTMLSuite(String, String, String, File, long)
- Method in class org.openqa.selenium.server.htmlrunner.
HTMLLauncher
Launches a single HTML Selenium test suite.
S
SafariCustomProfileLauncher
- class org.openqa.selenium.server.browserlaunchers.
SafariCustomProfileLauncher
.
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
SeleneseCommand
- interface org.openqa.selenium.server.
SeleneseCommand
.
Represents a single Selenese action
SeleneseQueue
- class org.openqa.selenium.server.
SeleneseQueue
.
Schedules and coordinates commands to be run.
SeleneseQueue()
- Constructor for class org.openqa.selenium.server.
SeleneseQueue
SeleneseQueueAware
- interface org.openqa.selenium.server.browserlaunchers.
SeleneseQueueAware
.
SeleniumCommandTimedOutException
- exception org.openqa.selenium.server.
SeleniumCommandTimedOutException
.
Thrown to indicate that the remote process failed to respond within a specified timeout.
SeleniumCommandTimedOutException()
- Constructor for class org.openqa.selenium.server.
SeleniumCommandTimedOutException
SeleniumDriverResourceHandler
- class org.openqa.selenium.server.
SeleniumDriverResourceHandler
.
A Jetty handler that takes care of Selenese Driven requests.
SeleniumDriverResourceHandler(SeleniumServer)
- Constructor for class org.openqa.selenium.server.
SeleniumDriverResourceHandler
SeleniumHTMLRunnerResultsHandler
- class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
.
Handles results of HTMLRunner (aka TestRunner, FITRunner) in automatic mode.
SeleniumHTMLRunnerResultsHandler()
- Constructor for class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
SeleniumServer
- class org.openqa.selenium.server.
SeleniumServer
.
Provides a server that can launch/terminate browsers and can receive Selenese commands over HTTP and send them on to the browser.
SeleniumServer(int)
- Constructor for class org.openqa.selenium.server.
SeleniumServer
Prepares a Jetty server with its HTTP handlers.
SeleniumServer()
- Constructor for class org.openqa.selenium.server.
SeleniumServer
SingleEntryAsyncQueue
- class org.openqa.selenium.server.
SingleEntryAsyncQueue
.
Provides a synchronizing queue that holds a single entry (eg a single Selenium Command).
SingleEntryAsyncQueue()
- Constructor for class org.openqa.selenium.server.
SingleEntryAsyncQueue
SingleTestSuiteResourceHandler
- class org.openqa.selenium.server.htmlrunner.
SingleTestSuiteResourceHandler
.
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
sendForbid(HttpRequest, HttpResponse, URI)
- Method in class org.openqa.selenium.server.
ProxyHandler
Send Forbidden.
sessionId
- Variable in class org.openqa.selenium.server.browserlaunchers.
DestroyableRuntimeExecutingBrowserLauncher
setAnonymous(boolean)
- Method in class org.openqa.selenium.server.
ProxyHandler
setDebugMode(boolean)
- Static method in class org.openqa.selenium.server.
SeleniumServer
setDefaultTimeout(int)
- Static method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
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.
setSeleneseQueue(SeleneseQueue)
- Method in interface org.openqa.selenium.server.browserlaunchers.
SeleneseQueueAware
setTimeout(int)
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
setTunnelTimeoutMs(int)
- Method in class org.openqa.selenium.server.
ProxyHandler
Tunnel timeout.
size()
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
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.
ProxyHandler
start()
- Method in class org.openqa.selenium.server.
SeleniumServer
Starts the Jetty server
start()
- Method in class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
stop()
- Method in class org.openqa.selenium.server.
SeleniumServer
Stops the Jetty server
stop()
- Method in class org.openqa.selenium.server.htmlrunner.
SeleniumHTMLRunnerResultsHandler
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
toString()
- Method in class org.openqa.selenium.server.
DefaultSeleneseCommand
toString()
- Method in class org.openqa.selenium.server.
SeleneseQueue
toString()
- Method in class org.openqa.selenium.server.
SingleEntryAsyncQueue
U
urlEncode(String)
- Static method in class org.openqa.selenium.server.
DefaultSeleneseCommand
Encodes the text as an URL using UTF-8.
W
WindowsUtils
- class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
.
WindowsUtils()
- Constructor for class org.openqa.selenium.server.browserlaunchers.
WindowsUtils
waitForProcessDeath(Process, long)
- Static method in class org.openqa.selenium.server.browserlaunchers.
AsyncExecute
whichExec(String)
- Static method in class org.openqa.selenium.server.browserlaunchers.
AsyncExecute
Searches the path for the specified executable
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 org.openqa.selenium.server.testgenerator.
XlateHtmlSeleneseToJava
.
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
_
_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).
_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.
_allowedConnectPorts
- Variable in class org.openqa.selenium.server.
ProxyHandler
Set of allowed CONNECT ports.
_proxyHostsBlackList
- Variable in class org.openqa.selenium.server.
ProxyHandler
_proxyHostsWhiteList
- Variable in class org.openqa.selenium.server.
ProxyHandler
_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
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 null. All Rights Reserved.