A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AcceptAlert - Class in org.openqa.selenium.remote.server.handler
- AcceptAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.AcceptAlert
- ActiveSessionFactory - Class in org.openqa.selenium.remote.server
-
Used to create new
ActiveSession
instances as required. - ActiveSessionFactory(Tracer) - Constructor for class org.openqa.selenium.remote.server.ActiveSessionFactory
- ActiveSessionListener - Interface in org.openqa.selenium.remote.server
- ActiveSessions - Class in org.openqa.selenium.remote.server
-
All current
ActiveSession
s that we're aware of. - ActiveSessions(long, TimeUnit) - Constructor for class org.openqa.selenium.remote.server.ActiveSessions
- add(String, String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
- add(SessionFactory) - Method in class org.openqa.selenium.remote.server.NewSessionPipeline.Builder
- add(WebElement) - Method in class org.openqa.selenium.remote.server.KnownElements
- addCapabilitiesMutator(Function<Capabilities, Capabilities>) - Method in class org.openqa.selenium.remote.server.NewSessionPipeline.Builder
- AddCookie - Class in org.openqa.selenium.remote.server.handler
- AddCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.AddCookie
- addCustomRequestHeader(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- addCustomRequestHeader(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Tells the Selenium server to add the specified key and value as a custom outgoing request header.
- addListener(ActiveSessionListener) - Method in class org.openqa.selenium.remote.server.ActiveSessions
- addLocationStrategy(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- addLocationStrategy(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Defines a new function for Selenium to locate elements on the page.
- AddLocationStrategy - Class in com.thoughtworks.selenium.webdriven.commands
- AddLocationStrategy(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AddLocationStrategy
- addMethod(String, SeleneseCommand<?>) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- addMutator(ScriptMutator) - Method in class com.thoughtworks.selenium.webdriven.CompoundMutator
- addMutator(ScriptMutator) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- addNewMapping(String, Supplier<RestishHandler<?>>) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
- addNewMapping(String, RequiresAllSessions) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
- addNewMapping(String, RequiresSession) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
- addScript(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- addScript(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Loads script content into a new script tag in the Selenium document.
- addSelection(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- addSelection(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- addSelection(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Add a selection to the set of selected options in a multi-select element using an option locator.
- AddSelection - Class in com.thoughtworks.selenium.webdriven.commands
- AddSelection(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AddSelection
- AlertOverride - Class in com.thoughtworks.selenium.webdriven.commands
- AlertOverride(boolean) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- allowNativeXpath(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- allowNativeXpath(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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.
- AllowNativeXPath - Class in com.thoughtworks.selenium.webdriven.commands
- AllowNativeXPath() - Constructor for class com.thoughtworks.selenium.webdriven.commands.AllowNativeXPath
- altKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
- altKeyDown() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- altKeyDown() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
- AltKeyDown - Class in com.thoughtworks.selenium.webdriven.commands
- AltKeyDown(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AltKeyDown
- altKeyUp() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- altKeyUp() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Release the alt key.
- AltKeyUp - Class in com.thoughtworks.selenium.webdriven.commands
- AltKeyUp(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AltKeyUp
- answerOnNextPrompt(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- answerOnNextPrompt(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Instructs Selenium to return the specified answer string in response to the next JavaScript prompt [window.prompt()].
- AnswerOnNextPrompt - Class in com.thoughtworks.selenium.webdriven.commands
- AnswerOnNextPrompt() - Constructor for class com.thoughtworks.selenium.webdriven.commands.AnswerOnNextPrompt
- apply(Object) - Method in class org.openqa.selenium.remote.server.handler.internal.ArgumentConverter
- apply(Object) - Method in class org.openqa.selenium.remote.server.handler.internal.ResultConverter
- apply(CreateSessionRequest) - Method in class org.openqa.selenium.remote.server.ActiveSessionFactory
- apply(WebDriver, String[]) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
- ArgumentConverter - Class in org.openqa.selenium.remote.server.handler.internal
- ArgumentConverter(KnownElements) - Constructor for class org.openqa.selenium.remote.server.handler.internal.ArgumentConverter
- assertDriverSupportsJavascript(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- assertEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like JUnit's Assert.assertEquals, but knows how to compare string arrays
- assertEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like JUnit's Assert.assertEquals, but knows how to compare string arrays
- assertEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- assertEquals(String[], String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Asserts that two string arrays have identical string contents
- assertEquals(String[], String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Asserts that two string arrays have identical string contents
- assertEquals(String[], String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- assertEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
- assertEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
- assertEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- assertEquals(String, String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:" strings like HTML Selenese
- assertEquals(String, String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:" strings like HTML Selenese
- assertEquals(String, String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- assertFalse(boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertFalse(String, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertNotEquals(boolean, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Asserts that two booleans are not the same
- assertNotEquals(boolean, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Asserts that two booleans are not the same
- assertNotEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Asserts that two objects are not the same (compares using .equals())
- assertNotEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Asserts that two objects are not the same (compares using .equals())
- assertTrue(boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertTrue(String, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assignId(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- assignId(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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.
- AssignId - Class in com.thoughtworks.selenium.webdriven.commands
- AssignId(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AssignId
- attachFile(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- attachFile(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Sets a file input (upload) field to the file listed in fileLocator
- AttachFile - Class in com.thoughtworks.selenium.webdriven.commands
- AttachFile(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AttachFile
- attachScreenshot(String) - Method in interface org.openqa.selenium.remote.server.Session
- attachScreenshotListener(String, String, ITestContext) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- attachToCurrentThread(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
B
- bind(Predicate<Capabilities>, SessionFactory) - Method in class org.openqa.selenium.remote.server.ActiveSessionFactory
- BROWSER_EXECUTABLE_PATH - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- BROWSER_MODE - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- BrowserConfigurationOptions - Class in com.thoughtworks.selenium
-
Contains parameters for a single Selenium browser session.
- BrowserConfigurationOptions() - Constructor for class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Instantiate a blank BrowserConfigurationOptions instance.
- builder() - Static method in class org.openqa.selenium.remote.server.NewSessionPipeline
- BySelector - Class in org.openqa.selenium.remote.server.handler
- BySelector() - Constructor for class org.openqa.selenium.remote.server.handler.BySelector
C
- call() - Method in class org.openqa.selenium.remote.server.handler.AcceptAlert
- call() - Method in class org.openqa.selenium.remote.server.handler.AddCookie
- call() - Method in class org.openqa.selenium.remote.server.handler.CaptureScreenshot
- call() - Method in class org.openqa.selenium.remote.server.handler.ChangeUrl
- call() - Method in class org.openqa.selenium.remote.server.handler.ClearElement
- call() - Method in class org.openqa.selenium.remote.server.handler.ClickElement
- call() - Method in class org.openqa.selenium.remote.server.handler.CloseWindow
- call() - Method in class org.openqa.selenium.remote.server.handler.ConfigureTimeout
- call() - Method in class org.openqa.selenium.remote.server.handler.DeleteCookie
- call() - Method in class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
- call() - Method in class org.openqa.selenium.remote.server.handler.DeleteSession
- call() - Method in class org.openqa.selenium.remote.server.handler.DescribeElement
- call() - Method in class org.openqa.selenium.remote.server.handler.DismissAlert
- call() - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
- call() - Method in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
- call() - Method in class org.openqa.selenium.remote.server.handler.ExecuteScript
- call() - Method in class org.openqa.selenium.remote.server.handler.FindActiveElement
- call() - Method in class org.openqa.selenium.remote.server.handler.FindChildElement
- call() - Method in class org.openqa.selenium.remote.server.handler.FindChildElements
- call() - Method in class org.openqa.selenium.remote.server.handler.FindElement
- call() - Method in class org.openqa.selenium.remote.server.handler.FindElements
- call() - Method in class org.openqa.selenium.remote.server.handler.FullscreenWindow
- call() - Method in class org.openqa.selenium.remote.server.handler.GetAlertText
- call() - Method in class org.openqa.selenium.remote.server.handler.GetAllCookies
- call() - Method in class org.openqa.selenium.remote.server.handler.GetAllWindowHandles
- call() - Method in class org.openqa.selenium.remote.server.handler.GetAvailableLogTypesHandler
- call() - Method in class org.openqa.selenium.remote.server.handler.GetCookie
- call() - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
- call() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentUrl
- call() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentWindowHandle
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementAttribute
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementDisplayed
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementEnabled
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocation
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocationInView
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementRect
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementSelected
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementSize
- call() - Method in class org.openqa.selenium.remote.server.handler.GetElementText
- call() - Method in class org.openqa.selenium.remote.server.handler.GetLogHandler
- call() - Method in class org.openqa.selenium.remote.server.handler.GetPageSource
- call() - Method in class org.openqa.selenium.remote.server.handler.GetScreenOrientation
- call() - Method in class org.openqa.selenium.remote.server.handler.GetSessionCapabilities
- call() - Method in class org.openqa.selenium.remote.server.handler.GetTagName
- call() - Method in class org.openqa.selenium.remote.server.handler.GetTitle
- call() - Method in class org.openqa.selenium.remote.server.handler.GetWindowPosition
- call() - Method in class org.openqa.selenium.remote.server.handler.GetWindowSize
- call() - Method in class org.openqa.selenium.remote.server.handler.GoBack
- call() - Method in class org.openqa.selenium.remote.server.handler.GoForward
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearLocalStorage
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearSessionStorage
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetAppCacheStatus
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageKeys
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageSize
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageKeys
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageSize
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
- call() - Method in class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
- call() - Method in class org.openqa.selenium.remote.server.handler.ImplicitlyWait
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.ClickInSession
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.DoubleClickInSession
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseDown
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseUp
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Down
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.LongPressOnElement
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Move
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Scroll
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.SingleTapOnElement
- call() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Up
- call() - Method in class org.openqa.selenium.remote.server.handler.MaximizeWindow
- call() - Method in class org.openqa.selenium.remote.server.handler.mobile.GetNetworkConnection
- call() - Method in class org.openqa.selenium.remote.server.handler.mobile.SetNetworkConnection
- call() - Method in class org.openqa.selenium.remote.server.handler.RefreshPage
- call() - Method in class org.openqa.selenium.remote.server.handler.Rotate
- call() - Method in class org.openqa.selenium.remote.server.handler.SendKeys
- call() - Method in class org.openqa.selenium.remote.server.handler.SetAlertText
- call() - Method in class org.openqa.selenium.remote.server.handler.SetScriptTimeout
- call() - Method in class org.openqa.selenium.remote.server.handler.SetWindowPosition
- call() - Method in class org.openqa.selenium.remote.server.handler.SetWindowSize
- call() - Method in class org.openqa.selenium.remote.server.handler.SubmitElement
- call() - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
- call() - Method in class org.openqa.selenium.remote.server.handler.SwitchToParentFrame
- call() - Method in class org.openqa.selenium.remote.server.handler.SwitchToWindow
- call() - Method in class org.openqa.selenium.remote.server.handler.UploadFile
- call() - Method in class org.openqa.selenium.remote.server.handler.W3CActions
- callEmbeddedHtmlUtils(WebDriver, String, WebElement, Object...) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
- callEmbeddedSelenium(WebDriver, String, WebElement, Object...) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
- canCreateDriverInstanceFor(Capabilities) - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
Checks that the browser name set in the provided capabilities matches the browser name set in the desired capabilities.
- canCreateDriverInstanceFor(Capabilities) - Method in interface org.openqa.selenium.remote.server.DriverProvider
-
Checks if the provider can create driver instance with the desired capabilities.
- canUse(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- captureEntirePageScreenshot(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- captureEntirePageScreenshot(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Saves the entire contents of the current window canvas to a PNG file.
- captureEntirePageScreenshotToString(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- captureEntirePageScreenshotToString(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Downloads a screenshot of the browser current window canvas to a based 64 encoded PNG file.
- captureNetworkTraffic(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- captureNetworkTraffic(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
- captureScreenshot(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- captureScreenshot(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Captures a PNG screenshot to the specified file.
- CaptureScreenshot - Class in org.openqa.selenium.remote.server.handler
- CaptureScreenshot(Session) - Constructor for class org.openqa.selenium.remote.server.handler.CaptureScreenshot
- captureScreenshotToString() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- captureScreenshotToString() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Capture a PNG screenshot.
- CaptureScreenshotToString - Class in com.thoughtworks.selenium.webdriven.commands
- CaptureScreenshotToString() - Constructor for class com.thoughtworks.selenium.webdriven.commands.CaptureScreenshotToString
- ChangeUrl - Class in org.openqa.selenium.remote.server.handler
- ChangeUrl(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ChangeUrl
- check(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- check(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Check a toggle-button (checkbox/radio)
- Check - Class in com.thoughtworks.selenium.webdriven.commands
- Check(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Check
- checkForVerificationErrors() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Asserts that there were no verification errors during the current test, failing immediately if any are found
- checkForVerificationErrors() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Asserts that there were no verification errors during the current test, failing immediately if any are found
- checkForVerificationErrors() - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- chooseCancelOnNextConfirmation() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- chooseCancelOnNextConfirmation() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- chooseOkOnNextConfirmation() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Undo the effect of calling chooseCancelOnNextConfirmation.
- cleanUp() - Method in class org.openqa.selenium.remote.server.ActiveSessions
- ClearElement - Class in org.openqa.selenium.remote.server.handler
- ClearElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ClearElement
- ClearLocalStorage - Class in org.openqa.selenium.remote.server.handler.html5
- ClearLocalStorage(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.ClearLocalStorage
- ClearSessionStorage - Class in org.openqa.selenium.remote.server.handler.html5
- ClearSessionStorage(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.ClearSessionStorage
- clearThreadTempLogs() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Clears the logging events attached to the thread.
- clearVerificationErrors() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Clears out the list of verification errors
- clearVerificationErrors() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Clears out the list of verification errors
- click(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- click(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Clicks on a link, button, checkbox or radio button.
- click(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- Click - Class in com.thoughtworks.selenium.webdriven.commands
- Click(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Click
- clickAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- clickAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Clicks on a link, button, checkbox or radio button.
- ClickAt - Class in com.thoughtworks.selenium.webdriven.commands
- ClickAt(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.ClickAt
- ClickElement - Class in org.openqa.selenium.remote.server.handler
- ClickElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ClickElement
- ClickInSession - Class in org.openqa.selenium.remote.server.handler.interactions
- ClickInSession(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.ClickInSession
- close() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- close() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates the user clicking the "close" button in the titlebar of a popup window or tab.
- close() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
- close() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
- close() - Method in interface org.openqa.selenium.remote.server.Session
- Close - Class in com.thoughtworks.selenium.webdriven.commands
- Close() - Constructor for class com.thoughtworks.selenium.webdriven.commands.Close
- closeResources(HttpURLConnection, Writer, Reader) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- CloseWindow - Class in org.openqa.selenium.remote.server.handler
- CloseWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.CloseWindow
- com.thoughtworks.selenium - package com.thoughtworks.selenium
- com.thoughtworks.selenium.webdriven - package com.thoughtworks.selenium.webdriven
- com.thoughtworks.selenium.webdriven.commands - package com.thoughtworks.selenium.webdriven.commands
- COMMAND_LINE_FLAGS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- commandProcessor - Variable in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- CommandProcessor - Interface in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- CompoundMutator - Class in com.thoughtworks.selenium.webdriven
-
A class that collects together a group of other mutators and applies them in the order they've been added to any script that needs modification.
- CompoundMutator(String) - Constructor for class com.thoughtworks.selenium.webdriven.CompoundMutator
- configureLogging(boolean) - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
- configureLogging(LoggingPreferences) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Configures logging using a logging preferences object.
- ConfigureTimeout - Class in org.openqa.selenium.remote.server.handler
- ConfigureTimeout(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ConfigureTimeout
- contextClick(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- contextMenu(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- contextMenu(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- contextMenuAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
- controlKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
- controlKeyDown() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- controlKeyDown() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Press the control key and hold it down until doControlUp() is called or a new page is loaded.
- ControlKeyDown - Class in com.thoughtworks.selenium.webdriven.commands
- ControlKeyDown(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.ControlKeyDown
- controlKeyUp() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- controlKeyUp() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Release the control key.
- ControlKeyUp - Class in com.thoughtworks.selenium.webdriven.commands
- ControlKeyUp(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.ControlKeyUp
- create() - Method in class org.openqa.selenium.remote.server.NewSessionPipeline.Builder
- createCookie() - Method in class org.openqa.selenium.remote.server.handler.AddCookie
- createCookie(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- createCookie(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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.
- CreateCookie - Class in com.thoughtworks.selenium.webdriven.commands
- CreateCookie() - Constructor for class com.thoughtworks.selenium.webdriven.commands.CreateCookie
- createLogFileAndAddToMap(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This creates log file object which represents logs in file form.
- createNewSession(NewSessionPayload) - Method in class org.openqa.selenium.remote.server.NewSessionPipeline
- createProvider(Capabilities, String) - Static method in class org.openqa.selenium.remote.server.DefaultDriverProvider
D
- DEBUG - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
- DEFAULT_INTERVAL - Static variable in class com.thoughtworks.selenium.Wait
-
Deprecated.The interval to pause between checking; the default is 500 milliseconds
- DEFAULT_TIMEOUT - Static variable in class com.thoughtworks.selenium.Wait
-
Deprecated.The amount of time to wait before giving up; the default is 30 seconds
- DEFAULT_TIMEOUT_IN_SECONDS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- DefaultDriverProvider - Class in org.openqa.selenium.remote.server
-
This driver provider uses reflection to find and call a driver constructor that accepts a parameter of Capabilities type.
- DefaultDriverProvider(Capabilities, Class<? extends WebDriver>) - Constructor for class org.openqa.selenium.remote.server.DefaultDriverProvider
- DefaultRemoteCommand - Class in com.thoughtworks.selenium
-
The default implementation of the RemoteCommand interface
- DefaultRemoteCommand(String, String[]) - Constructor for class com.thoughtworks.selenium.DefaultRemoteCommand
- DefaultSelenium - Class in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- DefaultSelenium(CommandProcessor) - Constructor for class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.Uses an arbitrary CommandProcessor
- DefaultSelenium(String, int, String, String) - Constructor for class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.Uses a CommandBridgeClient, specifying a server host/port, a command to launch the browser, and a starting URL for the browser.
- deleteAllVisibleCookies() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- deleteAllVisibleCookies() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Calls deleteCookie with recurse=true on all cookies visible to the current page.
- DeleteAllVisibleCookies - Class in com.thoughtworks.selenium.webdriven.commands
- DeleteAllVisibleCookies() - Constructor for class com.thoughtworks.selenium.webdriven.commands.DeleteAllVisibleCookies
- deleteCookie(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- deleteCookie(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Delete a named cookie with specified path and domain.
- DeleteCookie - Class in com.thoughtworks.selenium.webdriven.commands
- DeleteCookie - Class in org.openqa.selenium.remote.server.handler
- DeleteCookie() - Constructor for class com.thoughtworks.selenium.webdriven.commands.DeleteCookie
- DeleteCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteCookie
- DeleteNamedCookie - Class in org.openqa.selenium.remote.server.handler
- DeleteNamedCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
- DeleteSession - Class in org.openqa.selenium.remote.server.handler
-
Handles the browser side of the delete.
- DeleteSession(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteSession
- DescribeElement - Class in org.openqa.selenium.remote.server.handler
- DescribeElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DescribeElement
- describeSession(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.GetSessionCapabilities
- deselectPopUp() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- deselectPopUp() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Selects the main window.
- DeselectPopUp - Class in com.thoughtworks.selenium.webdriven.commands
- DeselectPopUp(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.DeselectPopUp
- detachFromCurrentThread() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
- DismissAlert - Class in org.openqa.selenium.remote.server.handler
- DismissAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DismissAlert
- doCommand(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Send the specified remote command to the browser to be performed
- doCommand(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- doCommand(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- doubleClick(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- doubleClick(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Double clicks on a link, button, checkbox or radio button.
- doubleClick(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- DoubleClick - Class in com.thoughtworks.selenium.webdriven.commands
- DoubleClick(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.DoubleClick
- doubleClickAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- doubleClickAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Doubleclicks on a link, button, checkbox or radio button.
- DoubleClickInSession - Class in org.openqa.selenium.remote.server.handler.interactions
- DoubleClickInSession(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.DoubleClickInSession
- doubleTap(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of double tap on the screen, analogous to double click using a Mouse.
- DoubleTapOnElement - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- DoubleTapOnElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
- down(int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of the gesture 'down' on the screen.
- Down - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- Down(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Down
- dragAndDrop(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- dragAndDrop(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Drags an element a certain distance and then drops it
- DragAndDrop - Class in com.thoughtworks.selenium.webdriven.commands
- DragAndDrop(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.DragAndDrop
- dragAndDropToObject(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- dragAndDropToObject(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Drags an element and drops it on another element
- DragAndDropToObject - Class in com.thoughtworks.selenium.webdriven.commands
- DragAndDropToObject(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.DragAndDropToObject
- dragdrop(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- dragdrop(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.deprecated - use dragAndDrop instead
- DriverProvider - Interface in org.openqa.selenium.remote.server
-
Classes that implement this interface are used by {org.openqa.selenium.remote.server.DriverFactory} to create new driver instances associated with specific set of capabilities.
- DriverSessions - Interface in org.openqa.selenium.remote.server
E
- ElementEquality - Class in org.openqa.selenium.remote.server.handler
- ElementEquality(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ElementEquality
- ElementFinder - Class in com.thoughtworks.selenium.webdriven
- ElementFinder() - Constructor for class com.thoughtworks.selenium.webdriven.ElementFinder
- ElementFinder(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.ElementFinder
- equals(Object) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler.ThreadKey
- equals(Object) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
- ERROR - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
- execute(HttpRequest) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumHandler
- ExecuteAsyncScript - Class in org.openqa.selenium.remote.server.handler
- ExecuteAsyncScript(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
- executeCommandOnServlet(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.Sends the specified command string to the bridge servlet
- executeScript(WebDriver, String, Object...) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
- ExecuteScript - Class in org.openqa.selenium.remote.server.handler
- ExecuteScript(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ExecuteScript
F
- fail(String) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- fallback(SessionFactory) - Method in class org.openqa.selenium.remote.server.NewSessionPipeline.Builder
- fetchAndStoreLogsFromDriver(SessionId, WebDriver) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Fetches and stores available logs from the given session and driver.
- FindActiveElement - Class in org.openqa.selenium.remote.server.handler
- FindActiveElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindActiveElement
- FindChildElement - Class in org.openqa.selenium.remote.server.handler
- FindChildElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindChildElement
- FindChildElements - Class in org.openqa.selenium.remote.server.handler
- FindChildElements(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindChildElements
- findElement(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
- FindElement - Class in org.openqa.selenium.remote.server.handler
- FindElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindElement
- FindElements - Class in org.openqa.selenium.remote.server.handler
- FindElements(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindElements
- FindFirstSelectedOptionProperty - Class in com.thoughtworks.selenium.webdriven.commands
- FindFirstSelectedOptionProperty(JavascriptLibrary, ElementFinder, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FindFirstSelectedOptionProperty
- findOption(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- FindSelectedOptionProperties - Class in com.thoughtworks.selenium.webdriven.commands
- FindSelectedOptionProperties(JavascriptLibrary, ElementFinder, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FindSelectedOptionProperties
- fireEvent(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- fireEvent(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Explicitly simulate an event, to trigger the corresponding "onevent" handler.
- FireEvent - Class in com.thoughtworks.selenium.webdriven.commands
- FireEvent(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FireEvent
- FireNamedEvent - Class in com.thoughtworks.selenium.webdriven.commands
- FireNamedEvent(ElementFinder, JavascriptLibrary, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FireNamedEvent
- flick(int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Sends a flick gesture to the current view.
- flick(Coordinates, int, int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of flick gestures starting in a location's element.
- Flick - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- Flick(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
- flush() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
- flush() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
- flushRecordsToLogFile(SessionId, List<LogRecord>) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This creates a mapping between session and file representation of logs if doesnt exist already.
- focus(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- focus(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.
- formattedRecords() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
- FullscreenWindow - Class in org.openqa.selenium.remote.server.handler
- FullscreenWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FullscreenWindow
- FunctionDeclaration - Class in com.thoughtworks.selenium.webdriven
-
Models a function declaration.
- FunctionDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.FunctionDeclaration
G
- get(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- get(String) - Method in class org.openqa.selenium.remote.server.KnownElements
- get(SessionId) - Method in class org.openqa.selenium.remote.server.ActiveSessions
- get(SessionId) - Method in interface org.openqa.selenium.remote.server.DriverSessions
- getAlert() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAlert() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the message of a JavaScript alert generated during the previous action, or fail if there were no alerts.
- GetAlert - Class in com.thoughtworks.selenium.webdriven.commands
- GetAlert(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAlert
- GetAlertText - Class in org.openqa.selenium.remote.server.handler
- GetAlertText(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetAlertText
- getAllButtons() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllButtons() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the IDs of all buttons on the page.
- GetAllButtons - Class in com.thoughtworks.selenium.webdriven.commands
- GetAllButtons() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAllButtons
- GetAllCookies - Class in org.openqa.selenium.remote.server.handler
- GetAllCookies(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetAllCookies
- getAllFields() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllFields() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the IDs of all input fields on the page.
- GetAllFields - Class in com.thoughtworks.selenium.webdriven.commands
- GetAllFields() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAllFields
- getAllLinks() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllLinks() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the IDs of all links on the page.
- GetAllLinks - Class in com.thoughtworks.selenium.webdriven.commands
- GetAllLinks() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAllLinks
- getAllLogsForSession(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Gets all logs for a session.
- getAllOptions() - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- getAllSessions() - Method in class org.openqa.selenium.remote.server.ActiveSessions
- GetAllSessions - Class in org.openqa.selenium.remote.server.handler
- GetAllSessions(DriverSessions) - Constructor for class org.openqa.selenium.remote.server.handler.GetAllSessions
- GetAllSessions.SessionInfo - Class in org.openqa.selenium.remote.server.handler
- GetAllWindowHandles - Class in org.openqa.selenium.remote.server.handler
- GetAllWindowHandles(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetAllWindowHandles
- getAllWindowIds() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllWindowIds() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the IDs of all windows that the browser knows about.
- getAllWindowNames() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllWindowNames() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the names of all windows that the browser knows about.
- GetAllWindowNames - Class in com.thoughtworks.selenium.webdriven.commands
- GetAllWindowNames() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAllWindowNames
- getAllWindowTitles() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAllWindowTitles() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the titles of all windows that the browser knows about.
- GetAllWindowTitles - Class in com.thoughtworks.selenium.webdriven.commands
- GetAllWindowTitles() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAllWindowTitles
- getAndClearScreenshot() - Method in interface org.openqa.selenium.remote.server.Session
- GetAppCacheStatus - Class in org.openqa.selenium.remote.server.handler.html5
- GetAppCacheStatus(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetAppCacheStatus
- getAttribute(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAttribute(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the value of an element attribute.
- GetAttribute - Class in com.thoughtworks.selenium.webdriven.commands
- GetAttribute(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAttribute
- getAttributeFromAllWindows(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getAttributeFromAllWindows(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns every instance of some attribute from all known windows.
- GetAttributeFromAllWindows - Class in com.thoughtworks.selenium.webdriven.commands
- GetAttributeFromAllWindows() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetAttributeFromAllWindows
- GetAvailableLogTypesHandler - Class in org.openqa.selenium.remote.server.handler
- GetAvailableLogTypesHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetAvailableLogTypesHandler
- getBodyText() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getBodyText() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the entire text of the page.
- GetBodyText - Class in com.thoughtworks.selenium.webdriven.commands
- GetBodyText() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetBodyText
- getBoolean(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getBoolean(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getBoolean(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getBooleanArray(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getBooleanArray(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getBooleanArray(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getBrowserExecutablePath() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- getBrowserMode() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- getCapabilities() - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
- getCapabilities() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
- getCapabilities() - Method in interface org.openqa.selenium.remote.server.Session
- getCommandLineFlags() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- getCommandResponseAsString(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getCommandURLString() - Method in class com.thoughtworks.selenium.DefaultRemoteCommand
- getCommandURLString() - Method in interface com.thoughtworks.selenium.RemoteCommand
- getConfirmation() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getConfirmation() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
- GetConfirmation - Class in com.thoughtworks.selenium.webdriven.commands
- GetConfirmation(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetConfirmation
- getCookie() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getCookie() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Return all cookies of the current page under test.
- GetCookie - Class in com.thoughtworks.selenium.webdriven.commands
- GetCookie - Class in org.openqa.selenium.remote.server.handler
- GetCookie() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetCookie
- GetCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetCookie
- getCookieByName(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getCookieByName(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
- GetCookieByName - Class in com.thoughtworks.selenium.webdriven.commands
- GetCookieByName() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetCookieByName
- getCssCount(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getCssCount(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the number of nodes that match the specified css selector, eg.
- GetCssCount - Class in com.thoughtworks.selenium.webdriven.commands
- GetCssCount() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetCssCount
- GetCssProperty - Class in org.openqa.selenium.remote.server.handler
- GetCssProperty(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetCssProperty
- GetCurrentUrl - Class in org.openqa.selenium.remote.server.handler
- GetCurrentUrl(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetCurrentUrl
- GetCurrentWindowHandle - Class in org.openqa.selenium.remote.server.handler
- GetCurrentWindowHandle(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetCurrentWindowHandle
- getCursorPosition(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getCursorPosition(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
- GetCursorPosition - Class in com.thoughtworks.selenium.webdriven.commands
- GetCursorPosition(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetCursorPosition
- getDefaultLogLevel() - Static method in class org.openqa.selenium.remote.server.log.LoggingOptions
- getDefaultLogOutFile() - Static method in class org.openqa.selenium.remote.server.log.LoggingOptions
- getDefaultPort() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- getDriver() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- getDriver() - Method in interface org.openqa.selenium.remote.server.Session
- getElement() - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
- getElementAsString() - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
- GetElementAttribute - Class in org.openqa.selenium.remote.server.handler
- GetElementAttribute(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementAttribute
- GetElementDisplayed - Class in org.openqa.selenium.remote.server.handler
- GetElementDisplayed(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementDisplayed
- GetElementEnabled - Class in org.openqa.selenium.remote.server.handler
- GetElementEnabled(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementEnabled
- getElementHeight(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getElementHeight(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the height of an element
- GetElementHeight - Class in com.thoughtworks.selenium.webdriven.commands
- GetElementHeight(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetElementHeight
- getElementId() - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
- getElementIndex(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getElementIndex(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Get the relative index of an element to its parent (starting from 0).
- GetElementIndex - Class in com.thoughtworks.selenium.webdriven.commands
- GetElementIndex(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetElementIndex
- GetElementLocation - Class in org.openqa.selenium.remote.server.handler
- GetElementLocation(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementLocation
- GetElementLocationInView - Class in org.openqa.selenium.remote.server.handler
- GetElementLocationInView(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementLocationInView
- getElementPositionLeft(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getElementPositionLeft(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the horizontal position of an element
- GetElementPositionLeft - Class in com.thoughtworks.selenium.webdriven.commands
- GetElementPositionLeft(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetElementPositionLeft
- getElementPositionTop(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getElementPositionTop(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the vertical position of an element
- GetElementPositionTop - Class in com.thoughtworks.selenium.webdriven.commands
- GetElementPositionTop(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetElementPositionTop
- GetElementRect - Class in org.openqa.selenium.remote.server.handler
- GetElementRect(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementRect
- GetElementSelected - Class in org.openqa.selenium.remote.server.handler
- GetElementSelected(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementSelected
- GetElementSize - Class in org.openqa.selenium.remote.server.handler
- GetElementSize(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementSize
- GetElementText - Class in org.openqa.selenium.remote.server.handler
- GetElementText(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetElementText
- getElementWidth(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getElementWidth(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the width of an element
- GetElementWidth - Class in com.thoughtworks.selenium.webdriven.commands
- GetElementWidth(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetElementWidth
- getEval(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getEval(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the result of evaluating the specified JavaScript snippet.
- GetEval - Class in com.thoughtworks.selenium.webdriven.commands
-
An implementation of the "getEval" method from Selenium.
- GetEval(ScriptMutator) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetEval
- getExpression(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getExpression(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the specified expression.
- GetExpression - Class in com.thoughtworks.selenium.webdriven.commands
- GetExpression() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetExpression
- getHtmlSource() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getHtmlSource() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the entire HTML source between the opening and closing "html" tags.
- GetHtmlSource - Class in com.thoughtworks.selenium.webdriven.commands
- GetHtmlSource() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetHtmlSource
- getHttpUrlConnection(URL) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getId() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
- getId() - Method in interface org.openqa.selenium.remote.server.KnownElements.ProxiedElement
- getInputStreamReader(HttpURLConnection) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getKeyboard() - Method in interface org.openqa.selenium.remote.server.handler.interactions.HasInputDevices
-
Deprecated.
- getKnownElements() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- getKnownElements() - Method in interface org.openqa.selenium.remote.server.Session
- getLengthCheckingWait(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
- GetLocalStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- GetLocalStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
- GetLocalStorageKeys - Class in org.openqa.selenium.remote.server.handler.html5
- GetLocalStorageKeys(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageKeys
- GetLocalStorageSize - Class in org.openqa.selenium.remote.server.handler.html5
- GetLocalStorageSize(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageSize
- getLocation() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getLocation() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the absolute URL of the current page.
- GetLocation - Class in com.thoughtworks.selenium.webdriven.commands
- GetLocation() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetLocation
- GetLocationContext - Class in org.openqa.selenium.remote.server.handler.html5
- GetLocationContext(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
- getLog() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getLog() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Get RC logs associated with this session.
- getLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
This returns Selenium Remote Control logs associated with the sessionId.
- getLoggedSessions() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Returns a list of session IDs for which there are logs.
- GetLogHandler - Class in org.openqa.selenium.remote.server.handler
-
RestishHandler used to fetch logs from the Remote WebDriver server.
- GetLogHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetLogHandler
- getLogRecords(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This returns the log records storied in the corresponding log file.
- getMethod(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getMouse() - Method in interface org.openqa.selenium.remote.server.handler.interactions.HasInputDevices
-
Deprecated.
- getMouseSpeed() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getMouseSpeed() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
- getNameAndAttribute(String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAttribute
- getNetworkConnection(WebDriver) - Static method in class org.openqa.selenium.remote.server.handler.html5.Utils
- GetNetworkConnection - Class in org.openqa.selenium.remote.server.handler.mobile
- GetNetworkConnection(Session) - Constructor for class org.openqa.selenium.remote.server.handler.mobile.GetNetworkConnection
- getNextAlert(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- getNextConfirmation(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- getNumber(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getNumber(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getNumber(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getNumberArray(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getNumberArray(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getNumberArray(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getOutputStreamWriter(HttpURLConnection) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- GetPageSource - Class in org.openqa.selenium.remote.server.handler
- GetPageSource(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetPageSource
- getProfile() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- getPrompt() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getPrompt() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieves the message of a JavaScript question prompt dialog generated during the previous action.
- getProvidedCapabilities() - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
- getProvidedCapabilities() - Method in interface org.openqa.selenium.remote.server.DriverProvider
-
The provider "promises" that created driver instances will have (at least) this set of capabilities.
- getRemoteControlServerLocation() - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.The URL that the RemoteControl instance is allegedly running on
- getRemoteControlServerLocation() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getRemoteControlServerLocation() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getResponse() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions
- getResponse() - Method in class org.openqa.selenium.remote.server.handler.GetSessionLogsHandler
- getResponseCode(HttpURLConnection) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getRootExceptionCause(Throwable) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
- GetScreenOrientation - Class in org.openqa.selenium.remote.server.handler
- GetScreenOrientation(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetScreenOrientation
- getScreenshot() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- getSelectedId(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedId(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets option element ID for selected option in the specified select element.
- getSelectedIds(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedIds(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets all option element IDs for selected options in the specified select or multi-select element.
- getSelectedIndex(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedIndex(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets option index (option number, starting at 0) for selected option in the specified select element.
- getSelectedIndexes(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedIndexes(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedLabel(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets option label (visible text) for selected option in the specified select element.
- getSelectedLabels(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedLabels(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets all option labels (visible text) for selected options in the specified select or multi-select element.
- getSelectedOptions() - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- getSelectedValue(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedValue(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets option value (value attribute) for selected option in the specified select element.
- getSelectedValues(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectedValues(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets all option values (value attributes) for selected options in the specified select or multi-select element.
- getSelectOptions(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSelectOptions(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets all option labels in the specified select drop-down.
- GetSelectOptions - Class in com.thoughtworks.selenium.webdriven.commands
- GetSelectOptions(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetSelectOptions
- getSelenium(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- getSeleniumScript(String) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
-
Loads the named Selenium script and returns it wrapped in an anonymous function.
- getSession() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- GetSessionCapabilities - Class in org.openqa.selenium.remote.server.handler
- GetSessionCapabilities(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetSessionCapabilities
- getSessionId() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- getSessionId() - Method in interface org.openqa.selenium.remote.server.Session
- getSessionLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Returns the server log for the given session id.
- GetSessionLogsHandler - Class in org.openqa.selenium.remote.server.handler
- GetSessionLogsHandler() - Constructor for class org.openqa.selenium.remote.server.handler.GetSessionLogsHandler
- getSessions() - Method in interface org.openqa.selenium.remote.server.DriverSessions
- GetSessionStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- GetSessionStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
- GetSessionStorageKeys - Class in org.openqa.selenium.remote.server.handler.html5
- GetSessionStorageKeys(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageKeys
- GetSessionStorageSize - Class in org.openqa.selenium.remote.server.handler.html5
- GetSessionStorageSize(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageSize
- getSpeed() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getSpeed() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Get execution speed (i.e., get the millisecond length of the delay following each selenium operation).
- getString(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getString(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getString(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getStringArray(String, String[]) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
- getStringArray(String, String[]) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getStringArray(String, String[]) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getTable(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getTable(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the text from a cell of a table.
- GetTable - Class in com.thoughtworks.selenium.webdriven.commands
- GetTable(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetTable
- GetTagName - Class in org.openqa.selenium.remote.server.handler
- GetTagName(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetTagName
- getTemporaryFileSystem() - Method in interface org.openqa.selenium.remote.server.Session
- getText() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- getText() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- getText(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getText(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the text of an element.
- GetText - Class in com.thoughtworks.selenium.webdriven.commands
- GetText(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetText
- getTimeoutInSeconds() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- getTitle() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getTitle() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the title of the current page.
- GetTitle - Class in com.thoughtworks.selenium.webdriven.commands
- GetTitle - Class in org.openqa.selenium.remote.server.handler
- GetTitle() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetTitle
- GetTitle(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetTitle
- getTouch() - Method in interface org.openqa.selenium.remote.server.handler.interactions.HasTouchScreen
-
Deprecated.
- getUnwrappedDriver() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- getValue(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getValue(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
- GetValue - Class in com.thoughtworks.selenium.webdriven.commands
- GetValue(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetValue
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Determine whether current/locator identify the frame containing this running code.
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Determine whether currentWindowString plus target identify the window containing this running code.
- GetWindowPosition - Class in org.openqa.selenium.remote.server.handler
- GetWindowPosition(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetWindowPosition
- GetWindowSize - Class in org.openqa.selenium.remote.server.handler
- GetWindowSize(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetWindowSize
- getWrappedDriver() - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
- getWrappedDriver() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- getXpathCount(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getXpathCount(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns the number of nodes that match the specified xpath, eg.
- GetXpathCount - Class in com.thoughtworks.selenium.webdriven.commands
- GetXpathCount() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetXpathCount
- goBack() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- goBack() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates the user clicking the "back" button on their browser.
- GoBack - Class in com.thoughtworks.selenium.webdriven.commands
- GoBack - Class in org.openqa.selenium.remote.server.handler
- GoBack() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GoBack
- GoBack(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GoBack
- GoForward - Class in org.openqa.selenium.remote.server.handler
- GoForward(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GoForward
H
- handle() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions
- handle() - Method in class org.openqa.selenium.remote.server.handler.GetSessionLogsHandler
- handle() - Method in class org.openqa.selenium.remote.server.handler.Status
- handle() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- handle() - Method in interface org.openqa.selenium.remote.server.rest.RestishHandler
- handle(Command) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
- handleRequest(HttpRequest, HttpResponse) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AddLocationStrategy
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AddSelection
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AllowNativeXPath
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AltKeyDown
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AltKeyUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AnswerOnNextPrompt
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AssignId
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.AttachFile
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.CaptureScreenshotToString
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Check
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Click
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.ClickAt
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Close
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.ControlKeyDown
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.ControlKeyUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.CreateCookie
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DeleteAllVisibleCookies
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DeleteCookie
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DeselectPopUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DoubleClick
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DragAndDrop
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.DragAndDropToObject
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.FindFirstSelectedOptionProperty
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.FindSelectedOptionProperties
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.FireEvent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.FireNamedEvent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAlert
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAllButtons
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAllFields
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAllLinks
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAllWindowNames
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAllWindowTitles
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAttribute
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAttributeFromAllWindows
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetBodyText
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetConfirmation
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetCookie
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetCookieByName
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetCssCount
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetCursorPosition
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetElementHeight
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetElementIndex
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetElementPositionLeft
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetElementPositionTop
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetElementWidth
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetEval
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetExpression
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetHtmlSource
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetLocation
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetSelectOptions
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetTable
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetText
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetTitle
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetValue
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetXpathCount
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.GoBack
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Highlight
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsAlertPresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsChecked
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsConfirmationPresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsCookiePresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsEditable
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsElementPresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsOrdered
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsPromptPresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsSomethingSelected
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsTextPresent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.IsVisible
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.KeyDownNative
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.KeyEvent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.KeyPressNative
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.KeyUpNative
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.MetaKeyDown
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.MetaKeyUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.MouseEvent
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.MouseEventAt
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.NoOp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Open
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.OpenWindow
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Refresh
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.RemoveAllSelections
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.RemoveSelection
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.RunScript
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SelectFrame
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SelectOption
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SelectPopUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SelectWindow
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SetCursorPosition
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SetNextConfirmationState
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.SetTimeout
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.ShiftKeyDown
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.ShiftKeyUp
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Submit
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Type
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.TypeKeys
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.Uncheck
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.UseXPathLibrary
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForCondition
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPopup
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.WindowFocus
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.commands.WindowMaximize
- handleSeleneseCommand(WebDriver, String, String) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
- hashCode() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler.ThreadKey
- hashCode() - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
- HasInputDevices - Interface in org.openqa.selenium.remote.server.handler.interactions
-
Deprecated.
- hasOptions() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Returns true if any options are set in this instance.
- hasSessionInProgress() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- HasTouchScreen - Interface in org.openqa.selenium.remote.server.handler.interactions
-
Deprecated.
- highlight(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- highlight(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Briefly changes the backgroundColor of the specified element yellow.
- Highlight - Class in com.thoughtworks.selenium.webdriven.commands
- Highlight(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Highlight
- HttpCommandProcessor - Class in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- HttpCommandProcessor(String, int, String, String) - Constructor for class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.Specifies a server host/port, a command to launch the browser, and a starting URL for the browser.
- HttpCommandProcessor(String, String, String) - Constructor for class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.Specifies the URL to the CommandBridge servlet, a command to launch the browser, and a starting URL for the browser.
I
- ignoreAttributesWithoutValue(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- ignoreAttributesWithoutValue(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Specifies whether Selenium will ignore xpath attributes that have no value, i.e.
- ImplicitlyWait - Class in org.openqa.selenium.remote.server.handler
- ImplicitlyWait(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImplicitlyWait
- INFO - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
- invalidate(SessionId) - Method in class org.openqa.selenium.remote.server.ActiveSessions
- isAlertPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isAlertPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Has an alert occurred?
- isAlertPresent(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- IsAlertPresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsAlertPresent(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsAlertPresent
- isCaptureScreenShotOnFailure() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- isCaptureScreenShotOnFailure() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- isChecked(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isChecked(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gets whether a toggle-button (checkbox/radio) is checked.
- IsChecked - Class in com.thoughtworks.selenium.webdriven.commands
- IsChecked(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsChecked
- isConfirmationPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isConfirmationPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Has confirm() been called?
- isConfirmationPresent(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- IsConfirmationPresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsConfirmationPresent(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsConfirmationPresent
- isCookiePresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isCookiePresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Returns true if a cookie with the specified name is present, or false otherwise.
- IsCookiePresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsCookiePresent() - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsCookiePresent
- isEditable(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isEditable(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Determines whether the specified input element is editable, ie hasn't been disabled.
- IsEditable - Class in com.thoughtworks.selenium.webdriven.commands
- IsEditable(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsEditable
- isElementPresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isElementPresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Verifies that the specified element is somewhere on the page.
- IsElementPresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsElementPresent(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsElementPresent
- isLoggable(LogRecord) - Method in class org.openqa.selenium.remote.server.log.MaxLevelFilter
- isMethodAvailable(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- isMultiWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Returns true if the
MULTI_WINDOW
field is set. - isOrdered(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isOrdered(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Check if these two elements have same parent and are ordered siblings in the DOM.
- IsOrdered - Class in com.thoughtworks.selenium.webdriven.commands
- IsOrdered(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsOrdered
- isPromptPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isPromptPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Has a prompt occurred?
- isPromptPresent(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- IsPromptPresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsPromptPresent(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsPromptPresent
- isSet(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- isSingleWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Returns true if the
SINGLE_WINDOW
field is set. - isSomethingSelected(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isSomethingSelected(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Determines whether some option in a drop-down menu is selected.
- IsSomethingSelected - Class in com.thoughtworks.selenium.webdriven.commands
- IsSomethingSelected(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsSomethingSelected
- isTextPresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isTextPresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
- IsTextPresent - Class in com.thoughtworks.selenium.webdriven.commands
- IsTextPresent(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsTextPresent
- isVisible(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isVisible(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Determines if the specified element is visible.
- IsVisible - Class in com.thoughtworks.selenium.webdriven.commands
- IsVisible(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsVisible
J
- JavascriptLibrary - Class in com.thoughtworks.selenium.webdriven
- JavascriptLibrary() - Constructor for class com.thoughtworks.selenium.webdriven.JavascriptLibrary
- join(String[], char) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- join(String[], char) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- JsonHttpCommandHandler - Class in org.openqa.selenium.remote.server
- JsonHttpCommandHandler(DriverSessions, Logger) - Constructor for class org.openqa.selenium.remote.server.JsonHttpCommandHandler
K
- Keyboard - Interface in org.openqa.selenium.remote.server.handler.interactions
-
Deprecated.Use
Actions
andKeyInput
instead. - keyDown(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyDown(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing a key (without releasing it yet).
- keyDownNative(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyDownNative(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing a key (without releasing it yet) by sending a native operating system keystroke.
- KeyDownNative - Class in com.thoughtworks.selenium.webdriven.commands
- KeyDownNative() - Constructor for class com.thoughtworks.selenium.webdriven.commands.KeyDownNative
- KeyEvent - Class in com.thoughtworks.selenium.webdriven.commands
- KeyEvent(ElementFinder, JavascriptLibrary, KeyState, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.KeyEvent
- keyPress(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyPress(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing and releasing a key.
- keyPressNative(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyPressNative(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing and releasing a key by sending a native operating system keystroke.
- KeyPressNative - Class in com.thoughtworks.selenium.webdriven.commands
- KeyPressNative() - Constructor for class com.thoughtworks.selenium.webdriven.commands.KeyPressNative
- KeyState - Class in com.thoughtworks.selenium.webdriven.commands
- KeyState() - Constructor for class com.thoughtworks.selenium.webdriven.commands.KeyState
- keyUp(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyUp(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user releasing a key.
- keyUpNative(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- keyUpNative(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user releasing a key by sending a native operating system keystroke.
- KeyUpNative - Class in com.thoughtworks.selenium.webdriven.commands
- KeyUpNative() - Constructor for class com.thoughtworks.selenium.webdriven.commands.KeyUpNative
- KnownElements - Class in org.openqa.selenium.remote.server
- KnownElements() - Constructor for class org.openqa.selenium.remote.server.KnownElements
- KnownElements.ProxiedElement - Interface in org.openqa.selenium.remote.server
L
- loadDriverProviders() - Method in class org.openqa.selenium.remote.server.ActiveSessionFactory
- LoggingManager - Class in org.openqa.selenium.remote.server.log
-
Configure logging to Selenium taste.
- LoggingManager() - Constructor for class org.openqa.selenium.remote.server.log.LoggingManager
- LoggingOptions - Class in org.openqa.selenium.remote.server.log
- LoggingOptions() - Constructor for class org.openqa.selenium.remote.server.log.LoggingOptions
- longPress(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of long press gestures.
- LongPressOnElement - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- LongPressOnElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.LongPressOnElement
M
- matches(HttpRequest) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumHandler
- MaximizeWindow - Class in org.openqa.selenium.remote.server.handler
- MaximizeWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.MaximizeWindow
- MaxLevelFilter - Class in org.openqa.selenium.remote.server.log
-
java.util.logging Filter providing finer grain control over what is logged, beyond the control provided by log levels.
- MaxLevelFilter(Level) - Constructor for class org.openqa.selenium.remote.server.log.MaxLevelFilter
- metaKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
- metaKeyDown() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- metaKeyDown() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
- MetaKeyDown - Class in com.thoughtworks.selenium.webdriven.commands
- MetaKeyDown(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MetaKeyDown
- metaKeyUp() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- metaKeyUp() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Release the meta key.
- MetaKeyUp - Class in com.thoughtworks.selenium.webdriven.commands
- MetaKeyUp(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MetaKeyUp
- MethodDeclaration - Class in com.thoughtworks.selenium.webdriven.commands
- MethodDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MethodDeclaration
- Mouse - Interface in org.openqa.selenium.remote.server.handler.interactions
-
Deprecated.Use
Actions
and thePointerInput
instead. - mouseDown(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseDown(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the left mouse button (without releasing it yet) on the specified element.
- mouseDown(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- MouseDown - Class in org.openqa.selenium.remote.server.handler.interactions
- MouseDown(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.MouseDown
- mouseDownAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseDownAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the left mouse button (without releasing it yet) at the specified location.
- mouseDownRight(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseDownRight(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the right mouse button (without releasing it yet) on the specified element.
- mouseDownRightAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseDownRightAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
- MouseEvent - Class in com.thoughtworks.selenium.webdriven.commands
- MouseEvent(ElementFinder, JavascriptLibrary, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MouseEvent
- MouseEventAt - Class in com.thoughtworks.selenium.webdriven.commands
- MouseEventAt(ElementFinder, JavascriptLibrary, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MouseEventAt
- mouseMove(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseMove(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
- mouseMove(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- mouseMove(Coordinates, long, long) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- mouseMoveAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseMoveAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
- MouseMoveToLocation - Class in org.openqa.selenium.remote.server.handler.interactions
- MouseMoveToLocation(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation
- mouseOut(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseOut(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user moving the mouse pointer away from the specified element.
- mouseOver(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseOver(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates a user hovering a mouse over the specified element.
- mouseUp(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseUp(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) on the specified element.
- mouseUp(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Mouse
-
Deprecated.
- MouseUp - Class in org.openqa.selenium.remote.server.handler.interactions
- MouseUp(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.MouseUp
- mouseUpAt(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseUpAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseUpRight(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseUpRightAt(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) at the specified location.
- move(int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of the gesture 'move' on the screen.
- Move - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- Move(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Move
- MULTI_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- mutate(String, StringBuilder) - Method in class com.thoughtworks.selenium.webdriven.commands.MethodDeclaration
- mutate(String, StringBuilder) - Method in class com.thoughtworks.selenium.webdriven.CompoundMutator
- mutate(String, StringBuilder) - Method in class com.thoughtworks.selenium.webdriven.FunctionDeclaration
- mutate(String, StringBuilder) - Method in interface com.thoughtworks.selenium.webdriven.ScriptMutator
-
Mutate a script.
- mutate(String, StringBuilder) - Method in class com.thoughtworks.selenium.webdriven.SeleniumMutator
- mutate(String, StringBuilder) - Method in class com.thoughtworks.selenium.webdriven.VariableDeclaration
N
- newBySelector() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
- newInstance(Capabilities) - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
- newInstance(Capabilities) - Method in interface org.openqa.selenium.remote.server.DriverProvider
-
Creates a new driver instance.
- NewSessionPipeline - Class in org.openqa.selenium.remote.server
- NewSessionPipeline.Builder - Class in org.openqa.selenium.remote.server
- NoOp - Class in com.thoughtworks.selenium.webdriven.commands
- NoOp(Object) - Constructor for class com.thoughtworks.selenium.webdriven.commands.NoOp
O
- onAccess(ActiveSession) - Method in interface org.openqa.selenium.remote.server.ActiveSessionListener
- onConfigurationFailure(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onConfigurationSkip(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onConfigurationSuccess(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onFinish(ITestContext) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onStart(ITestContext) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onStop(ActiveSession) - Method in interface org.openqa.selenium.remote.server.ActiveSessionListener
- onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onTestFailure(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onTestSkipped(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onTestStart(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- onTestSuccess(ITestResult) - Method in class com.thoughtworks.selenium.ScreenshotListener
- open(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- open(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Opens an URL in the test frame.
- open(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- open(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Opens an URL in the test frame.
- Open - Class in com.thoughtworks.selenium.webdriven.commands
- Open(String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Open
- openWindow(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- openWindow(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Opens a popup window (if a window with that ID isn't already open).
- OpenWindow - Class in com.thoughtworks.selenium.webdriven.commands
- OpenWindow(String, GetEval) - Constructor for class com.thoughtworks.selenium.webdriven.commands.OpenWindow
- org.openqa.selenium.remote.server - package org.openqa.selenium.remote.server
- org.openqa.selenium.remote.server.handler - package org.openqa.selenium.remote.server.handler
- org.openqa.selenium.remote.server.handler.html5 - package org.openqa.selenium.remote.server.handler.html5
- org.openqa.selenium.remote.server.handler.interactions - package org.openqa.selenium.remote.server.handler.interactions
- org.openqa.selenium.remote.server.handler.interactions.touch - package org.openqa.selenium.remote.server.handler.interactions.touch
- org.openqa.selenium.remote.server.handler.internal - package org.openqa.selenium.remote.server.handler.internal
- org.openqa.selenium.remote.server.handler.mobile - package org.openqa.selenium.remote.server.handler.mobile
- org.openqa.selenium.remote.server.log - package org.openqa.selenium.remote.server.log
- org.openqa.selenium.remote.server.rest - package org.openqa.selenium.remote.server.rest
- overrideSimpleFormatterWithTerseOneForConsoleHandler(Logger, boolean) - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
P
- parse(String) - Static method in class com.thoughtworks.selenium.DefaultRemoteCommand
-
Factory method to create a RemoteCommand from a wiki-style input string
- parseCSV(String) - Static method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.Convert backslash-escaped comma-delimited string into String array.
- pause(int) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Sleeps for the specified number of milliseconds
- pause(int) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Sleeps for the specified number of milliseconds
- perSessionLogHandler() - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
Provides a PerSessionLogHandler
- PerSessionLogHandler - Class in org.openqa.selenium.remote.server.log
-
RestishHandler which keeps in memory the log records per session so that users can retrieve logs per session.
- PerSessionLogHandler(int, Formatter, boolean) - Constructor for class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
New handler keeping track of log records per session.
- PerSessionLogHandler.ThreadKey - Class in org.openqa.selenium.remote.server.log
- pickFrom(String, String) - Method in class org.openqa.selenium.remote.server.handler.BySelector
- pickFromJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.BySelector
- pressKey(CharSequence) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Keyboard
-
Deprecated.Press a key on the keyboard that isn't text.
- PROFILE_NAME - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- PROXY_CONFIG - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.StdOutHandler
- put(ActiveSession) - Method in class org.openqa.selenium.remote.server.ActiveSessions
R
- records() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
- refresh() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- refresh() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates the user clicking the "Refresh" button on their browser.
- Refresh - Class in com.thoughtworks.selenium.webdriven.commands
- Refresh() - Constructor for class com.thoughtworks.selenium.webdriven.commands.Refresh
- RefreshPage - Class in org.openqa.selenium.remote.server.handler
- RefreshPage(Session) - Constructor for class org.openqa.selenium.remote.server.handler.RefreshPage
- releaseKey(CharSequence) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Keyboard
-
Deprecated.Release a key on the keyboard that isn't text.
- RemoteCommand - Interface in com.thoughtworks.selenium
-
Represents a single remote action
- removeAllSelections(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeAllSelections(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Unselects all of the selected options in a multi-select element.
- RemoveAllSelections - Class in com.thoughtworks.selenium.webdriven.commands
- RemoveAllSelections(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RemoveAllSelections
- removeListener(ActiveSessionListener) - Method in class org.openqa.selenium.remote.server.ActiveSessions
- RemoveLocalStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- RemoveLocalStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
- removeLogFile(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
- removeScript(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeScript(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Removes a script tag from the Selenium document identified by the given id.
- removeSelection(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- removeSelection(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeSelection(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Remove a selection from the set of selected options in a multi-select element using an option locator.
- RemoveSelection - Class in com.thoughtworks.selenium.webdriven.commands
- RemoveSelection(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RemoveSelection
- removeSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Removes session logs for the given session id.
- RemoveSessionStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- RemoveSessionStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
- replaceAlertMethod(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
- RequiresAllSessions - Interface in org.openqa.selenium.remote.server
- RequiresSession - Interface in org.openqa.selenium.remote.server
- RestishHandler<T> - Interface in org.openqa.selenium.remote.server.rest
- ResultConfig - Class in org.openqa.selenium.remote.server.rest
- ResultConfig(String, Supplier<RestishHandler<?>>, DriverSessions, Logger) - Constructor for class org.openqa.selenium.remote.server.rest.ResultConfig
- ResultConfig(String, RequiresAllSessions, DriverSessions, Logger) - Constructor for class org.openqa.selenium.remote.server.rest.ResultConfig
- ResultConfig(String, RequiresSession, DriverSessions, Logger) - Constructor for class org.openqa.selenium.remote.server.rest.ResultConfig
- ResultConverter - Class in org.openqa.selenium.remote.server.handler.internal
-
Converts an object to be sent as JSON according to the wire protocol.
- ResultConverter(KnownElements) - Constructor for class org.openqa.selenium.remote.server.handler.internal.ResultConverter
- retrieveLastRemoteControlLogs() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- retrieveLastRemoteControlLogs() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Retrieve the last messages logged on a specific remote control.
- rollup(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- rollup(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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.
- Rotate - Class in org.openqa.selenium.remote.server.handler
- Rotate(Session) - Constructor for class org.openqa.selenium.remote.server.handler.Rotate
- run(SeleneseCommand<T>, WebDriver, String[]) - Method in class com.thoughtworks.selenium.webdriven.Timer
- runBare() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Runs the bare test sequence, capturing a screenshot if a test fails
- runScript(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- runScript(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Creates a new "script" tag in the body of the current test window, and adds the specified text into the body of the command.
- RunScript - Class in com.thoughtworks.selenium.webdriven.commands
- RunScript(ScriptMutator) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RunScript
- runtimeBrowserString() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- runtimeBrowserString() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
S
- ScreenshotListener - Class in com.thoughtworks.selenium
- ScreenshotListener(File, Selenium) - Constructor for class com.thoughtworks.selenium.ScreenshotListener
- ScriptMutator - Interface in com.thoughtworks.selenium.webdriven
-
A mechanism for taking a single method from a script meant for Selenium Core and converting to something that webdriver can evaluate.
- scroll(int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the view to be scrolled by an x and y offset.
- scroll(Coordinates, int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Creates a scroll gesture that starts on a particular screen location.
- Scroll - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- Scroll(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Scroll
- select(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- select(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Select an option from a drop-down using an option locator.
- selectBlankWindow(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
Selects the only
_blank
window. - selectDefaultWindow() - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- selectFrame(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- selectFrame(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Selects a frame within the current window.
- selectFrame(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
- SelectFrame - Class in com.thoughtworks.selenium.webdriven.commands
- SelectFrame(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectFrame
- SelectOption - Class in com.thoughtworks.selenium.webdriven.commands
- SelectOption(AlertOverride, JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectOption
- selectPopUp(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- selectPopUp(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simplifies the process of selecting a popup window (and does not offer functionality beyond what
selectWindow()
already provides). - selectPopUp(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
- SelectPopUp - Class in com.thoughtworks.selenium.webdriven.commands
- SelectPopUp(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectPopUp
- selectWindow(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- selectWindow(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
- selectWindow(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
- SelectWindow - Class in com.thoughtworks.selenium.webdriven.commands
- SelectWindow(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectWindow
- SeleneseCommand<T> - Class in com.thoughtworks.selenium.webdriven
- SeleneseCommand() - Constructor for class com.thoughtworks.selenium.webdriven.SeleneseCommand
- SeleneseTestBase - Class in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- SeleneseTestBase() - Constructor for class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- SeleneseTestCase - Class in com.thoughtworks.selenium
-
Deprecated.Please consider updating to junit 4 or above
- SeleneseTestCase() - Constructor for class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- SeleneseTestCase(String) - Constructor for class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- SeleneseTestNgHelper - Class in com.thoughtworks.selenium
- SeleneseTestNgHelper() - Constructor for class com.thoughtworks.selenium.SeleneseTestNgHelper
- selenium - Variable in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Use this object to run all of your selenium tests
- selenium - Variable in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Use this object to run all of your selenium tests
- Selenium - Interface in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- seleniumEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Compares two objects, but handles "regexp:" strings like HTML Selenese
- seleniumEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Compares two objects, but handles "regexp:" strings like HTML Selenese
- seleniumEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- seleniumEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Compares two strings, but handles "regexp:" strings like HTML Selenese
- seleniumEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Compares two strings, but handles "regexp:" strings like HTML Selenese
- seleniumEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- SeleniumException - Exception in com.thoughtworks.selenium
-
Thrown when a Selenium command fails.
- SeleniumException(Exception) - Constructor for exception com.thoughtworks.selenium.SeleniumException
- SeleniumException(String) - Constructor for exception com.thoughtworks.selenium.SeleniumException
- SeleniumException(String, Exception) - Constructor for exception com.thoughtworks.selenium.SeleniumException
- SeleniumLogLevels - Class in com.thoughtworks.selenium
-
An enumeration of logging levels
- SeleniumLogLevels() - Constructor for class com.thoughtworks.selenium.SeleniumLogLevels
- SeleniumMutator - Class in com.thoughtworks.selenium.webdriven
-
Add a function backed by the closure-based implementation of Selenium Core.
- SeleniumMutator(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.SeleniumMutator
- SeleniumSelect - Class in com.thoughtworks.selenium.webdriven.commands
- SeleniumSelect(JavascriptLibrary, ElementFinder, WebDriver, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- sendKeys(CharSequence...) - Method in interface org.openqa.selenium.remote.server.handler.interactions.Keyboard
-
Deprecated.Sends keys to the keyboard representation in the browser.
- SendKeys - Class in org.openqa.selenium.remote.server.handler
- SendKeys(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SendKeys
- SendKeyToActiveElement - Class in org.openqa.selenium.remote.server.handler.interactions
- SendKeyToActiveElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
- serialize() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Serializes to the format "name=value;name=value".
- Session - Interface in org.openqa.selenium.remote.server
- SessionLogsToFileRepository - Class in org.openqa.selenium.remote.server.log
- SessionLogsToFileRepository() - Constructor for class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
- set(String, String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the given key to the given value unless the value is null.
- SetAlertText - Class in org.openqa.selenium.remote.server.handler
- SetAlertText(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetAlertText
- setBrowserExecutablePath(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the full path for the browser executable.
- setBrowserLogLevel(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setBrowserLogLevel(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded.
- setBrowserMode(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the "mode" for the browser.
- setCaptureScreenShotOnFailure(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- setCaptureScreenShotOnFailure(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- setCommandLineFlags(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- setContext(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setContext(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Writes a message to the status bar and adds a note to the browser-side log.
- setCursorPosition(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setCursorPosition(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Moves the text cursor to the specified position in the given input element or textarea.
- SetCursorPosition - Class in com.thoughtworks.selenium.webdriven.commands
- SetCursorPosition(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SetCursorPosition
- setDefaultTimeout(long) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
- setEnableAlertOverrides(boolean) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
Sets whether to enable emulation of Selenium's alert handling functions or to preserve WebDriver's alert handling.
- setExtensionJs(String) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Sets extension Javascript for the session
- setExtensionJs(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.Allows javascript to be specified for the test on a per-browser session basis.
- setExtensionJs(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.This should be invoked before start().
- setExtensionJs(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Sets the per-session extension Javascript
- setExtensionJs(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.AddCookie
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ChangeUrl
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ConfigureTimeout
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ExecuteScript
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.FindChildElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.FindChildElements
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.FindElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.FindElements
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.GetCookie
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.GetElementAttribute
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.GetLogHandler
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.ImplicitlyWait
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.ClickInSession
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Down
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.LongPressOnElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Move
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Scroll
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.SingleTapOnElement
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Up
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.mobile.SetNetworkConnection
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.Rotate
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SendKeys
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SetAlertText
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SetScriptTimeout
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SetWindowPosition
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SetWindowSize
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.SwitchToWindow
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.UploadFile
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.W3CActions
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
- setJsonParameters(Map<String, Object>) - Method in interface org.openqa.selenium.remote.server.rest.RestishHandler
- SetLocalStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- SetLocalStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
- SetLocationContext - Class in org.openqa.selenium.remote.server.handler.html5
- SetLocationContext(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
- setMouseSpeed(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setMouseSpeed(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Configure the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
- setMultiWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets
MULTI_WINDOW
and unsetsSINGLE_WINDOW
- SetNetworkConnection - Class in org.openqa.selenium.remote.server.handler.mobile
- SetNetworkConnection(Session) - Constructor for class org.openqa.selenium.remote.server.handler.mobile.SetNetworkConnection
- SetNextConfirmationState - Class in com.thoughtworks.selenium.webdriven.commands
- SetNextConfirmationState(boolean) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SetNextConfirmationState
- setProfile(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the name of the profile, which must exist in the -profilesLocation directory, to use for this browser session.
- SetScriptTimeout - Class in org.openqa.selenium.remote.server.handler
- SetScriptTimeout(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetScriptTimeout
- setSelected(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
- setSessionInProgress(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- SetSessionStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
- SetSessionStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
- setSingleWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets
SINGLE_WINDOW
and unsetsMULTI_WINDOW
. - setSpeed(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setSpeed(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation).
- setTestContext() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- setTestContext(Method) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- setTimeout(long) - Method in class com.thoughtworks.selenium.webdriven.Timer
- setTimeout(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- setTimeout(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Specifies the amount of time that Selenium will wait for actions to complete.
- SetTimeout - Class in com.thoughtworks.selenium.webdriven.commands
- SetTimeout(Timer) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SetTimeout
- setTimeoutInSeconds(int) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the timeout, in seconds, for all commands.
- setTimeToWait(int) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
-
Overrides the default time to wait (in milliseconds) after a page has finished loading.
- setUp() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Calls this.setUp(null)
- setUp() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Calls this.setUp(null)
- setUp(String) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Calls this.setUp with the specified url and a default browser.
- setUp(String) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Calls this.setUp with the specified url and a default browser.
- setUp(String, String) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Creates a new DefaultSelenium object and starts it using the specified baseUrl and browser string.
- setUp(String, String) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Creates a new DefaultSelenium object and starts it using the specified baseUrl and browser string
- setUp(String, String) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- setUp(String, String, int) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Creates a new DefaultSelenium object and starts it using the specified baseUrl and browser string.
- setUp(String, String, int) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Creates a new DefaultSelenium object and starts it using the specified baseURL, browser string and port
- SetWindowPosition - Class in org.openqa.selenium.remote.server.handler
- SetWindowPosition(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetWindowPosition
- SetWindowSize - Class in org.openqa.selenium.remote.server.handler
- SetWindowSize(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetWindowSize
- shiftKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
- shiftKeyDown() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- shiftKeyDown() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
- ShiftKeyDown - Class in com.thoughtworks.selenium.webdriven.commands
- ShiftKeyDown(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.ShiftKeyDown
- shiftKeyUp() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- shiftKeyUp() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Release the shift key.
- ShiftKeyUp - Class in com.thoughtworks.selenium.webdriven.commands
- ShiftKeyUp(KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.ShiftKeyUp
- ShortTermMemoryHandler - Class in org.openqa.selenium.remote.server.log
-
RestishHandler who keeps in memory the last N records as is so that then can be retrieved "as is" on demand.
- ShortTermMemoryHandler(int, Level, Formatter) - Constructor for class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
New handler keeping track of the last N records above a specific log level.
- showContextualBanner() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- showContextualBanner() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- showContextualBanner(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.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 com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- shutDownSeleniumServer() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Kills the running Selenium Server and all browser sessions.
- SINGLE_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- singleTap(Coordinates) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of single tap on the screen, analogous to click using a Mouse.
- SingleTapOnElement - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- SingleTapOnElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.SingleTapOnElement
- start() - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Starts a new Selenium testing session
- start() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- start() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Launches the browser with a new Selenium session
- start() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- start(Object) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Starts a new Selenium testing session with a configuration options object
- start(Object) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start(Object) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.Wraps the version of start() that takes a String parameter, sending it the result of calling toString() on optionsObject, which will likely be a BrowserConfigurationOptions instance.
- start(Object) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Starts a new Selenium testing session with a configuration options object
- start(Object) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- start(String) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Starts a new Selenium testing session with a String, representing a configuration
- start(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- start(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Starts a new Selenium testing session with a String, representing a configuration
- start(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- Status - Class in org.openqa.selenium.remote.server.handler
-
RestishHandler that returns general status information about the server.
- Status() - Constructor for class org.openqa.selenium.remote.server.handler.Status
- StdOutHandler - Class in org.openqa.selenium.remote.server.log
-
java.util.logging Log RestishHandler logging everything to standard output.
- StdOutHandler() - Constructor for class org.openqa.selenium.remote.server.log.StdOutHandler
- stop() - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.Ends the current Selenium testing session (normally killing the browser)
- stop() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- stop() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- stop() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Ends the test session, killing the browser
- stop() - Method in class com.thoughtworks.selenium.webdriven.Timer
- stop() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- submit(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- submit(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Submit the specified form.
- Submit - Class in com.thoughtworks.selenium.webdriven.commands
- Submit(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Submit
- SubmitElement - Class in org.openqa.selenium.remote.server.handler
- SubmitElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SubmitElement
- SwitchToFrame - Class in org.openqa.selenium.remote.server.handler
- SwitchToFrame(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SwitchToFrame
- SwitchToParentFrame - Class in org.openqa.selenium.remote.server.handler
- SwitchToParentFrame(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SwitchToParentFrame
- SwitchToWindow - Class in org.openqa.selenium.remote.server.handler
- SwitchToWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SwitchToWindow
T
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.checks for verification errors and stops the browser
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.checks for verification errors and stops the browser
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- test(Capabilities) - Method in class org.openqa.selenium.remote.server.ActiveSessionFactory
- throwAssertionFailureExceptionOrError(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- TIMEOUT_IN_SECONDS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
- Timer - Class in com.thoughtworks.selenium.webdriven
- Timer(long) - Constructor for class com.thoughtworks.selenium.webdriven.Timer
- toLong(String) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
- toString() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
- toString() - Method in class com.thoughtworks.selenium.DefaultRemoteCommand
- toString() - Method in class org.openqa.selenium.remote.server.ActiveSessions
- toString() - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
- toString() - Method in class org.openqa.selenium.remote.server.handler.AcceptAlert
- toString() - Method in class org.openqa.selenium.remote.server.handler.AddCookie
- toString() - Method in class org.openqa.selenium.remote.server.handler.CaptureScreenshot
- toString() - Method in class org.openqa.selenium.remote.server.handler.ChangeUrl
- toString() - Method in class org.openqa.selenium.remote.server.handler.ClearElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.ClickElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.CloseWindow
- toString() - Method in class org.openqa.selenium.remote.server.handler.ConfigureTimeout
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteCookie
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteSession
- toString() - Method in class org.openqa.selenium.remote.server.handler.DescribeElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.DismissAlert
- toString() - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
- toString() - Method in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
- toString() - Method in class org.openqa.selenium.remote.server.handler.ExecuteScript
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindActiveElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindChildElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindChildElements
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindElements
- toString() - Method in class org.openqa.selenium.remote.server.handler.FullscreenWindow
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAlertText
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAllCookies
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAllWindowHandles
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAvailableLogTypesHandler
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCookie
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentUrl
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentWindowHandle
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementAttribute
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementDisplayed
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementEnabled
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocation
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocationInView
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementRect
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementSelected
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementSize
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementText
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetLogHandler
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetPageSource
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetScreenOrientation
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetSessionLogsHandler
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetTagName
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetTitle
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetWindowPosition
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetWindowSize
- toString() - Method in class org.openqa.selenium.remote.server.handler.GoBack
- toString() - Method in class org.openqa.selenium.remote.server.handler.GoForward
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearLocalStorage
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearSessionStorage
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetAppCacheStatus
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageKeys
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageSize
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageKeys
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageSize
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
- toString() - Method in class org.openqa.selenium.remote.server.handler.ImplicitlyWait
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.ClickInSession
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.DoubleClickInSession
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseDown
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseUp
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Down
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.LongPressOnElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Move
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Scroll
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.SingleTapOnElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Up
- toString() - Method in class org.openqa.selenium.remote.server.handler.MaximizeWindow
- toString() - Method in class org.openqa.selenium.remote.server.handler.mobile.GetNetworkConnection
- toString() - Method in class org.openqa.selenium.remote.server.handler.mobile.SetNetworkConnection
- toString() - Method in class org.openqa.selenium.remote.server.handler.RefreshPage
- toString() - Method in class org.openqa.selenium.remote.server.handler.Rotate
- toString() - Method in class org.openqa.selenium.remote.server.handler.SendKeys
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetAlertText
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetScriptTimeout
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetWindowPosition
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetWindowSize
- toString() - Method in class org.openqa.selenium.remote.server.handler.SubmitElement
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToParentFrame
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToWindow
- toString() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler.ThreadKey
- TouchScreen - Interface in org.openqa.selenium.remote.server.handler.interactions
-
Deprecated.Replaced by
Actions
andPointerInput
. - transferThreadTempLogsToSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
- type(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- type(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Sets the value of an input field, as though you typed it in.
- Type - Class in com.thoughtworks.selenium.webdriven.commands
- Type(AlertOverride, JavascriptLibrary, ElementFinder, KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Type
- typeKeys(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- typeKeys(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Simulates keystroke events on the specified element, as though you typed the value key-by-key.
- TypeKeys - Class in com.thoughtworks.selenium.webdriven.commands
- TypeKeys(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.TypeKeys
U
- uncheck(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- uncheck(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Uncheck a toggle-button (checkbox/radio)
- Uncheck - Class in com.thoughtworks.selenium.webdriven.commands
- Uncheck(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Uncheck
- until() - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.
- up(int, int) - Method in interface org.openqa.selenium.remote.server.handler.interactions.TouchScreen
-
Deprecated.Allows the execution of the gesture 'up' on the screen.
- Up - Class in org.openqa.selenium.remote.server.handler.interactions.touch
- Up(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Up
- UploadFile - Class in org.openqa.selenium.remote.server.handler
- UploadFile(Session) - Constructor for class org.openqa.selenium.remote.server.handler.UploadFile
- useXpathLibrary(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- useXpathLibrary(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Allows choice of one of the available libraries.
- UseXPathLibrary - Class in com.thoughtworks.selenium.webdriven.commands
- UseXPathLibrary() - Constructor for class com.thoughtworks.selenium.webdriven.commands.UseXPathLibrary
- Utils - Class in org.openqa.selenium.remote.server.handler.html5
-
Provides utility methods for converting a
WebDriver
instance to the various HTML5 role interfaces. - Utils() - Constructor for class org.openqa.selenium.remote.server.handler.html5.Utils
V
- VariableDeclaration - Class in com.thoughtworks.selenium.webdriven
-
Prepend a variable declaration to a script.
- VariableDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.VariableDeclaration
- verificationErrors - Variable in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- verifyEquals(boolean, boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertEquals, but fails at the end of the test (during tearDown)
- verifyEquals(boolean, boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertEquals, but fails at the end of the test (during tearDown)
- verifyEquals(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertEquals, but fails at the end of the test (during tearDown)
- verifyEquals(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertEquals, but fails at the end of the test (during tearDown)
- verifyEquals(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- verifyEquals(String[], String[]) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Asserts that two string arrays have identical string contents (fails at the end of the test, during tearDown)
- verifyEquals(String[], String[]) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertEquals, but fails at the end of the test (during tearDown)
- verifyEquals(String[], String[]) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
- verifyFalse(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertFalse, but fails at the end of the test (during tearDown)
- verifyFalse(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertFalse, but fails at the end of the test (during tearDown)
- verifyNotEquals(boolean, boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertNotEquals, but fails at the end of the test (during tearDown)
- verifyNotEquals(boolean, boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertNotEquals, but fails at the end of the test (during tearDown)
- verifyNotEquals(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertNotEquals, but fails at the end of the test (during tearDown)
- verifyNotEquals(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertNotEquals, but fails at the end of the test (during tearDown)
- verifyTrue(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.Like assertTrue, but fails at the end of the test (during tearDown)
- verifyTrue(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.Like assertTrue, but fails at the end of the test (during tearDown)
W
- W3CActions - Class in org.openqa.selenium.remote.server.handler
- W3CActions(Session) - Constructor for class org.openqa.selenium.remote.server.handler.W3CActions
- wait(String) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.Wait until the "until" condition returns true or time runs out.
- wait(String, long) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.Wait until the "until" condition returns true or time runs out.
- wait(String, long, long) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.Wait until the "until" condition returns true or time runs out.
- Wait - Class in com.thoughtworks.selenium
-
Deprecated.The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
- Wait() - Constructor for class com.thoughtworks.selenium.Wait
-
Deprecated.
- Wait(String) - Constructor for class com.thoughtworks.selenium.Wait
-
Deprecated.
- Wait.WaitTimedOutException - Exception in com.thoughtworks.selenium
-
Deprecated.
- waitForCondition(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForCondition(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
- WaitForCondition - Class in com.thoughtworks.selenium.webdriven.commands
- WaitForCondition(ScriptMutator, Runnable) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForCondition
- waitForFrameToLoad(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForFrameToLoad(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Waits for a new frame to load.
- waitForPageToLoad(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForPageToLoad(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Waits for a new page to load.
- WaitForPageToLoad - Class in com.thoughtworks.selenium.webdriven.commands
- WaitForPageToLoad(Runnable) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
- waitForPopUp(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForPopUp(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Waits for a popup window to appear and load up.
- WaitForPopup - Class in com.thoughtworks.selenium.webdriven.commands
- WaitForPopup(Windows, Runnable) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForPopup
- WaitTimedOutException() - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(String) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(String, Throwable) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(Throwable) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WARN - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
- WebDriverBackedSelenium - Class in com.thoughtworks.selenium.webdriven
- WebDriverBackedSelenium(Supplier<WebDriver>, String) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
- WebDriverBackedSelenium(WebDriver, String) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
- WebDriverBackedSeleniumHandler - Class in com.thoughtworks.selenium.webdriven
-
An implementation of the original selenium rc server endpoint, using a webdriver-backed selenium in order to get things working.
- WebDriverBackedSeleniumHandler(Tracer, ActiveSessions) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumHandler
- WebDriverCommandProcessor - Class in com.thoughtworks.selenium.webdriven
-
A CommandProcessor which delegates commands down to an underlying webdriver instance.
- WebDriverCommandProcessor(String, Supplier<WebDriver>) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- WebDriverCommandProcessor(String, WebDriver) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
- WebDriverHandler<T> - Class in org.openqa.selenium.remote.server.handler
- WebDriverHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.WebDriverHandler
- WebElementHandler<T> - Class in org.openqa.selenium.remote.server.handler
- WebElementHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.WebElementHandler
- windowFocus() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- windowFocus() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Gives focus to the currently selected window
- WindowFocus - Class in com.thoughtworks.selenium.webdriven.commands
- WindowFocus(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WindowFocus
- windowMaximize() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- windowMaximize() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.Resize currently selected window to take up the entire screen
- WindowMaximize - Class in com.thoughtworks.selenium.webdriven.commands
- WindowMaximize(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WindowMaximize
- Windows - Class in com.thoughtworks.selenium.webdriven
- Windows(WebDriver) - Constructor for class com.thoughtworks.selenium.webdriven.Windows
All Classes All Packages