- AbstractWebDriverEventListener - Class in org.openqa.selenium.support.events
-
Use this class as base class, if you want to implement a
WebDriverEventListener
and are
only interested in some events.
- AbstractWebDriverEventListener() - Constructor for class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- accept() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- AcceptAlert - Class in org.openqa.selenium.remote.server.handler
-
- AcceptAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.AcceptAlert
-
- activeElement() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringTargetLocator
-
- actualStep - Variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase.LoggableStep
-
- add(String, String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- add(WebElement) - Method in class org.openqa.selenium.remote.server.KnownElements
-
- ADD_CONFIG_COMMAND_NAME - Static variable in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- AddConfig - Class in org.openqa.selenium.remote.server.handler
-
- AddConfig(DriverSessions) - Constructor for class org.openqa.selenium.remote.server.handler.AddConfig
-
- AddCookie - Class in org.openqa.selenium.remote.server.handler
-
- AddCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.AddCookie
-
- addCookie(Cookie) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- 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 specificed key and value as a custom outgoing request
header.
- additionalLocators - Variable in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- 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, Class<? extends RestishHandler<?>>) - 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, 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
-
- addSelection(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- addTest(String, List<CoreTestCase.StepResult>) - Method in class org.openqa.selenium.server.htmlrunner.Results
-
- afterAlertAccept(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterAlertAccept(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
This action will be performed each time after Alert.accept()
- afterAlertDismiss(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterAlertDismiss(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
This action will be performed each time before Alert.dismiss()
- afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after WebElement.clear()
, WebElement.sendKeys(...)
}.
- afterClickOn(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterClickOn(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after WebElement.click()
.
- afterFindBy(By, WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterFindBy(By, WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after WebDriver.findElement(...)
, or
WebDriver.findElements(...)
, or WebElement.findElement(...)
, or WebElement.findElements(...)
.
- afterNavigateBack(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateBack(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after navigate().back()
.
- afterNavigateForward(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateForward(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after navigate().forward()
.
- afterNavigateRefresh(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateRefresh(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after navigate().refresh()
.
- afterNavigateTo(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateTo(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after get(String url)
respectively
navigate().to(String url)
.
- afterScript(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterScript(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
Called after RemoteWebDriver.executeScript(java.lang.String, java.lang.Object[])
.
- alert - Variable in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- alert() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringTargetLocator
-
- AlertOverride - Class in com.thoughtworks.selenium.webdriven.commands
-
- AlertOverride(boolean) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.Check
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.Click
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.ClickAt
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.DoubleClick
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.GetAlert
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.GetConfirmation
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.IsAlertPresent
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.IsConfirmationPresent
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.IsPromptPresent
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.SelectOption
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.Submit
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.Type
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.TypeKeys
-
- alertOverride - Variable in class com.thoughtworks.selenium.webdriven.commands.Uncheck
-
- 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
-
- allParameters - Variable in class org.openqa.selenium.remote.server.handler.W3CActions
-
- allResults - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- allResults - Variable in class org.openqa.selenium.server.htmlrunner.Results.ElementCallback
-
- allSessions - Variable in class org.openqa.selenium.remote.server.handler.AddConfig
-
- allSessions - Variable in class org.openqa.selenium.remote.server.handler.GetAllSessions
-
- allSessions - Variable in class org.openqa.selenium.remote.server.handler.NewSession
-
- allTables - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- 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
-
- altKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
-
- 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(WebDriver, String[]) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- 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
-
- args - Variable in class com.thoughtworks.selenium.DefaultRemoteCommand
-
- args - Variable in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
-
- args - Variable in class org.openqa.selenium.remote.server.handler.ExecuteScript
-
- Args() - Constructor for class org.openqa.selenium.server.htmlrunner.HTMLLauncher.Args
-
- 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(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.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.SeleneseTestBase
-
Deprecated.
Asserts that two string arrays have identical string contents
- 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(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.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.SeleneseTestCase
-
Deprecated.
Asserts that two string arrays have identical string contents
- assertEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String, String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String[], String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertFalse(String, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertFalse(boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertion - Variable in class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps.NextCommandFails
-
- assertion - Variable in class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps.VerifyNextCommandFails
-
- ASSERTION_FAILED(String) - Static method in class org.openqa.selenium.server.htmlrunner.NextStepDecorator
-
- assertNotEquals(Object, Object) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
Asserts that two objects are not the same (compares using .equals())
- 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.SeleneseTestCase
-
Deprecated.
Asserts that two objects are not the same (compares using .equals())
- assertSupportsMultipleSelections() - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- assertTrue(String, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertTrue(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
-
- atom - Variable in class com.thoughtworks.selenium.webdriven.SeleniumMutator
-
- 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 class org.openqa.selenium.remote.server.DefaultSession
-
- 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
-
- authenticateUsing(Credentials) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- call() - Method in class org.openqa.selenium.remote.server.DefaultSession.BrowserCreator
-
- 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.ImeActivateEngine
-
- call() - Method in class org.openqa.selenium.remote.server.handler.ImeDeactivate
-
- call() - Method in class org.openqa.selenium.remote.server.handler.ImeGetActiveEngine
-
- call() - Method in class org.openqa.selenium.remote.server.handler.ImeGetAvailableEngines
-
- call() - Method in class org.openqa.selenium.remote.server.handler.ImeIsActivated
-
- 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.SetAlertCredentials
-
- 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
-
- callConstructor(Class<? extends WebDriver>, Capabilities) - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- callConstructor(String, Capabilities) - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
- 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.
- canCreateDriverInstanceFor(Capabilities) - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
Checks that the browser name set in the provided capabilities matches the browser name
set in the desired capabilities.
- canCreateDriverInstances() - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
Checks that driver class can be loaded.
- canCreateDriverInstances() - Method in interface org.openqa.selenium.remote.server.DriverProvider
-
Checks if the provider can create driver instances "in general".
- canCreateDriverInstances() - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
Checks that driver class can be loaded.
- canUse(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- capabilities - Variable in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- capabilities - Variable in class org.openqa.selenium.remote.server.DefaultSession.BrowserCreator
-
- capabilities - Variable in class org.openqa.selenium.remote.server.DefaultSession
-
- capabilities - Variable in class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
-
- CapabilitiesComparator - Class in org.openqa.selenium.remote.server
-
Compares two sets of Capabilities
against a desired standard.
- CapabilitiesComparator(Capabilities, Platform) - Constructor for class org.openqa.selenium.remote.server.CapabilitiesComparator
-
- CapabilitiesComparator.CapabilityScorer<T> - Class in org.openqa.selenium.remote.server
-
- CapabilitiesComparator.CurrentPlatformScorer - Class in org.openqa.selenium.remote.server
-
- CapabilitiesComparator.FuzzyPlatformScorer - Class in org.openqa.selenium.remote.server
-
- CapabilitiesComparator.VersionScorer - Class in org.openqa.selenium.remote.server
-
- capabilitiesToDriverProvider - Variable in class org.openqa.selenium.remote.server.DefaultDriverFactory
-
- CapabilityScorer(T) - Constructor for class org.openqa.selenium.remote.server.CapabilitiesComparator.CapabilityScorer
-
- capacity - Variable in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- capacity - Variable in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- 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
-
- captureScreenShotOnFailure - Variable in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- 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
-
- cause - Variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase.StepResult
-
- cause - Variable in class org.openqa.selenium.server.htmlrunner.NextStepDecorator
-
- 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
-
- checkExpiry() - Method in class org.openqa.selenium.remote.server.SessionCleaner
-
- 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
-
- checkOverridesEnabled() - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- 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.
- className - Variable in class org.openqa.selenium.remote.server.handler.AddConfig
-
- clear() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- Click(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Click
-
- click() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- click(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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
-
- clientGoneTimeout - Variable in class org.openqa.selenium.remote.server.SessionCleaner
-
- Clock - Interface in org.openqa.selenium.remote.server
-
A simple encapsulation to allowing timing
- clock - Variable in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- clock - Variable in class org.openqa.selenium.remote.server.DefaultSession
-
- clock - Variable in class org.openqa.selenium.remote.server.SessionCleaner
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- Close() - Constructor for class com.thoughtworks.selenium.webdriven.commands.Close
-
- close() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- 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() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- closeLogReader() - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository.LogFile
-
- closeLogWriter() - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository.LogFile
-
- 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.condition - package com.thoughtworks.selenium.condition
-
- com.thoughtworks.selenium.webdriven - package com.thoughtworks.selenium.webdriven
-
- com.thoughtworks.selenium.webdriven.commands - package com.thoughtworks.selenium.webdriven.commands
-
- command - Variable in class com.thoughtworks.selenium.DefaultRemoteCommand
-
- command - Variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase.LoggableStep
-
- COMMAND_LINE_FLAGS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- commandCodecs - Variable in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- commandErrors - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- commandFailures - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- commandHandler - Variable in class org.openqa.selenium.remote.server.DriverServlet
-
- commandName - Variable in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- commandPasses - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- CommandProcessor - Interface in com.thoughtworks.selenium
-
- commandProcessor - Variable in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- commandTimeOut - Variable in class org.openqa.selenium.server.htmlrunner.TestState
-
- compare(Capabilities, Capabilities) - Method in class org.openqa.selenium.remote.server.CapabilitiesComparator
-
- compareWith - Variable in class org.openqa.selenium.remote.server.CapabilitiesComparator
-
- 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
-
- Condition - Class in com.thoughtworks.selenium.condition
-
Simple predicate class, which also knows how to wait for the condition to be true.
- Condition() - Constructor for class com.thoughtworks.selenium.condition.Condition
-
Creates an instance of Condition with is canonical name as message
- Condition(String, Object[]) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
Creates an instance of Condition with the given message
and args
, which are in
the String.format(String, Object...)
modeal.
- Condition(String) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- Condition(String, Object) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- Condition(String, Object, Object) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- Condition(String, Object, Object, Object) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- Condition(String, Object, Object, Object, Object) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- Condition(String, Object, Object, Object, Object, Object) - Constructor for class com.thoughtworks.selenium.condition.Condition
-
- conditionFailed(ConditionRunner.Context, Condition, String) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.Log4jMonitor
-
- conditionFailed(ConditionRunner.Context, Condition, String) - Method in interface com.thoughtworks.selenium.condition.DefaultConditionRunner.Monitor
-
- conditionFailed(ConditionRunner.Context, Condition, String) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.NoOpMonitor
-
- ConditionRunner - Interface in com.thoughtworks.selenium.condition
-
A ConditionRunner is a class that can execute a
Condition
, which need certain basic
pieces that it needs to execute (e.g.
- ConditionRunner.Context - Interface in com.thoughtworks.selenium.condition
-
- conditionWasReached(ConditionRunner.Context, Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.Log4jMonitor
-
- conditionWasReached(ConditionRunner.Context, Condition) - Method in interface com.thoughtworks.selenium.condition.DefaultConditionRunner.Monitor
-
- conditionWasReached(ConditionRunner.Context, Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.NoOpMonitor
-
- configs - Variable in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- configureLogging() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- 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 class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- ContextImpl() - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner.ContextImpl
-
- 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() - 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
-
- controlKeyDown - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
-
- 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
-
- convert(WebDriver, Class<T>, String, Class<? extends T>) - Static method in class org.openqa.selenium.remote.server.handler.html5.Utils
-
- CoreRunnerError - Error in org.openqa.selenium.server.htmlrunner
-
- CoreRunnerError(String, Object...) - Constructor for error org.openqa.selenium.server.htmlrunner.CoreRunnerError
-
- CoreStep - Interface in org.openqa.selenium.server.htmlrunner
-
- CoreStepFactory - Interface in org.openqa.selenium.server.htmlrunner
-
- CoreTestCase - Class in org.openqa.selenium.server.htmlrunner
-
- CoreTestCase(String) - Constructor for class org.openqa.selenium.server.htmlrunner.CoreTestCase
-
- CoreTestCase.LoggableStep - Class in org.openqa.selenium.server.htmlrunner
-
- CoreTestCase.StepResult - Class in org.openqa.selenium.server.htmlrunner
-
- CoreTestSuite - Class in org.openqa.selenium.server.htmlrunner
-
- CoreTestSuite(String) - Constructor for class org.openqa.selenium.server.htmlrunner.CoreTestSuite
-
- create(String, String) - Method in interface org.openqa.selenium.server.htmlrunner.CoreStepFactory
-
- 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
-
- createCookie() - Method in class org.openqa.selenium.remote.server.handler.AddCookie
-
- createDriver(String) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- createHandler(SessionId) - Method in interface org.openqa.selenium.remote.server.rest.ResultConfig.HandlerFactory
-
- createInternalRequest(HttpServletRequest) - Static method in class org.openqa.selenium.remote.server.DriverServlet
-
- createLogFileAndAddToMap(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This creates log file object which represents logs in file form.
- createSession(DriverFactory, SessionId, Capabilities) - Static method in class org.openqa.selenium.remote.server.DefaultSession
-
- createSession(DriverFactory, Clock, SessionId, Capabilities) - Static method in class org.openqa.selenium.remote.server.DefaultSession
-
- createSession(DriverFactory, TemporaryFilesystem, Clock, SessionId, Capabilities) - Static method in class org.openqa.selenium.remote.server.DefaultSession
-
- createSessionCleaner(Logger, DriverSessions, long, long) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- createWebElement(WebElement) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- CROSS_DOMAIN_RPC_PATH - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- CrossDomainRpc - Class in org.openqa.selenium.remote.server.xdrpc
-
A cross-domain RPC that specifies a command to execute in the WebDriver
wire protocol.
- CrossDomainRpc(String, String, String) - Constructor for class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
Creates a new RPC.
- CrossDomainRpcLoader - Class in org.openqa.selenium.remote.server.xdrpc
-
- CrossDomainRpcLoader() - Constructor for class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader
-
- CrossDomainRpcLoader.Field - Class in org.openqa.selenium.remote.server.xdrpc
-
Fields used to encode a
CrossDomainRpc
in the JSON body of a
HttpServletRequest
.
- currentIndex - Variable in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- currentIsDesired - Variable in class org.openqa.selenium.remote.server.CapabilitiesComparator.CurrentPlatformScorer
-
- CurrentPlatformScorer(Platform, Platform) - Constructor for class org.openqa.selenium.remote.server.CapabilitiesComparator.CurrentPlatformScorer
-
- data - Variable in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- DATA - Static variable in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader.Field
-
- DEBUG - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
-
- declaration - Variable in class com.thoughtworks.selenium.webdriven.VariableDeclaration
-
- decode(HttpRequest) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- decode(String) - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults.UrlDecoder
-
- decodeListOfStrings(List) - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults.UrlDecoder
-
- 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
-
- DefaultConditionRunner - Class in com.thoughtworks.selenium.condition
-
- DefaultConditionRunner(DefaultConditionRunner.Monitor, Selenium, int, int, int) - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(DefaultConditionRunner.Monitor, Selenium, int, int) - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium, int, int, int) - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium, int, int) - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium) - Constructor for class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
Constructs an instance of this class with reasonable defaults.
- DefaultConditionRunner.ContextImpl - Class in com.thoughtworks.selenium.condition
-
- DefaultConditionRunner.Log4jMonitor - Class in com.thoughtworks.selenium.condition
-
- DefaultConditionRunner.Monitor - Interface in com.thoughtworks.selenium.condition
-
- DefaultConditionRunner.NoOpMonitor - Class in com.thoughtworks.selenium.condition
-
- defaultContent() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringTargetLocator
-
- DefaultDriverFactory - Class in org.openqa.selenium.remote.server
-
- DefaultDriverFactory() - Constructor for class org.openqa.selenium.remote.server.DefaultDriverFactory
-
- 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
-
- DefaultDriverProvider(Capabilities, String) - Constructor for class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- defaultDriverProviders - Static variable in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- DefaultDriverSessions - Class in org.openqa.selenium.remote.server
-
- DefaultDriverSessions() - Constructor for class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- DefaultDriverSessions(DriverFactory) - Constructor for class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- DefaultDriverSessions(Platform, DriverFactory) - Constructor for class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- DefaultDriverSessions(Platform, DriverFactory, Clock) - Constructor for class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- 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
-
- 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.
- DefaultSelenium(CommandProcessor) - Constructor for class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
Uses an arbitrary CommandProcessor
- DefaultSession - Class in org.openqa.selenium.remote.server
-
The default session implementation.
- DefaultSession(DriverFactory, TemporaryFilesystem, Clock, SessionId, Capabilities) - Constructor for class org.openqa.selenium.remote.server.DefaultSession
-
- DefaultSession.BrowserCreator - Class in org.openqa.selenium.remote.server
-
- defaultTimeout - Variable in class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- deleteAllCookies() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- 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() - Constructor for class com.thoughtworks.selenium.webdriven.commands.DeleteCookie
-
- DeleteCookie - Class in org.openqa.selenium.remote.server.handler
-
- DeleteCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteCookie
-
- deleteCookie(Cookie) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- deleteCookieNamed(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- DeleteNamedCookie - Class in org.openqa.selenium.remote.server.handler
-
- DeleteNamedCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
-
- deleteSession(SessionId) - Method in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- deleteSession(SessionId) - Method in interface org.openqa.selenium.remote.server.DriverSessions
-
- 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
-
- describedCapabilities - Variable in class org.openqa.selenium.remote.server.DefaultSession.BrowserCreator
-
- 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
-
- deserializeArgs(HttpServletRequest) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- desiredCapabilities - Variable in class org.openqa.selenium.remote.server.handler.AddConfig
-
- desiredCapabilities - Variable in class org.openqa.selenium.remote.server.handler.NewSession
-
- destroy() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- detachFromCurrentThread() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- detectCommandProcessor(String, int, String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- determineSuiteUrl(String, String) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- discover() - Static method in class org.openqa.selenium.server.htmlrunner.ReflectivelyDiscoveredSteps
-
- dismiss() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- DismissAlert - Class in org.openqa.selenium.remote.server.handler
-
- DismissAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DismissAlert
-
- dispatcher - Variable in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- dispatcher - Variable in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- dispatcher - Variable in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- dispatcher - Variable in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- 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
-
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- DoubleClick(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.DoubleClick
-
- doubleClick(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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 class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- 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 - Class in org.openqa.selenium.remote.server.handler.interactions.touch
-
- Down(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Down
-
- down(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- downloadFile(String) - Method in class com.thoughtworks.selenium.webdriven.commands.AttachFile
-
- 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
- driver - Variable in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- driver - Variable in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- driver - Variable in class org.openqa.selenium.remote.server.DefaultSession
-
- driver - Variable in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- driver - Variable in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- driver - Variable in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- driver - Variable in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- driverClass - Variable in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- driverClassName - Variable in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- DriverFactory - Interface in org.openqa.selenium.remote.server
-
- 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.
- DriverServlet - Class in org.openqa.selenium.remote.server
-
- DriverServlet() - Constructor for class org.openqa.selenium.remote.server.DriverServlet
-
- DriverServlet(Supplier<DriverSessions>) - Constructor for class org.openqa.selenium.remote.server.DriverServlet
-
- DriverServlet.DriverSessionsSupplier - Class in org.openqa.selenium.remote.server
-
- DriverServlet.StaticResourceHandler - Class in org.openqa.selenium.remote.server
-
- DriverSessions - Interface in org.openqa.selenium.remote.server
-
- driverSessions - Variable in class org.openqa.selenium.remote.server.SessionCleaner
-
- DriverSessionsSupplier() - Constructor for class org.openqa.selenium.remote.server.DriverServlet.DriverSessionsSupplier
-
- get(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- get() - Method in class com.thoughtworks.selenium.webdriven.ExplodingSupplier
-
- get(SessionId) - Method in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- get() - Method in class org.openqa.selenium.remote.server.DriverServlet.DriverSessionsSupplier
-
- get(SessionId) - Method in interface org.openqa.selenium.remote.server.DriverSessions
-
- get(String) - Method in class org.openqa.selenium.remote.server.KnownElements
-
- get(String, Object) - Static method in class org.openqa.selenium.remote.server.rest.PropertyMunger
-
- get() - Method in class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps
-
- get() - Method in class org.openqa.selenium.server.htmlrunner.ReflectivelyDiscoveredSteps
-
- get(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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 - 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 class org.openqa.selenium.remote.server.DefaultSession
-
- 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
-
- getApplicationCache(WebDriver) - Static method in class org.openqa.selenium.remote.server.handler.html5.Utils
-
- 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
-
- getAttribute - Variable in class com.thoughtworks.selenium.webdriven.commands.GetAttribute
-
- getAttribute(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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
-
- getBestMatch(Capabilities, Collection<T>) - Static method in class org.openqa.selenium.remote.server.CapabilitiesComparator
-
- getBestMatch(Capabilities, Collection<T>, Platform) - Static method in class org.openqa.selenium.remote.server.CapabilitiesComparator
-
- 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
-
- getBooleanFromRaw(String) - Method in class org.openqa.selenium.remote.server.handler.AddCookie
-
- 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.DefaultSession
-
- getCapabilities() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
-
- getCapabilities() - Method in class org.openqa.selenium.remote.server.handler.NewSession
-
- getCapabilities() - Method in interface org.openqa.selenium.remote.server.Session
-
- getCapabilityDescription() - Method in class org.openqa.selenium.remote.server.DefaultSession.BrowserCreator
-
- getCause() - Method in class org.openqa.selenium.server.htmlrunner.NextStepDecorator
-
- 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
-
- getConditionRunner() - Method in interface com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- getConditionRunner() - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.ContextImpl
-
- 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
-
- getConstructor(Class<? extends RestishHandler<?>>, Class...) - Static method in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- getContent() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- 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() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetCookie
-
- GetCookie - Class in org.openqa.selenium.remote.server.handler
-
- 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
-
- getCookieNamed(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- getCookies() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringOptions
-
- getCoordinates() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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
-
- getCssValue(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- GetCurrentUrl - Class in org.openqa.selenium.remote.server.handler
-
- GetCurrentUrl(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetCurrentUrl
-
- getCurrentUrl() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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
-
- getData() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- 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.
- getDescription(WebDriver, Capabilities) - Method in class org.openqa.selenium.remote.server.DefaultSession.BrowserCreator
-
- getDriver() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- getDriver() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- getDriver() - Method in interface org.openqa.selenium.remote.server.Session
-
- getDriverClass() - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- getDriverClass(String) - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
- 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
-
- getExpectedValue(Method, String, String) - Static method in class org.openqa.selenium.server.htmlrunner.ReflectivelyDiscoveredSteps
-
- 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
-
- getField(JsonObject, String) - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader
-
- getHandlerFactory(Class<? extends RestishHandler<?>>) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- getHref(int) - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
-
- getHrefs() - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
-
- 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 class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getKnownElements() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- 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
-
- getLocation() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- GetLocationContext - Class in org.openqa.selenium.remote.server.handler.html5
-
- GetLocationContext(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
-
- getLocationContext(WebDriver) - Static method in class org.openqa.selenium.remote.server.handler.html5.Utils
-
- 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.
- getLoggableTests(WebDriver) - Method in class org.openqa.selenium.server.htmlrunner.CoreTestCase
-
- getLoggedSessions() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
Returns a list of session IDs for which there are logs.
- getLogger() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- 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
-
- getLogReader() - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository.LogFile
-
- getLogRecords(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This returns the log records storied in the corresponding log file.
- getLogWriter() - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository.LogFile
-
- getMessage() - Method in class com.thoughtworks.selenium.condition.Condition
-
- getMethod(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- getMethod() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getMouse() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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
-
- getNextId() - Method in class org.openqa.selenium.remote.server.KnownElements
-
- 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
-
- getNumCommandErrors() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getNumCommandFailures() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getNumCommandPasses() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getNumTestFailures() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getNumTestPasses() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getNumTotalTests() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- 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
-
- getPageSource() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getPath() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getPosition() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWindow
-
- 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 "promices" that created driver instances will have (at least) this set of
capabilities.
- getProvidedCapabilities() - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
- getProviderMatching(Capabilities) - Method in class org.openqa.selenium.remote.server.DefaultDriverFactory
-
- getReadyStateUsingWait(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
-
- getRealSessionId() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- getRect() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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
-
- getRenderableClass() - Method in class org.openqa.selenium.server.htmlrunner.CoreTestCase.StepResult
-
- getResourceData(URL) - Method in class org.openqa.selenium.remote.server.DriverServlet.StaticResourceHandler
-
- 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.
- getResult() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- 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
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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() - Method in interface com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- getSelenium() - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.ContextImpl
-
- 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.DefaultSession
-
- getSessionId() - Method in class org.openqa.selenium.remote.server.handler.NewSession
-
- 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 class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- 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
-
- getSize() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- getSize() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWindow
-
- 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).
- getStepLog() - Method in class org.openqa.selenium.server.htmlrunner.CoreTestCase.StepResult
-
- 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
-
- getTagName() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- getTemporaryFileSystem() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- getTemporaryFileSystem() - Method in interface org.openqa.selenium.remote.server.Session
-
- getTestTables() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getText(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- getText() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- getText() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
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
-
- getText() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- getText() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GetTitle
-
- GetTitle - Class in org.openqa.selenium.remote.server.handler
-
- GetTitle(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetTitle
-
- getTitle() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getTotalTime() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getTouch() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getUnwrappedDriver() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- getUpdatedSuite() - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
-
- getUrl(String) - Method in class com.thoughtworks.selenium.webdriven.commands.AttachFile
-
- 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
-
- getValue(String) - Method in class org.openqa.selenium.server.htmlrunner.TestState
-
- getValueToUseInMs(String, long) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- getWebStorage(WebDriver) - Static method in class org.openqa.selenium.remote.server.handler.html5.Utils
-
- 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.
- getWindowHandle() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getWindowHandles() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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
-
- getWrappedDriver() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- getWrappedDriver() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getWrappedElement() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- 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() - Constructor for class com.thoughtworks.selenium.webdriven.commands.GoBack
-
- GoBack - Class in org.openqa.selenium.remote.server.handler
-
- 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
-
- main(String[]) - Static method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- mainInt(String...) - Static method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- maker - Variable in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- manage() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- massage(String, String, List<X>, Function<X, String>) - Method in class org.openqa.selenium.server.htmlrunner.Results
-
- MAX_AGE_PATTERN - Static variable in class com.thoughtworks.selenium.webdriven.commands.CreateCookie
-
- maximize() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWindow
-
- MaximizeWindow - Class in org.openqa.selenium.remote.server.handler
-
- MaximizeWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.MaximizeWindow
-
- maxLevel - Variable in class org.openqa.selenium.remote.server.log.MaxLevelFilter
-
- 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
-
- message - Variable in class com.thoughtworks.selenium.condition.Condition
-
- 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 - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
-
- 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
-
- method - Variable in class com.thoughtworks.selenium.webdriven.SeleniumMutator
-
- method - Variable in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- METHOD - Static variable in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader.Field
-
- MethodDeclaration - Class in com.thoughtworks.selenium.webdriven.commands
-
- MethodDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MethodDeclaration
-
- millis - Variable in class org.openqa.selenium.remote.server.handler.ConfigureTimeout
-
- millis - Variable in class org.openqa.selenium.remote.server.handler.ImplicitlyWait
-
- millis - Variable in class org.openqa.selenium.remote.server.handler.SetScriptTimeout
-
- MIME_TYPES - Static variable in class org.openqa.selenium.remote.server.DriverServlet.StaticResourceHandler
-
- minimumLevel - Variable in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- monitor - Variable in class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- mouse - Variable in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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 - Class in org.openqa.selenium.remote.server.handler.interactions
-
- MouseDown(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.MouseDown
-
- mouseDown(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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 class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- mouseMove(Coordinates, long, long) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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 - Class in org.openqa.selenium.remote.server.handler.interactions
-
- MouseUp(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.MouseUp
-
- mouseUp(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- 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 - Class in org.openqa.selenium.remote.server.handler.interactions.touch
-
- Move(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Move
-
- move(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- MULTI_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- multiWindow - Variable in class org.openqa.selenium.server.htmlrunner.HTMLLauncher.Args
-
- 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
-
- mutator - Variable in class com.thoughtworks.selenium.webdriven.commands.GetEval
-
- mutator - Variable in class com.thoughtworks.selenium.webdriven.commands.RunScript
-
- mutator - Variable in class com.thoughtworks.selenium.webdriven.commands.WaitForCondition
-
- mutators - Variable in class com.thoughtworks.selenium.webdriven.CompoundMutator
-
- score(T) - Method in class org.openqa.selenium.remote.server.CapabilitiesComparator.CapabilityScorer
-
- score(Platform) - Method in class org.openqa.selenium.remote.server.CapabilitiesComparator.CurrentPlatformScorer
-
- score(Platform) - Method in class org.openqa.selenium.remote.server.CapabilitiesComparator.FuzzyPlatformScorer
-
- score(String) - Method in class org.openqa.selenium.remote.server.CapabilitiesComparator.VersionScorer
-
- scoreAgainst - Variable in class org.openqa.selenium.remote.server.CapabilitiesComparator.CapabilityScorer
-
- scoreAgainst(T) - Static method in class org.openqa.selenium.remote.server.CapabilitiesComparator.CapabilityScorer
-
- ScreenshotListener - Class in com.thoughtworks.selenium
-
- ScreenshotListener(File, Selenium) - Constructor for class com.thoughtworks.selenium.ScreenshotListener
-
- script - Variable in class com.thoughtworks.selenium.webdriven.commands.IsSomethingSelected
-
- script - Variable in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
-
- script - Variable in class org.openqa.selenium.remote.server.handler.ExecuteScript
-
- 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.
- scriptMutator - Variable in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- scripts - Variable in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
-
- 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
-
- scroll(Coordinates, int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- scroll(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- searchAdditionalStrategies(String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- SECONDINDEX - Static variable in class com.thoughtworks.selenium.DefaultRemoteCommand
-
- 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.
- select - Variable in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- SelectFrame(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectFrame
-
- selectFrame(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- SelectPopUp(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectPopUp
-
- selectPopUp(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
- 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 - Class in com.thoughtworks.selenium.webdriven.commands
-
- SelectWindow(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SelectWindow
-
- selectWindow(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
- selectWindowWithTitle(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
- SeleneseCommand<T> - Class in com.thoughtworks.selenium.webdriven
-
- SeleneseCommand() - Constructor for class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- seleneseMethods - Variable in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- SeleneseTestBase - Class in com.thoughtworks.selenium
-
- SeleneseTestBase() - Constructor for class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- SeleneseTestCase - Class in com.thoughtworks.selenium
-
- 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.condition.DefaultConditionRunner
-
- selenium - Variable in class com.thoughtworks.selenium.ScreenshotListener
-
- 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
-
- seleniumEquals(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
Compares two strings, but handles "regexp:" strings like HTML Selenese
- 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(String, String) - Static method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
Compares two strings, 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.SeleneseTestNgHelper
-
- SeleniumException - Exception in com.thoughtworks.selenium
-
Thrown when a Selenium command fails.
- SeleniumException(String) - Constructor for exception com.thoughtworks.selenium.SeleniumException
-
- SeleniumException(Exception) - 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
-
- seleniumRevision - Variable in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- SeleniumSelect - Class in com.thoughtworks.selenium.webdriven.commands
-
- SeleniumSelect(JavascriptLibrary, ElementFinder, WebDriver, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- seleniumVersion - Variable in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- sendError(HttpServletResponse, String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- SendKeys - Class in org.openqa.selenium.remote.server.handler
-
- SendKeys(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SendKeys
-
- SendKeys(String, String) - Constructor for class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps.SendKeys
-
- sendKeys(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- SendKeyToActiveElement - Class in org.openqa.selenium.remote.server.handler.interactions
-
- SendKeyToActiveElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
-
- sendResponse(HttpServletResponse, String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- sendResponse(HttpResponse, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- serialize() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Serializes to the format "name=value;name=value".
- serialVersionUID - Static variable in exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- server - Variable in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- serverLogLevel - Variable in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet.StaticResourceHandler
-
- session - Variable in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- Session - Interface in org.openqa.selenium.remote.server
-
- session - Variable in class org.openqa.selenium.remote.server.SnapshotScreenListener
-
- SESSION_TIMEOUT_PARAMETER - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- sessionCleaner - Variable in class org.openqa.selenium.remote.server.DriverServlet
-
- SessionCleaner - Class in org.openqa.selenium.remote.server
-
- SessionCleaner(DriverSessions, Logger, long, long) - Constructor for class org.openqa.selenium.remote.server.SessionCleaner
-
- SessionCleaner(DriverSessions, Logger, Clock, long, long) - Constructor for class org.openqa.selenium.remote.server.SessionCleaner
-
- sessionId - Variable in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- sessionId - Variable in class org.openqa.selenium.remote.server.DefaultSession
-
- sessionId - Variable in class org.openqa.selenium.remote.server.handler.NewSession
-
- sessionIdToDriver - Variable in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- SessionInfo(SessionId, Map<String, ?>) - Constructor for class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
-
- SessionLogsToFileRepository - Class in org.openqa.selenium.remote.server.log
-
- SessionLogsToFileRepository() - Constructor for class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
- SessionLogsToFileRepository.LogFile - Class in org.openqa.selenium.remote.server.log
-
- SESSIONS - Static variable in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- sessions - Variable in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- sessions - Variable in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- SESSIONS_KEY - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- sessionsSupplier - Variable in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- sessionsSupplier - Variable in class org.openqa.selenium.remote.server.DriverServlet
-
- sessionToLogFileMap - Variable in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
- sessionToThreadMap - Variable in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- set(String, String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the given key to the given value unless the value is null.
- set(String, Object, Object) - Static method in class org.openqa.selenium.remote.server.rest.PropertyMunger
-
- setAccessControlHeaders(HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
Sets access control headers to allow cross-origin resource sharing from
any origin.
- SetAlertCredentials - Class in org.openqa.selenium.remote.server.handler
-
- SetAlertCredentials(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetAlertCredentials
-
- 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.
- setCredentials(Credentials) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringAlert
-
- 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
-
- setId(Object) - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
-
- setId(String) - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
-
- setJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.AddConfig
-
- 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.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.GetLogHandler
-
- 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.ImeActivateEngine
-
- 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.NewSession
-
- 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.SetAlertCredentials
-
- 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 interface org.openqa.selenium.remote.server.JsonParametersAware
-
- setKey(String) - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
-
- setKey(String) - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
-
- setKey(String) - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
-
- setKey(String) - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
-
- 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 unsets SINGLE_WINDOW
- setName(String) - Method in class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
-
- setName(String) - Method in class org.openqa.selenium.remote.server.handler.GetCookie
-
- setName(String) - Method in class org.openqa.selenium.remote.server.handler.GetElementAttribute
-
- setName(String) - Method in class org.openqa.selenium.remote.server.handler.SwitchToWindow
-
- 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
-
- setOther(String) - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
-
- setPosition(Point) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWindow
-
- 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.
- setPropertyName(String) - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
-
- SetScriptTimeout - Class in org.openqa.selenium.remote.server.handler
-
- SetScriptTimeout(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SetScriptTimeout
-
- setScriptTimeout(long, TimeUnit) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringTimeouts
-
- 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 unsets MULTI_WINDOW
.
- setSize(Dimension) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWindow
-
- 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(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
-
- setTimeout(long) - Method in class com.thoughtworks.selenium.webdriven.Timer
-
- 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(String) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
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, 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() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
Calls this.setUp(null)
- 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.SeleneseTestCase
-
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
- setUp(String, String) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- setUpMappings() - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- setUpMethodMap() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- 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
-
- SEVERE - Static variable in class org.openqa.selenium.remote.server.log.TerseFormatter
-
- 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 - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyState
-
- 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(String, String) - 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 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.
- simulateStringDotFormatMethod(String, Object[]) - Method in class com.thoughtworks.selenium.condition.Condition
-
- SINGLE_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- singleTap(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- 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
-
- size - Variable in class org.openqa.selenium.remote.server.handler.SetWindowSize
-
- sizzle - Variable in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- sleepInterval - Variable in class org.openqa.selenium.remote.server.SessionCleaner
-
- sleepTight() - Method in class org.openqa.selenium.server.htmlrunner.TestState
-
- SnapshotScreenListener - Class in org.openqa.selenium.remote.server
-
- SnapshotScreenListener(Session) - Constructor for class org.openqa.selenium.remote.server.SnapshotScreenListener
-
- SPEED - Static variable in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
-
- speed - Variable in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
-
- speed - Variable in class org.openqa.selenium.server.htmlrunner.TestState
-
- start() - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
Starts a new Selenium testing session
- start(String) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
Starts a new Selenium testing session with a String, representing a configuration
- start(Object) - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
Starts a new Selenium testing session with a configuration options object
- start - Variable in class com.thoughtworks.selenium.condition.DefaultConditionRunner.ContextImpl
-
- start() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start(Object) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- start() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- start(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
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() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Launches the browser with a new Selenium session
- start(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Starts a new Selenium testing session with a String, representing a configuration
- start(Object) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Starts a new Selenium testing session with a configuration options object
- start() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- start(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- start(Object) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- start - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- startNewSession(HttpServletResponse, String, String, String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- state - Variable in class com.thoughtworks.selenium.webdriven.commands.KeyEvent
-
- state - Variable in class com.thoughtworks.selenium.webdriven.commands.Type
-
- STATIC_RESOURCE_BASE_PATH - Static variable in class org.openqa.selenium.remote.server.DriverServlet.StaticResourceHandler
-
- staticResourceHandler - Variable in class org.openqa.selenium.remote.server.DriverServlet
-
- StaticResourceHandler() - Constructor for class org.openqa.selenium.remote.server.DriverServlet.StaticResourceHandler
-
- staticSelenium - Static variable in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- 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
-
- stb - Variable in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- 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
-
- step - Variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase.StepResult
-
- STEP_FACTORY - Static variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase
-
- StepResult(CoreTestCase.LoggableStep, Throwable) - Constructor for class org.openqa.selenium.server.htmlrunner.CoreTestCase.StepResult
-
- STEPS - Static variable in class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps
-
- 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
-
- stopCleaner() - Method in class org.openqa.selenium.remote.server.SessionCleaner
-
- stopped - Variable in class com.thoughtworks.selenium.webdriven.Timer
-
- store(String, Object) - Method in class org.openqa.selenium.server.htmlrunner.TestState
-
- storedValues - Static variable in class org.openqa.selenium.server.htmlrunner.TestState
-
- storeLogsOnSessionQuit - Variable in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- stringArrayToString(String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- stringContentsOfInputStream(Reader) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- 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
-
- submit() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver.EventFiringWebElement
-
- SubmitElement - Class in org.openqa.selenium.remote.server.handler
-
- SubmitElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SubmitElement
-
- substitutions - Variable in class org.openqa.selenium.server.htmlrunner.Results.ElementCallback
-
- succeeded - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- success(SessionId, Object) - Static method in class org.openqa.selenium.remote.server.rest.Responses
-
Creates a response object for a successful command execution.
- SUFFIX - Static variable in class org.openqa.selenium.remote.server.log.TerseFormatter
-
The string to write at the end of every log header (e.g.
- suite - Variable in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- SUITE_HTML - Static variable in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- suiteSource - Variable in class org.openqa.selenium.server.htmlrunner.Results
-
- SUMMARY_HTML - Static variable in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- switchTo() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- 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
-
- SystemClock - Class in org.openqa.selenium.remote.server
-
- SystemClock() - Constructor for class org.openqa.selenium.remote.server.SystemClock
-
- validateArgs(HTMLLauncher.Args) - Static method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- value - Variable in class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
-
- value - Variable in class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
-
- value - Variable in class org.openqa.selenium.server.htmlrunner.CoreTestCase.LoggableStep
-
- value - Variable in class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps.SendKeys
-
- 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
-
- VERIFICATION_FAILED(String) - Static method in class org.openqa.selenium.server.htmlrunner.NextStepDecorator
-
- verificationErrors - Variable in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- verifyEquals(Object, Object) - 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.SeleneseTestBase
-
Deprecated.
Like assertEquals, but fails at the end of the test (during tearDown)
- 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(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.SeleneseTestCase
-
Deprecated.
Like assertEquals, but 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(Object, Object) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- verifyEquals(String[], String[]) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- verifyEqualsAndReturnComparisonDumpIfNot(String[], String[]) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- 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)
- VerifyNextCommandFails(String) - Constructor for class org.openqa.selenium.server.htmlrunner.NonReflectiveSteps.VerifyNextCommandFails
-
- verifyNotEquals(Object, Object) - 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.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.SeleneseTestCase
-
Deprecated.
Like assertNotEquals, but fails at the end of the test (during tearDown)
- verifySuiteUrl(URL) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- 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)
- VersionScorer(String) - Constructor for class org.openqa.selenium.remote.server.CapabilitiesComparator.VersionScorer
-