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

A

addLocationStrategy(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Defines a new function for Selenium to locate elements on the page.
addScript(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
addSelection(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Add a selection to the set of selected options in a multi-select element using an option locator.
allowNativeXpath(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Specifies whether Selenium should use the native in-browser implementation of XPath (if any native version is available); if you pass "false" to this function, we will always use our pure-JavaScript xpath library.
altKeyDown() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
altKeyUp() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Release the alt key.
AltLookupStrategy - Class in org.openqa.selenium.internal
 
AltLookupStrategy() - Constructor for class org.openqa.selenium.internal.AltLookupStrategy
 
answerOnNextPrompt(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Instructs Selenium to return the specified answer string in response to the next JavaScript prompt [window.prompt()].
assignId(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Temporarily sets the "id" attribute of the specified element, so you can locate it in the future using its ID rather than a slow/complicated XPath.
attachFile(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Sets a file input (upload) field to the file listed in fileLocator

B

BaseFilterFunction - Class in org.openqa.selenium.internal
 
BaseFilterFunction() - Constructor for class org.openqa.selenium.internal.BaseFilterFunction
 
BaseOptionSelectStrategy - Class in org.openqa.selenium.internal
 
BaseOptionSelectStrategy() - Constructor for class org.openqa.selenium.internal.BaseOptionSelectStrategy
 

C

captureEntirePageScreenshot(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Saves the entire contents of the current window canvas to a PNG file.
captureEntirePageScreenshot(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
captureEntirePageScreenshotToString(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Downloads a screenshot of the browser current window canvas to a based 64 encoded PNG file.
captureNetworkTraffic(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
captureScreenshot(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Captures a PNG screenshot to the specified file.
captureScreenshotToString() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Capture a PNG screenshot.
check(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Check a toggle-button (checkbox/radio)
chooseCancelOnNextConfirmation() - Method in class org.openqa.selenium.WebDriverBackedSelenium
By default, Selenium's overridden window.confirm() function will return true, as if the user had manually clicked OK; after running this command, the next call to confirm() will return false, as if the user had clicked Cancel.
chooseOkOnNextConfirmation() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Undo the effect of calling chooseCancelOnNextConfirmation.
ClassLookupStrategy - Class in org.openqa.selenium.internal
 
ClassLookupStrategy() - Constructor for class org.openqa.selenium.internal.ClassLookupStrategy
 
click(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Clicks on a link, button, checkbox or radio button.
clickAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Clicks on a link, button, checkbox or radio button.
close() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the user clicking the "close" button in the titlebar of a popup window or tab.
contextMenu(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
contextMenuAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
controlKeyDown() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Press the control key and hold it down until doControlUp() is called or a new page is loaded.
controlKeyUp() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Release the control key.
createCookie(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Create a new cookie whose path and domain are same with those of current page under test, unless you specified a path for this cookie explicitly.

D

deleteAllVisibleCookies() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Calls deleteCookie with recurse=true on all cookies visible to the current page.
deleteCookie(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Delete a named cookie with specified path and domain.
deselectPopUp() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Selects the main window.
determineWebDriverLocator(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
DomTraversalLookupStrategy - Class in org.openqa.selenium.internal
 
DomTraversalLookupStrategy() - Constructor for class org.openqa.selenium.internal.DomTraversalLookupStrategy
 
doubleClick(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Double clicks on a link, button, checkbox or radio button.
doubleClickAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Doubleclicks on a link, button, checkbox or radio button.
dragAndDrop(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Drags an element a certain distance and then drops it
dragAndDropToObject(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Drags an element and drops it on another element
dragdrop(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
deprecated - use dragAndDrop instead
driver - Variable in class org.openqa.selenium.WebDriverBackedSelenium
 

E

ExactTextMatchingStrategy - Class in org.openqa.selenium.internal
 
ExactTextMatchingStrategy() - Constructor for class org.openqa.selenium.internal.ExactTextMatchingStrategy
 

F

filterElements(List<WebElement>, String) - Method in class org.openqa.selenium.internal.BaseFilterFunction
 
filterElements(List<WebElement>, String) - Method in interface org.openqa.selenium.internal.FilterFunction
 
filterElements(List<WebElement>, String) - Method in class org.openqa.selenium.internal.IndexFilterFunction
 
FilterFunction - Interface in org.openqa.selenium.internal
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.AltLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.ClassLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.DomTraversalLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.IdentifierLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.IdLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.ImplicitLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.LinkLookupStrategy
 
find(WebDriver, String) - Method in interface org.openqa.selenium.internal.LookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.NameLookupStrategy
 
find(WebDriver, String) - Method in class org.openqa.selenium.internal.XPathLookupStrategy
 
findElement(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
findStrategy(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
fireEvent(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Explicitly simulate an event, to trigger the corresponding "onevent" handler.
focus(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.

G

getAlert() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the message of a JavaScript alert generated during the previous action, or fail if there were no alerts.
getAllButtons() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the IDs of all buttons on the page.
getAllFields() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the IDs of all input fields on the page.
getAllLinks() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the IDs of all links on the page.
getAllWindowIds() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the IDs of all windows that the browser knows about.
getAllWindowNames() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the names of all windows that the browser knows about.
getAllWindowTitles() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the titles of all windows that the browser knows about.
getAttribute(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the value of an element attribute.
getAttributeFromAllWindows(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns every instance of some attribute from all known windows.
getBodyText() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the entire text of the page.
getConfirmation() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
getCookie() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Return all cookies of the current page under test.
getCookieByName(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
getCursorPosition(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
getElementHeight(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the height of an element
getElementIndex(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Get the relative index of an element to its parent (starting from 0).
getElementPositionLeft(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the horizontal position of an element
getElementPositionTop(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the vertical position of an element
getElementWidth(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the width of an element
getEval(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the result of evaluating the specified JavaScript snippet.
getExpression(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the specified expression.
getHtmlSource() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the entire HTML source between the opening and closing "html" tags.
getLocation() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the absolute URL of the current page.
getMouseSpeed() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
getPrompt() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieves the message of a JavaScript question prompt dialog generated during the previous action.
getSelectedId(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets option element ID for selected option in the specified select element.
getSelectedIds(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets all option element IDs for selected options in the specified select or multi-select element.
getSelectedIndex(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets option index (option number, starting at 0) for selected option in the specified select element.
getSelectedIndexes(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets all option indexes (option number, starting at 0) for selected options in the specified select or multi-select element.
getSelectedLabel(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets option label (visible text) for selected option in the specified select element.
getSelectedLabels(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets all option labels (visible text) for selected options in the specified select or multi-select element.
getSelectedValue(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets option value (value attribute) for selected option in the specified select element.
getSelectedValues(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets all option values (value attributes) for selected options in the specified select or multi-select element.
getSelectOptions(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets all option labels in the specified select drop-down.
getSpeed() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Get execution speed (i.e., get the millisecond length of the delay following each selenium operation).
getTable(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the text from a cell of a table.
getText(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the text of an element.
getTitle() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the title of the current page.
getUnderlyingWebDriver() - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
getValue(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Determine whether current/locator identify the frame containing this running code.
getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Determine whether currentWindowString plus target identify the window containing this running code.
getXpathCount(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns the number of nodes that match the specified xpath, eg.
GlobTextMatchingStrategy - Class in org.openqa.selenium.internal
 
GlobTextMatchingStrategy() - Constructor for class org.openqa.selenium.internal.GlobTextMatchingStrategy
 
goBack() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the user clicking the "back" button on their browser.

H

highlight(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Briefly changes the backgroundColor of the specified element yellow.

I

IdentifierLookupStrategy - Class in org.openqa.selenium.internal
 
IdentifierLookupStrategy() - Constructor for class org.openqa.selenium.internal.IdentifierLookupStrategy
 
IdLookupStrategy - Class in org.openqa.selenium.internal
 
IdLookupStrategy() - Constructor for class org.openqa.selenium.internal.IdLookupStrategy
 
IdOptionSelectStrategy - Class in org.openqa.selenium.internal
 
IdOptionSelectStrategy() - Constructor for class org.openqa.selenium.internal.IdOptionSelectStrategy
 
ignoreAttributesWithoutValue(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Specifies whether Selenium will ignore xpath attributes that have no value, i.e. are the empty string, when using the non-native xpath evaluation engine.
ImplicitLookupStrategy - Class in org.openqa.selenium.internal
 
ImplicitLookupStrategy() - Constructor for class org.openqa.selenium.internal.ImplicitLookupStrategy
 
IndexFilterFunction - Class in org.openqa.selenium.internal
 
IndexFilterFunction() - Constructor for class org.openqa.selenium.internal.IndexFilterFunction
 
IndexOptionSelectStrategy - Class in org.openqa.selenium.internal
 
IndexOptionSelectStrategy() - Constructor for class org.openqa.selenium.internal.IndexOptionSelectStrategy
 
isAlertPresent() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Has an alert occurred?
isAMatch(String, String) - Method in class org.openqa.selenium.internal.ExactTextMatchingStrategy
 
isAMatch(String, String) - Method in class org.openqa.selenium.internal.GlobTextMatchingStrategy
 
isAMatch(String, String) - Method in class org.openqa.selenium.internal.RegExTextMatchingStrategy
 
isAMatch(String, String) - Method in interface org.openqa.selenium.internal.TextMatchingStrategy
 
isChecked(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gets whether a toggle-button (checkbox/radio) is checked.
isConfirmationPresent() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Has confirm() been called?
isCookiePresent(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Returns true if a cookie with the specified name is present, or false otherwise.
isEditable(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Determines whether the specified input element is editable, ie hasn't been disabled.
isElementPresent(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Verifies that the specified element is somewhere on the page.
isOrdered(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Check if these two elements have same parent and are ordered siblings in the DOM.
isPromptPresent() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Has a prompt occurred?
isSomethingSelected(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Determines whether some option in a drop-down menu is selected.
isTextPresent(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
isVisible(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Determines if the specified element is visible.

K

keyDown(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing a key (without releasing it yet).
keyDownNative(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing a key (without releasing it yet) by sending a native operating system keystroke.
keyPress(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing and releasing a key.
keyPressNative(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing and releasing a key by sending a native operating system keystroke.
keyUp(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user releasing a key.
keyUpNative(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user releasing a key by sending a native operating system keystroke.

L

LabelOptionSelectStrategy - Class in org.openqa.selenium.internal
 
LabelOptionSelectStrategy() - Constructor for class org.openqa.selenium.internal.LabelOptionSelectStrategy
 
LinkLookupStrategy - Class in org.openqa.selenium.internal
 
LinkLookupStrategy() - Constructor for class org.openqa.selenium.internal.LinkLookupStrategy
 
LookupStrategy - Interface in org.openqa.selenium.internal
 

M

metaKeyDown() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
metaKeyUp() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Release the meta key.
mouseDown(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) on the specified element.
mouseDownAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) at the specified location.
mouseDownRight(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) on the specified element.
mouseDownRightAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
mouseMove(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
mouseMoveAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
mouseOut(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user moving the mouse pointer away from the specified element.
mouseOver(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates a user hovering a mouse over the specified element.
mouseUp(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) on the specified element.
mouseUpAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) at the specified location.
mouseUpRight(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) on the specified element.
mouseUpRightAt(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) at the specified location.

N

NameFilterFunction - Class in org.openqa.selenium.internal
 
NameFilterFunction() - Constructor for class org.openqa.selenium.internal.NameFilterFunction
 
NameLookupStrategy - Class in org.openqa.selenium.internal
 
NameLookupStrategy() - Constructor for class org.openqa.selenium.internal.NameLookupStrategy
 

O

open(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Opens an URL in the test frame.
openWindow(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Opens a popup window (if a window with that ID isn't already open).
OptionSelectStrategy - Interface in org.openqa.selenium.internal
 
org.openqa.selenium - package org.openqa.selenium
 
org.openqa.selenium.internal - package org.openqa.selenium.internal
 

R

refresh() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates the user clicking the "Refresh" button on their browser.
RegExTextMatchingStrategy - Class in org.openqa.selenium.internal
 
RegExTextMatchingStrategy() - Constructor for class org.openqa.selenium.internal.RegExTextMatchingStrategy
 
removeAllSelections(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Unselects all of the selected options in a multi-select element.
removeScript(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
removeSelection(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Remove a selection from the set of selected options in a multi-select element using an option locator.
retrieveLastRemoteControlLogs() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Retrieve the last messages logged on a specific remote control.
rollup(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Executes a command rollup, which is a series of commands with a unique name, and optionally arguments that control the generation of the set of commands.
runScript(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Creates a new "script" tag in the body of the current test window, and adds the specified text into the body of the command.

S

select(List<WebElement>, String, boolean, boolean) - Method in class org.openqa.selenium.internal.BaseOptionSelectStrategy
 
select(List<WebElement>, String, boolean, boolean) - Method in class org.openqa.selenium.internal.IndexOptionSelectStrategy
 
select(List<WebElement>, String, boolean, boolean) - Method in interface org.openqa.selenium.internal.OptionSelectStrategy
 
select(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Select an option from a drop-down using an option locator.
select(String, String, boolean, boolean) - Method in class org.openqa.selenium.WebDriverBackedSelenium
 
selectFrame(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Selects a frame within the current window.
selectOption(WebElement, String) - Method in class org.openqa.selenium.internal.BaseOptionSelectStrategy
 
selectOption(WebElement, String) - Method in class org.openqa.selenium.internal.IdOptionSelectStrategy
 
selectOption(WebElement, String) - Method in class org.openqa.selenium.internal.LabelOptionSelectStrategy
 
selectOption(WebElement, String) - Method in class org.openqa.selenium.internal.ValueOptionSelectStrategy
 
selectPopUp(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides).
selectWindow(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
setBrowserLogLevel(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded.
setContext(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Writes a message to the status bar and adds a note to the browser-side log.
setCursorPosition(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Moves the text cursor to the specified position in the given input element or textarea.
setExtensionJs(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Sets the per-session extension Javascript
setMouseSpeed(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Configure the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
setSpeed(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation).
setTimeout(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Specifies the amount of time that Selenium will wait for actions to complete.
shiftKeyDown() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
shiftKeyUp() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Release the shift key.
shouldAdd(WebElement, String) - Method in class org.openqa.selenium.internal.BaseFilterFunction
 
shouldAdd(WebElement, String) - Method in class org.openqa.selenium.internal.NameFilterFunction
 
shouldAdd(WebElement, String) - Method in class org.openqa.selenium.internal.ValueFilterFunction
 
showContextualBanner() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Shows in the RemoteRunner a banner for the current test The banner is 'classname : methodname' where those two are derived from the caller The method name will be unCamelCased with the insertion of spaces at word boundaries
showContextualBanner(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Shows in the RemoteRunner a banner for the current test The banner is 'classname : methodname' The method name will be unCamelCased with the insertion of spaces at word boundaries
shutDownSeleniumServer() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Kills the running Selenium Server and all browser sessions.
start() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Launches the browser with a new Selenium session
start(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Starts a new Selenium testing session with a String, representing a configuration
start(Object) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Starts a new Selenium testing session with a configuration options object
stop() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Ends the test session, killing the browser
submit(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Submit the specified form.

T

TextMatchingStrategy - Interface in org.openqa.selenium.internal
 
type(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Sets the value of an input field, as though you typed it in.
typeKeys(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Simulates keystroke events on the specified element, as though you typed the value key-by-key.

U

uncheck(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Uncheck a toggle-button (checkbox/radio)
useXpathLibrary(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Allows choice of one of the available libraries.

V

ValueFilterFunction - Class in org.openqa.selenium.internal
 
ValueFilterFunction() - Constructor for class org.openqa.selenium.internal.ValueFilterFunction
 
ValueOptionSelectStrategy - Class in org.openqa.selenium.internal
 
ValueOptionSelectStrategy() - Constructor for class org.openqa.selenium.internal.ValueOptionSelectStrategy
 

W

waitForCondition(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
waitForFrameToLoad(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Waits for a new frame to load.
waitForPageToLoad(String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Waits for a new page to load.
waitForPopUp(String, String) - Method in class org.openqa.selenium.WebDriverBackedSelenium
Waits for a popup window to appear and load up.
WebDriverBackedSelenium - Class in org.openqa.selenium
 
WebDriverBackedSelenium(WebDriver, String) - Constructor for class org.openqa.selenium.WebDriverBackedSelenium
 
windowFocus() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Gives focus to the currently selected window
windowMaximize() - Method in class org.openqa.selenium.WebDriverBackedSelenium
Resize currently selected window to take up the entire screen

X

XPathLookupStrategy - Class in org.openqa.selenium.internal
 
XPathLookupStrategy() - Constructor for class org.openqa.selenium.internal.XPathLookupStrategy
 

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

Copyright © 2009. All Rights Reserved.