- AbstractAnnotations - Class in org.openqa.selenium.support.pagefactory
-
Abstract class to work with fields in Page Objects.
- AbstractAnnotations() - Constructor for class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- AbstractBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
Runs the specified command path to start the browser, and kills the process to quit.
- AbstractBrowserLauncher(String, RemoteControlConfiguration, Capabilities) - Constructor for class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- 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 interface org.openqa.selenium.Alert
-
- ACCEPT_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ACCEPT_ALERT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ACCEPT_SSL_CERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- ACCEPT_UNTRUSTED_CERTIFICATES - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- AcceptAlert - Class in org.openqa.selenium.remote.server.handler
-
- AcceptAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.AcceptAlert
-
- Action - Interface in org.openqa.selenium.interactions
-
Interface representing a single user-interaction action.
- action - Variable in class org.openqa.selenium.interactions.Actions
-
- ACTION_CHAIN - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ActionChainExecutor - Interface in org.openqa.selenium.interactions
-
Interface representing an operation that allows to execute an action chain.
- Actions - Class in org.openqa.selenium.interactions
-
The user-facing API for emulating complex user gestures.
- Actions(WebDriver) - Constructor for class org.openqa.selenium.interactions.Actions
-
Default constructor - uses the default keyboard, mouse implemented by the driver.
- Actions(Keyboard, Mouse) - Constructor for class org.openqa.selenium.interactions.Actions
-
A constructor that should only be used when the keyboard or mouse were extended to provide
additional functionality (for example, dragging-and-dropping from the desktop).
- Actions(Keyboard) - Constructor for class org.openqa.selenium.interactions.Actions
-
Only used by the TouchActions class.
- activateEngine(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- activateEngine(String) - Method in interface org.openqa.selenium.WebDriver.ImeHandler
-
Make an engines that is available (appears on the list returned by getAvailableEngines)
active.
- activeElement() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- activeElement() - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Switches to the element that currently has focus within the document currently "switched to",
or the body element if this cannot be detected.
- ActiveProcessLimit - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- activeSessions - Variable in class org.openqa.selenium.server.BrowserSessionFactory
-
- add(String, String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- add(WebElement) - Method in class org.openqa.selenium.remote.server.KnownElements
-
- ADD_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- addAction(Action) - Method in class org.openqa.selenium.interactions.CompositeAction
-
- AddApplicationCache - Class in org.openqa.selenium.remote.html5
-
- AddApplicationCache() - Constructor for class org.openqa.selenium.remote.html5.AddApplicationCache
-
- addArguments(String...) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
- addArguments(List<String>) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Adds additional command line arguments to be used when starting Chrome.
- addArguments(String...) - Method in class org.openqa.selenium.opera.OperaOptions
-
- addArguments(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
-
Adds additional command line arguments to be used when starting Opera.
- addBrowserLauncher(String, Class<? extends BrowserLauncher>) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- addCommandLineOptions(String...) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- AddConfig - Class in org.openqa.selenium.remote.server.handler
-
- AddConfig(DriverSessions) - Constructor for class org.openqa.selenium.remote.server.handler.AddConfig
-
- addCookie(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- 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 interface org.openqa.selenium.WebDriver.Options
-
Add a specific cookie.
- 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.
- AddCustomRequestHeaderCommand - Class in org.openqa.selenium.server.commands
-
- AddCustomRequestHeaderCommand(String, String) - Constructor for class org.openqa.selenium.server.commands.AddCustomRequestHeaderCommand
-
- addDriverAugmentation(String, AugmenterProvider) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Add a mapping between a capability name and the implementation of the interface that name
represents for instances of
WebDriver
.
- addElementAugmentation(String, AugmenterProvider) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Add a mapping between a capability name and the implementation of the interface that name
represents for instances of
WebElement
.
- addEncodedExtensions(String...) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
- addEncodedExtensions(List<String>) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Adds a new Chrome extension to install on browser startup.
- addEncodedExtensions(String...) - Method in class org.openqa.selenium.opera.OperaOptions
-
- addEncodedExtensions(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
-
Adds a new Opera extension to install on browser startup.
- addEntry(String, LogEntry) - Method in class org.openqa.selenium.logging.LocalLogs
-
- addExtension(Class<?>, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- addExtension(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Attempt to add an extension to install into this instance.
- addExtension(String, Extension) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- addExtensions(File...) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
- addExtensions(List<File>) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Adds a new Chrome extension to install on browser startup.
- addExtensions(File...) - Method in class org.openqa.selenium.opera.OperaOptions
-
- addExtensions(List<File>) - Method in class org.openqa.selenium.opera.OperaOptions
-
Adds a new Opera extension to install on browser startup.
- AddFindsByCss - Class in org.openqa.selenium.remote
-
- AddFindsByCss() - Constructor for class org.openqa.selenium.remote.AddFindsByCss
-
- AddFindsChildByCss - Class in org.openqa.selenium.remote
-
- AddFindsChildByCss() - Constructor for class org.openqa.selenium.remote.AddFindsChildByCss
-
- addInfo(String, String) - Method in exception org.openqa.selenium.WebDriverException
-
- addJsWindowNameVar(String) - Method in class org.openqa.selenium.server.CommandQueue
-
- addListener(HTMLResultsListener) - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- AddLocationContext - Class in org.openqa.selenium.remote.html5
-
- AddLocationContext() - Constructor for class org.openqa.selenium.remote.html5.AddLocationContext
-
- 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
-
- addLog(String, LogEntries) - Method in class org.openqa.selenium.logging.SessionLogs
-
- 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
-
- AddNetworkConnection - Class in org.openqa.selenium.remote.mobile
-
- AddNetworkConnection() - Constructor for class org.openqa.selenium.remote.mobile.AddNetworkConnection
-
- addNewMapping(String, Class<? extends RestishHandler<?>>) - Method in class org.openqa.selenium.remote.server.JsonHttpCommandHandler
-
- addNewStaticContent(File) - Method in class org.openqa.selenium.server.SeleniumServer
-
- addPath(String) - Method in class org.openqa.selenium.server.ClassPathResource
-
- addPath(String) - Method in class org.openqa.selenium.server.FutureFileResource
-
- addPreferences(LoggingPreferences) - Method in class org.openqa.selenium.logging.LoggingPreferences
-
Adds the given logging preferences giving them precedence over existing
preferences.
- AddRemoteTouchScreen - Class in org.openqa.selenium.remote
-
Provides the RemoteTouchScreen for getTouch method to the proxy.
- AddRemoteTouchScreen() - Constructor for class org.openqa.selenium.remote.AddRemoteTouchScreen
-
- addRequestHeader(String, String) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- addRequestHeaders(HttpRequest) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- addResponseHeader(HttpResponse) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- AddRotatable - Class in org.openqa.selenium.remote
-
- AddRotatable() - Constructor for class org.openqa.selenium.remote.AddRotatable
-
- 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
-
- addStaticContent(ResourceLocator) - Method in class org.openqa.selenium.server.StaticContentHandler
-
- addTemporaryFile(File) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- addToAvailableSessions(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
for testing only
- addUserContentTransformation(String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- addUserJsInjectionFile(String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- addWebDriverExtensionIfNeeded() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- AddWebStorage - Class in org.openqa.selenium.remote.html5
-
- AddWebStorage() - Constructor for class org.openqa.selenium.remote.html5.AddWebStorage
-
- Affinity - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- afterChangeValueOf(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterChangeValueOf(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- afterClickOn(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterClickOn(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- 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
-
- afterNavigateBack(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateBack(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateForward(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateForward(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateRefresh(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateRefresh(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateTo(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateTo(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- afterScript(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterScript(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- AIRPLANE_MODE - Static variable in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- AjaxElementLocator - Class in org.openqa.selenium.support.pagefactory
-
An element locator that will wait for the specified number of seconds for an element to appear,
rather than failing instantly if it's not present.
- AjaxElementLocator(SearchContext, int, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Use this constructor in order to process custom annotaions.
- AjaxElementLocator(Clock, SearchContext, int, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
- AjaxElementLocator(SearchContext, Field, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Main constructor.
- AjaxElementLocator(Clock, SearchContext, Field, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
- AjaxElementLocatorFactory - Class in org.openqa.selenium.support.pagefactory
-
- AjaxElementLocatorFactory(SearchContext, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
-
- Alert - Interface in org.openqa.selenium
-
- alert() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- alert() - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Switches to the currently active modal dialog for this particular driver instance.
- alertIsPresent() - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
- AlertOverride - Class in com.thoughtworks.selenium.webdriven.commands
-
- AlertOverride(boolean) - Constructor for class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- ALL - Static variable in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- allMatching(List<Matcher<S>>, Collection<S>) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- ALLOWED_HOSTS_PREFERENCE - Static variable in class org.openqa.selenium.firefox.FirefoxProfile
-
- allowNativeXpath(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- allowNativeXpath(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Specifies whether Selenium should use the native in-browser implementation of XPath (if any
native version is available); if you pass "false" to this function, we will always use our
pure-JavaScript xpath library.
- AllowNativeXPath - Class in com.thoughtworks.selenium.webdriven.commands
-
- AllowNativeXPath() - Constructor for class com.thoughtworks.selenium.webdriven.commands.AllowNativeXPath
-
- altKeyDown() - 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
-
- and(ExpectedCondition<?>...) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation with the logical and condition of the given list of conditions.
- ANDROID - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- android() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- Annotations - Class in org.openqa.selenium.support.pagefactory
-
- Annotations(Field) - Constructor for class org.openqa.selenium.support.pagefactory.Annotations
-
- 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()].
- AppCacheStatus - Enum in org.openqa.selenium.html5
-
Represents the application cache status.
- ApplicationCache - Interface in org.openqa.selenium.html5
-
- ApplicationRegistry - Class in org.openqa.selenium.server
-
Application Registry.
- ApplicationRegistry() - Constructor for class org.openqa.selenium.server.ApplicationRegistry
-
- 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
-
- Architecture - Enum in org.openqa.selenium
-
Represents the known architectures used in WebDriver.
- areNativeEventsEnabled() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- ArgumentConverter - Class in org.openqa.selenium.remote.server.handler.internal
-
- ArgumentConverter(KnownElements) - Constructor for class org.openqa.selenium.remote.server.handler.internal.ArgumentConverter
-
- asHex() - Method in class org.openqa.selenium.support.Color
-
- asList() - Method in class org.openqa.selenium.interactions.ButtonReleaseAction
-
- asList() - Method in class org.openqa.selenium.interactions.ClickAction
-
- asList() - Method in class org.openqa.selenium.interactions.ClickAndHoldAction
-
- asList() - Method in class org.openqa.selenium.interactions.CompositeAction
-
- asList() - Method in class org.openqa.selenium.interactions.ContextClickAction
-
- asList() - Method in class org.openqa.selenium.interactions.DoubleClickAction
-
- asList() - Method in class org.openqa.selenium.interactions.KeyDownAction
-
- asList() - Method in class org.openqa.selenium.interactions.KeyUpAction
-
- asList() - Method in class org.openqa.selenium.interactions.MoveMouseAction
-
- asList() - Method in class org.openqa.selenium.interactions.MoveToOffsetAction
-
- asList() - Method in class org.openqa.selenium.interactions.PauseAction
-
Deprecated.
- asMap() - Method in interface org.openqa.selenium.Capabilities
-
- asMap() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- asMap() - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- asRgb() - Method in class org.openqa.selenium.support.Color
-
- asRgba() - Method in class org.openqa.selenium.support.Color
-
- 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.
- 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())
- assertNotSelected(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- assertOnWindows() - Method in class org.openqa.selenium.ie.InternetExplorerDriver
-
- assertPresenceOf(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- assertPresenceOf(Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
-
- assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
-
- assertPresenceOf(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- assertSelected(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- assertTrue(String, boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertTrue(boolean) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- assertValidAnnotations() - Method in class org.openqa.selenium.support.pagefactory.Annotations
-
- 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
-
- AssignProcessToJobObject(WinNT.HANDLE, WinNT.HANDLE) - Method in interface org.openqa.selenium.os.Kernel32
-
- ASSUME_UNTRUSTED_ISSUER - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- ASYNC_SCRIPT_TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- atLeast(int) - Static method in class org.openqa.selenium.lift.match.NumericalMatchers
-
- atLeast(int) - Static method in class org.openqa.selenium.lift.Matchers
-
- 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
-
- attachTo(Logger, Level) - Method in class org.openqa.selenium.logging.LoggingHandler
-
- attachToCurrentThread(SessionId) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- attachToCurrentThread(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- attachToCurrentThread(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- attribute(String, Matcher<String>) - Static method in class org.openqa.selenium.lift.match.AttributeMatcher
-
- attribute(String, Matcher<String>) - Static method in class org.openqa.selenium.lift.Matchers
-
- attributeContains(WebElement, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute which contains specific
value
- attributeContains(By, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute which contains specific
value
- AttributeMatcher - Class in org.openqa.selenium.lift.match
-
- attributeToBe(By, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute with a specific value
- attributeToBe(WebElement, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking given WebElement has attribute with a specific value
- attributeToBeNotEmpty(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement any non empty value for given attribute
- augment(WebDriver) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Enhance the interfaces implemented by this instance of WebDriver iff that instance is a
RemoteWebDriver
.
- augment(RemoteWebElement) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Enhance the interfaces implemented by this instance of WebElement iff that instance is a
RemoteWebElement
.
- Augmentable - Annotation Type in org.openqa.selenium.remote
-
Indicates that a class can be processed by
Augmenter
.
- Augmenter - Class in org.openqa.selenium.remote
-
- Augmenter() - Constructor for class org.openqa.selenium.remote.Augmenter
-
- AugmenterProvider - Interface in org.openqa.selenium.remote
-
Describes and provides an implementation for a particular interface for use with the
Augmenter
.
- authenticateUsing(Credentials) - Method in interface org.openqa.selenium.Alert
-
Authenticate an HTTP Basic Auth dialog.
- availableSessions - Variable in class org.openqa.selenium.server.BrowserSessionFactory
-
- AVOIDING_PROXY - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
-
- back() - Method in interface org.openqa.selenium.WebDriver.Navigation
-
Move back a single "item" in the browser's history.
- backupNetworkSettings() - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
Copy OS X network settings into Java's per-user persistent preference store
- backupRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- BASE64 - Static variable in interface org.openqa.selenium.OutputType
-
Obtain the screenshot as base64 data.
- Base64Encoder - Class in org.openqa.selenium.internal
-
Encodes binary data to plain text as Base64.
- Base64Encoder() - Constructor for class org.openqa.selenium.internal.Base64Encoder
-
- BASE_SUPPORT_URL - Static variable in exception org.openqa.selenium.WebDriverException
-
- BaseAction - Class in org.openqa.selenium.interactions.internal
-
Base class for all actions.
- BaseAction(Locatable) - Constructor for class org.openqa.selenium.interactions.internal.BaseAction
-
Common c'tor - a locatable element is provided.
- BaseAction() - Constructor for class org.openqa.selenium.interactions.internal.BaseAction
-
No locatable element provided - action in the context of the previous action.
- BaseAugmenter - Class in org.openqa.selenium.remote
-
- BaseAugmenter() - Constructor for class org.openqa.selenium.remote.BaseAugmenter
-
- BaseFinder<S,T> - Class in org.openqa.selenium.lift.find
-
- BaseFinder() - Constructor for class org.openqa.selenium.lift.find.BaseFinder
-
- baseUrl - Variable in class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
- BasicLimitInformation - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- BeanToJsonConverter - Class in org.openqa.selenium.remote
-
Utility class for converting between JSON and Java Objects.
- BeanToJsonConverter() - Constructor for class org.openqa.selenium.remote.BeanToJsonConverter
-
- beforeChangeValueOf(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeChangeValueOf(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeClickOn(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeClickOn(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeFindBy(By, WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeFindBy(By, WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeNavigateBack(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeNavigateBack(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeNavigateForward(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeNavigateForward(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeNavigateRefresh(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeNavigateRefresh(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeNavigateTo(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeNavigateTo(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- beforeScript(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- beforeScript(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
-
- Beta - Annotation Type in org.openqa.selenium
-
Indicates that a feature or API is in active development, and so should not
be relied upon.
- BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- binary - Variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- boot() - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
- boot() - Method in class org.openqa.selenium.server.SeleniumServer
-
- BROWSER - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the browser.
- BROWSER_ATTACH_TIMEOUT - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines timeout in milliseconds for attaching to new browser window.
- BROWSER_BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the Firefox executable file.
- BROWSER_EXECUTABLE_PATH - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- BROWSER_LIBRARY_PATH - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the additional library path (Linux only).
- BROWSER_LOGFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the file where Firefox log should be stored.
- BROWSER_MODE - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- BROWSER_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- BROWSER_PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the profile that should be used as a template.
- BROWSER_TIMEOUT_PARAMETER - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- BrowserConfigurationOptions - Class in com.thoughtworks.selenium
-
Contains parameters for a single Selenium browser session.
- BrowserConfigurationOptions() - Constructor for class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Instantiate a blank BrowserConfigurationOptions instance.
- browserConfigurationOptions - Variable in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- browserDefaultPath() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- BrowserInstallation - Class in org.openqa.selenium.browserlaunchers.locators
-
Encapsulate useful settings of a browser installation discovered with a
BrowserLocator
- BrowserInstallation(String, String) - Constructor for class org.openqa.selenium.browserlaunchers.locators.BrowserInstallation
-
- browserInstallation - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- browserInstallationCache() - Method in class org.openqa.selenium.server.ApplicationRegistry
-
- BrowserInstallationCache - Class in org.openqa.selenium.server.browserlaunchers
-
Cache browser installation corresponding to a specific browser string and launcher location.
- BrowserInstallationCache() - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache
-
- BrowserLauncher - Interface in org.openqa.selenium.server.browserlaunchers
-
The launcher interface for classes that will start/stop the browser process.
- BrowserLauncherFactory - Class in org.openqa.selenium.server.browserlaunchers
-
Returns BrowserLaunchers based on simple strings given by the user
- BrowserLauncherFactory() - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- BrowserLauncherFactory(DriverSessions) - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- BrowserLocator - Interface in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid browser installation on local system.
- browserName() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- browserName() - Method in class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator
-
- browserName() - Method in class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator
-
- browserName() - Method in class org.openqa.selenium.browserlaunchers.locators.SafariLocator
-
- browserName() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- BrowserOptions - Class in org.openqa.selenium.server.browserlaunchers
-
- browserPathOverridePropertyName() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- browserPathOverridePropertyName() - Method in class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator
-
- browserPathOverridePropertyName() - Method in class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator
-
- browserPathOverridePropertyName() - Method in class org.openqa.selenium.browserlaunchers.locators.SafariLocator
-
- browserPathOverridePropertyName() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- BrowserResponseSequencer - Class in org.openqa.selenium.server
-
- BrowserResponseSequencer(String) - Constructor for class org.openqa.selenium.server.BrowserResponseSequencer
-
- BrowserSessionFactory - Class in org.openqa.selenium.server
-
Manages browser sessions, their creation, and their closure.
- BrowserSessionFactory(BrowserLauncherFactory) - Constructor for class org.openqa.selenium.server.BrowserSessionFactory
-
- BrowserSessionFactory(BrowserLauncherFactory, long, long, boolean) - Constructor for class org.openqa.selenium.server.BrowserSessionFactory
-
Constructor for testing purposes.
- BrowserSessionFactory.BrowserSessionInfo - Class in org.openqa.selenium.server
-
Collection class to hold the objects associated with a browser session.
- BrowserSessionFactory.CleanupTask - Class in org.openqa.selenium.server
-
TimerTask that looks for unused sessions in the availableSessions collection.
- BrowserSessionInfo(String, String, String, BrowserLauncher, FrameGroupCommandQueueSet) - Constructor for class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
- browserString - Variable in class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
- BrowserStringParser - Class in org.openqa.selenium.server.browserlaunchers
-
Parse a Selenium browser string to extract browserStartCommand if there is one.
- BrowserStringParser() - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserStringParser
-
- BrowserStringParser.Result - Class in org.openqa.selenium.server.browserlaunchers
-
- BrowserType - Interface in org.openqa.selenium.remote
-
All the browsers supported by selenium
- build() - Method in class org.openqa.selenium.Cookie.Builder
-
- build() - Method in class org.openqa.selenium.interactions.Actions
-
Generates a composite action containing all actions so far, ready to be performed (and
resets the internal builder state, so subsequent calls to build() will contain fresh
sequences).
- build() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
Creates a new service to manage the driver server.
- buildBy() - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
Defines how to transform given object (field, class, etc)
into
By
class used by webdriver to locate elements.
- buildBy() - Method in class org.openqa.selenium.support.pagefactory.Annotations
-
Defines how to transform given object (field, class, etc)
into
By
class used by webdriver to locate elements.
- buildByFromDefault() - Method in class org.openqa.selenium.support.pagefactory.Annotations
-
- buildByFromFindBy(FindBy) - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- buildByFromFindBys(FindBys) - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- buildByFromLongFindBy(FindBy) - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- buildByFromShortFindBy(FindBy) - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- buildBysFromFindByOneOf(FindAll) - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- Builder() - Constructor for class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
- Builder(String, String) - Constructor for class org.openqa.selenium.Cookie.Builder
-
- Builder() - Constructor for class org.openqa.selenium.edge.EdgeDriverService.Builder
-
- Builder() - Constructor for class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
- Builder() - Constructor for class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
- Builder() - Constructor for class org.openqa.selenium.opera.OperaDriverService.Builder
-
- Builder() - Constructor for class org.openqa.selenium.remote.service.DriverService.Builder
-
- BuildInfo - Class in org.openqa.selenium.internal
-
Reads information about how the current application was built from the Build-Info section of the
manifest in the jar file, which contains this class.
- BuildInfo() - Constructor for class org.openqa.selenium.internal.BuildInfo
-
- button() - Static method in class org.openqa.selenium.lift.Finders
-
- button(String) - Static method in class org.openqa.selenium.lift.Finders
-
- ButtonReleaseAction - Class in org.openqa.selenium.interactions
-
Releases the left mouse button
- ButtonReleaseAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ButtonReleaseAction
-
- By - Class in org.openqa.selenium
-
Mechanism used to locate elements within a document.
- By() - Constructor for class org.openqa.selenium.By
-
- By.ByClassName - Class in org.openqa.selenium
-
- By.ByCssSelector - Class in org.openqa.selenium
-
- By.ById - Class in org.openqa.selenium
-
- By.ByLinkText - Class in org.openqa.selenium
-
- By.ByName - Class in org.openqa.selenium
-
- By.ByPartialLinkText - Class in org.openqa.selenium
-
- By.ByTagName - Class in org.openqa.selenium
-
- By.ByXPath - Class in org.openqa.selenium
-
- ByAll - Class in org.openqa.selenium.support.pagefactory
-
Mechanism used to locate elements within a document using a series of lookups.
- ByAll(By...) - Constructor for class org.openqa.selenium.support.pagefactory.ByAll
-
- ByChained - Class in org.openqa.selenium.support.pagefactory
-
Mechanism used to locate elements within a document using a series of other lookups.
- ByChained(By...) - Constructor for class org.openqa.selenium.support.pagefactory.ByChained
-
- ByClassName(String) - Constructor for class org.openqa.selenium.By.ByClassName
-
- ByCssSelector(String) - Constructor for class org.openqa.selenium.By.ByCssSelector
-
- ById(String) - Constructor for class org.openqa.selenium.By.ById
-
- ByIdOrName - Class in org.openqa.selenium.support
-
- ByIdOrName(String) - Constructor for class org.openqa.selenium.support.ByIdOrName
-
- ByLinkText(String) - Constructor for class org.openqa.selenium.By.ByLinkText
-
- ByName(String) - Constructor for class org.openqa.selenium.By.ByName
-
- ByPartialLinkText(String) - Constructor for class org.openqa.selenium.By.ByPartialLinkText
-
- ByReference() - Constructor for class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
-
- ByReference(Pointer) - Constructor for class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
-
- ByReference() - Constructor for class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
-
- ByReference(Pointer) - Constructor for class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
-
- BySelector - Class in org.openqa.selenium.remote.server.handler
-
- BySelector() - Constructor for class org.openqa.selenium.remote.server.handler.BySelector
-
- ByTagName(String) - Constructor for class org.openqa.selenium.By.ByTagName
-
- BYTES - Static variable in interface org.openqa.selenium.OutputType
-
Obtain the screenshot as raw bytes.
- ByXPath(String) - Constructor for class org.openqa.selenium.By.ByXPath
-
- cacheKey(String, String) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache
-
- CacheLookup - Annotation Type in org.openqa.selenium.support
-
Marker annotation to be applied to WebElements to indicate that it never changes (that is, that
the same instance in the DOM will always be used)
- 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
-
- 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
-
- callSuperHandle(String, String, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.StaticContentHandler
-
- 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.
- canExecute(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- CanPerformActionChain - Interface in org.openqa.selenium.interactions
-
Interface implemented by each driver that implements performing action chains.
- canUse(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- Capabilities - Interface in org.openqa.selenium
-
Describes a series of key/value pairs that encapsulate aspects of a browser.
- CAPABILITY - Static variable in class org.openqa.selenium.chrome.ChromeOptions
-
- CAPABILITY - Static variable in class org.openqa.selenium.edge.EdgeOptions
-
- CAPABILITY - Static variable in class org.openqa.selenium.opera.OperaOptions
-
- CAPABILITY - Static variable in class org.openqa.selenium.safari.SafariOptions
-
- CapabilityType - Interface in org.openqa.selenium.remote
-
Commonly seen remote webdriver capabilities.
- CapabilityType.ForSeleniumServer - Interface in org.openqa.selenium.remote
-
- capture(CaptureNetworkTrafficCommand.Entry) - Static method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand
-
- CAPTURE_ENTIRE_PAGE_SCREENSHOT_ID - Static variable in class org.openqa.selenium.server.commands.SeleniumCoreCommand
-
- captureAndEncodeSystemScreenshot() - Method in class org.openqa.selenium.server.commands.CaptureScreenshotToStringCommand
-
- 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.
- CaptureEntirePageScreenshotToStringCommand - Class in org.openqa.selenium.server.commands
-
Capture a screenshot of the in-browser canvas.
- CaptureEntirePageScreenshotToStringCommand(String, String) - Constructor for class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
- 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.
- CaptureNetworkTrafficCommand - Class in org.openqa.selenium.server.commands
-
- CaptureNetworkTrafficCommand(String) - Constructor for class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand
-
- CaptureNetworkTrafficCommand.Entry - Class in org.openqa.selenium.server.commands
-
- CaptureNetworkTrafficCommand.Header - Class in org.openqa.selenium.server.commands
-
- capturePageScreenshot(String) - Method in class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
- 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
-
- CaptureScreenshotCommand - Class in org.openqa.selenium.server.commands
-
Captures a full screen shot of the current screen using the java.awt.Robot class.
- CaptureScreenshotCommand(String) - Constructor for class org.openqa.selenium.server.commands.CaptureScreenshotCommand
-
- 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
-
- CaptureScreenshotToStringCommand - Class in org.openqa.selenium.server.commands
-
Captures a full screen shot of the current screen using the java.awt.Robot class.
- CaptureScreenshotToStringCommand() - Constructor for class org.openqa.selenium.server.commands.CaptureScreenshotToStringCommand
-
- captureSystemScreenshot() - Method in class org.openqa.selenium.server.commands.CaptureScreenshotCommand
-
- cell() - Static method in class org.openqa.selenium.lift.find.TableCellFinder
-
- cell() - Static method in class org.openqa.selenium.lift.Finders
-
- cells() - Static method in class org.openqa.selenium.lift.find.TableCellFinder
-
- cells() - Static method in class org.openqa.selenium.lift.Finders
-
- CertificateGenerator - Class in org.openqa.selenium.server.security
-
- CertificateGenerator(File) - Constructor for class org.openqa.selenium.server.security.CertificateGenerator
-
- changeMaxConnections - Variable in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- changeMaxConnections - Variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- changeNetworkSettings() - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
change the network settings to enable use of our proxy
- changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
-
- changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionSafariCustomProfileLauncher
-
- changeRegistrySettings() - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- changeRegistrySettings(Capabilities) - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- ChangeUrl - Class in org.openqa.selenium.remote.server.handler
-
- ChangeUrl(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ChangeUrl
-
- charAt(int) - Method in enum org.openqa.selenium.Keys
-
- 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
-
- checkArgsSanity(RemoteControlConfiguration) - Static method in class org.openqa.selenium.server.SeleniumServer
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
- checkExecutable(File) - Static method in class org.openqa.selenium.remote.service.DriverService
-
- checkForError() - Method in class org.openqa.selenium.os.CommandLine
-
- checkForError() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- 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
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
- 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.
- chord(CharSequence...) - Static method in enum org.openqa.selenium.Keys
-
Simulate pressing many keys at once in a "chord".
- chord(Iterable<CharSequence>) - Static method in enum org.openqa.selenium.Keys
-
- CHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- chrome() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- CHROME_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
-
System property that defines the location of the chromedriver executable that will be used by
the
default service
.
- CHROME_DRIVER_LOG_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
-
System property that defines the location of the log that will be written by
the
default service
.
- CHROME_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
-
Boolean system property that defines whether the ChromeDriver executable should be started
in silent mode.
- CHROME_DRIVER_VERBOSE_LOG_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
-
Boolean system property that defines whether the ChromeDriver executable should be started
with verbose logging.
- CHROME_DRIVER_WHITELISTED_IPS_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
-
System property that defines comma-separated list of remote IPv4 addresses which are
allowed to connect to ChromeDriver.
- ChromeDriver - Class in org.openqa.selenium.chrome
-
A
WebDriver
implementation that controls a Chrome browser running on the local machine.
- ChromeDriver() - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver using the
default
server configuration.
- ChromeDriver(ChromeDriverService) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver instance.
- ChromeDriver(Capabilities) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver instance.
- ChromeDriver(ChromeOptions) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver instance with the specified options.
- ChromeDriver(ChromeDriverService, ChromeOptions) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver instance with the specified options.
- ChromeDriver(ChromeDriverService, Capabilities) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
-
Creates a new ChromeDriver instance.
- ChromeDriverService - Class in org.openqa.selenium.chrome
-
Manages the life and death of a chromedriver server.
- ChromeDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.chrome.ChromeDriverService
-
- ChromeDriverService.Builder - Class in org.openqa.selenium.chrome
-
- ChromeOptions - Class in org.openqa.selenium.chrome
-
- ChromeOptions() - Constructor for class org.openqa.selenium.chrome.ChromeOptions
-
- ChromeUrlConvert() - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.ChromeUrlConvert
-
- CircularOutputStream - Class in org.openqa.selenium.io
-
Captures the last N bytes of output.
- CircularOutputStream(File, int) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- CircularOutputStream(File) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- CircularOutputStream(int) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- className(String) - Static method in class org.openqa.selenium.By
-
Finds elements based on the value of the "class" attribute.
- ClasspathExtension - Class in org.openqa.selenium.firefox.internal
-
- ClasspathExtension(Class<?>, String) - Constructor for class org.openqa.selenium.firefox.internal.ClasspathExtension
-
- ClassPathResource - Class in org.openqa.selenium.server
-
Represents resource file off of the classpath.
- ClassPathResource(String) - Constructor for class org.openqa.selenium.server.ClassPathResource
-
Specifies the classpath path containing the resource
- ClasspathResourceLocator - Class in org.openqa.selenium.server
-
- ClasspathResourceLocator() - Constructor for class org.openqa.selenium.server.ClasspathResourceLocator
-
- clean(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- cleanTemporaryModel() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- CleanupTask() - Constructor for class org.openqa.selenium.server.BrowserSessionFactory.CleanupTask
-
- clear() - Method in interface org.openqa.selenium.html5.LocalStorage
-
- clear() - Method in interface org.openqa.selenium.html5.SessionStorage
-
- clear() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- clear() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- clear() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- clear() - Static method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand
-
- clear() - Method in interface org.openqa.selenium.WebElement
-
If this element is a text entry element, this will clear the value.
- CLEAR_APP_CACHE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- CLEAR_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- CLEAR_LOCAL_STORAGE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- CLEAR_SESSION_STORAGE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- 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
-
- clearQueueSet(String) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- 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.DefaultPerSessionLogHandler
-
Clears the logging events attached to the thread.
- clearThreadTempLogs() - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- clearThreadTempLogs() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- 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(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Clicks in the middle of the given element.
- click() - Method in class org.openqa.selenium.interactions.Actions
-
Clicks at the current mouse location.
- click(Coordinates) - Method in interface org.openqa.selenium.interactions.Mouse
-
- CLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- click(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- click() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- click(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- click() - Method in interface org.openqa.selenium.WebElement
-
Click this element.
- CLICK_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ClickAction - Class in org.openqa.selenium.interactions
-
clicks an element.
- ClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ClickAction
-
- clickAndHold(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Clicks (without releasing) in the middle of the given element.
- clickAndHold() - Method in class org.openqa.selenium.interactions.Actions
-
Clicks (without releasing) at the current mouse location.
- ClickAndHoldAction - Class in org.openqa.selenium.interactions
-
Presses the left mouse button without releasing it.
- ClickAndHoldAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ClickAndHoldAction
-
- 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
-
- clickOn(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- clickOn(Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
-
- clickOn(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- clickOnFirst(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- CLIENT - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the client.
- Clock - Interface in org.openqa.selenium.remote.server
-
A simple encapsulation to allowing timing
- Clock - Interface in org.openqa.selenium.support.ui
-
A simple encapsulation to allowing timing
- 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.logging.LoggingHandler
-
- CLOSE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- close() - Method in interface org.openqa.selenium.remote.http.HttpClient
-
Closes the connections associated with this client.
- close() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- close() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- close() - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- close() - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- close() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- close() - Method in interface org.openqa.selenium.remote.server.Session
-
- close() - Method in interface org.openqa.selenium.server.browserlaunchers.BrowserLauncher
-
Stop (kill) the browser process
- close() - Method in class org.openqa.selenium.server.browserlaunchers.CustomBrowserLauncher
-
Kills the process
- close() - Method in class org.openqa.selenium.server.browserlaunchers.DrivenSeleniumLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
Implementation identical to that in FirefoxChromeLauncher.
- close() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- close() - Method in class org.openqa.selenium.server.browserlaunchers.SafariLauncher
-
- close(InputStream) - Static method in class org.openqa.selenium.server.IOHelper
-
- close() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- close() - Method in interface org.openqa.selenium.WebDriver
-
Close the current window, quitting the browser if it's the last window currently open.
- closeQuietly(Closeable) - Static method in class org.openqa.selenium.io.IOUtils
-
- 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
-
- CMD_NULL_RESULT_MSG - Static variable in class org.openqa.selenium.server.CommandResultHolder
-
- CMD_TIMED_OUT_MSG - Static variable in class org.openqa.selenium.server.CommandResultHolder
-
- cmdarray - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- Color - Class in org.openqa.selenium.support
-
- Colors - Enum in org.openqa.selenium.support
-
- 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
-
- combine(LogEntries...) - Static method in class org.openqa.selenium.logging.LogCombiner
-
- Command - Class in org.openqa.selenium.remote
-
- Command(SessionId, String) - Constructor for class org.openqa.selenium.remote.Command
-
- Command(SessionId, String, Map<String, ?>) - Constructor for class org.openqa.selenium.remote.Command
-
- Command - Class in org.openqa.selenium.server.commands
-
Selenium Command
- Command() - Constructor for class org.openqa.selenium.server.commands.Command
-
- COMMAND_LINE_FLAGS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- CommandCodec<T> - Interface in org.openqa.selenium.remote
-
Converts
Command
objects to and from another representation.
- CommandExecutor - Interface in org.openqa.selenium.remote
-
- CommandHolder - Class in org.openqa.selenium.server
-
Holds the command to be next run in the browser
- CommandHolder(String) - Constructor for class org.openqa.selenium.server.CommandHolder
-
- CommandHolder(String, int) - Constructor for class org.openqa.selenium.server.CommandHolder
-
- CommandInfo - Class in org.openqa.selenium.remote
-
- CommandInfo(String, HttpMethod) - Constructor for class org.openqa.selenium.remote.CommandInfo
-
- CommandLine - Class in org.openqa.selenium.os
-
- CommandLine(String, String...) - Constructor for class org.openqa.selenium.os.CommandLine
-
- CommandLine(String[]) - Constructor for class org.openqa.selenium.os.CommandLine
-
- CommandLineArgs - Class in org.openqa.selenium.remote.server
-
Command line args for the selenium server.
- CommandLineArgs() - Constructor for class org.openqa.selenium.remote.server.CommandLineArgs
-
- commandPath - Variable in class org.openqa.selenium.server.browserlaunchers.CustomBrowserLauncher
-
- CommandProcessor - Interface in com.thoughtworks.selenium
-
- commandProcessor - Variable in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- CommandQueue - Class in org.openqa.selenium.server
-
Schedules and coordinates commands to be run.
- CommandQueue(String, String, RemoteControlConfiguration) - Constructor for class org.openqa.selenium.server.CommandQueue
-
- CommandQueue(String, String, int, RemoteControlConfiguration) - Constructor for class org.openqa.selenium.server.CommandQueue
-
- CommandQueueAware - Interface in org.openqa.selenium.server.browserlaunchers
-
- CommandResultHolder - Class in org.openqa.selenium.server
-
Holds the command to be next run in the browser
- CommandResultHolder(String, long) - Constructor for class org.openqa.selenium.server.CommandResultHolder
-
- commandResultsLogMessage(String, String, String) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- CompositeAction - Class in org.openqa.selenium.interactions
-
An action for aggregating actions and triggering all of them at the same time.
- CompositeAction() - Constructor for class org.openqa.selenium.interactions.CompositeAction
-
- CompositeAction(WebDriver) - Constructor for class org.openqa.selenium.interactions.CompositeAction
-
- 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
-
- computeLibraryPath(File) - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- computeLibraryPath(File) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- 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
-
- configureLogging(LoggingPreferences) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
Configures logging using a logging preferences object.
- configureLogging(LoggingOptions, boolean) - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
- configureLogging(LoggingPreferences) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- configureLogging(LoggingPreferences) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- configureLogging(LoggingOptions, boolean) - Static method in class org.openqa.selenium.server.SeleniumServer
-
- ConfigureTimeout - Class in org.openqa.selenium.remote.server.handler
-
- ConfigureTimeout(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ConfigureTimeout
-
- ConnectionClosedException - Exception in org.openqa.selenium.safari
-
Exception thrown when the connection to the SafariDriver is lost.
- ConnectionClosedException(String) - Constructor for exception org.openqa.selenium.safari.ConnectionClosedException
-
- ConnectionType(Boolean, Boolean, Boolean) - Constructor for class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- ConnectionType(int) - Constructor for class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- connectTo(FirefoxBinary, FirefoxProfile, String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- containsWebDriverExtension() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- context(String) - Method in interface org.openqa.selenium.ContextAware
-
Switch the focus of future commands for this driver to the context with the given name.
- ContextAware - Interface in org.openqa.selenium
-
Some implementations of WebDriver, notably those that support native testing, need the ability
to switch between the native and web-based contexts.
- contextClick(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Performs a context-click at middle of the given element.
- contextClick() - Method in class org.openqa.selenium.interactions.Actions
-
Performs a context-click at the current mouse location.
- contextClick(Coordinates) - Method in interface org.openqa.selenium.interactions.Mouse
-
- contextClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- contextClick(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- ContextClickAction - Class in org.openqa.selenium.interactions
-
Context-clicks an element
- ContextClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ContextClickAction
-
- 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(Object) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
Convert an object that may or may not be a JsonElement into its JSON string
representation, handling the case where it is neither in a graceful way.
- convert(Class<T>, Object) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convert(String) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.ChromeUrlConvert
-
- convertFromBase64Png(String) - Method in interface org.openqa.selenium.OutputType
-
Convert the given base64 png to a requested format.
- convertFromPngBytes(byte[]) - Method in interface org.openqa.selenium.OutputType
-
Convert the given png to a requested format.
- convertObject(Object) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
Convert an object that may or may not be a JsonElement into its JSON object
representation, handling the case where it is neither in a graceful way.
- Cookie - Class in org.openqa.selenium
-
- Cookie(String, String, String, Date) - Constructor for class org.openqa.selenium.Cookie
-
Creates an insecure non-httpOnly cookie with no domain specified.
- Cookie(String, String, String, String, Date) - Constructor for class org.openqa.selenium.Cookie
-
Creates an insecure non-httpOnly cookie.
- Cookie(String, String, String, String, Date, boolean) - Constructor for class org.openqa.selenium.Cookie
-
Creates a non-httpOnly cookie.
- Cookie(String, String, String, String, Date, boolean, boolean) - Constructor for class org.openqa.selenium.Cookie
-
Creates a cookie.
- Cookie(String, String) - Constructor for class org.openqa.selenium.Cookie
-
Create a cookie for the default path with the given name and value with no expiry set.
- Cookie(String, String, String) - Constructor for class org.openqa.selenium.Cookie
-
Create a cookie.
- Cookie.Builder - Class in org.openqa.selenium
-
- COOKIE_SUFFIX - Static variable in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- Coordinates - Interface in org.openqa.selenium.interactions.internal
-
Provides coordinates of an element for advanced interactions.
- copy(File, File) - Static method in class org.openqa.selenium.io.FileHandler
-
- copy(File, File, String) - Static method in class org.openqa.selenium.io.FileHandler
-
- copy(InputStream, OutputStream) - Static method in class org.openqa.selenium.server.ModifiedIO
-
- copy(Reader, Writer) - Static method in class org.openqa.selenium.server.ModifiedIO
-
- copy(InputStream, OutputStream, long) - Static method in class org.openqa.selenium.server.ModifiedIO
-
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
- copy(Reader, Writer, long) - Static method in class org.openqa.selenium.server.ModifiedIO
-
- copyCert8db(File) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- copyDirectory(File, File) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- copyDirectory(File, File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- copyDirectory(File, String, File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
Copies all files matching the suffix to the destination directory.
- copyModel(File, File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.CommandLine
-
- copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- copyResource(File, Class<?>, String...) - Static method in class org.openqa.selenium.io.FileHandler
-
- copySettingsIntoBrowserOptions(Capabilities) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- copySingleFile(File, File) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- copySingleFileWithOverwrite(File, File) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- copySingleFileWithOverwrite(File, File, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- copyStream(InputStream, OutputStream) - Static method in class org.openqa.selenium.server.IOHelper
-
Copy remaining stream content to another stream.
- copyStream(InputStream, OutputStream, int) - Static method in class org.openqa.selenium.server.IOHelper
-
Copy remaining stream content to another stream.
- couldNotFindAnyInstallationMessage() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.Augmenter
-
- create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Subclasses should perform the requested augmentation.
- create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.JdkAugmenter
-
- CREATE_BREAKAWAY_FROM_JOB - Static variable in interface org.openqa.selenium.os.Kernel32
-
- CREATE_SUSPENDED - Static variable in interface org.openqa.selenium.os.Kernel32
-
- createArgs() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- createClient(URL) - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
-
Creates a HTTP client that will send requests to the given URL.
- 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
-
- createCustomProfileDir() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- createCustomProfileDir(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- createDefaultService() - Static method in class org.openqa.selenium.chrome.ChromeDriverService
-
- createDefaultService() - Static method in class org.openqa.selenium.edge.EdgeDriverService
-
- createDefaultService() - Static method in class org.openqa.selenium.firefox.GeckoDriverService
-
- createDefaultService() - Static method in class org.openqa.selenium.ie.InternetExplorerDriverService
-
- createDefaultService() - Static method in class org.openqa.selenium.opera.OperaDriverService
-
- createDir(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- createDriver() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- createJettyServer(boolean) - Method in class org.openqa.selenium.server.SeleniumServer
-
- CreateJobObject(WinBase.SECURITY_ATTRIBUTES, String) - Method in interface org.openqa.selenium.os.Kernel32
-
- createLocator(Field) - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
-
- createLocator(Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory
-
- createLocator(Field) - Method in interface org.openqa.selenium.support.pagefactory.ElementLocatorFactory
-
When a field on a class needs to be decorated with an
ElementLocator
this method will
be called.
- createLogFileAndAddToMap(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This creates log file object which represents logs in file form.
- createNewRemoteSession(String, String, String, Capabilities, boolean, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Creates and tries to open a new session.
- createRootContextWithProxyHandler(RemoteControlConfiguration) - Method in class org.openqa.selenium.server.SeleniumServer
-
- 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
-
- createTempDir(String, String) - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
Create a temporary directory, and track it for deletion.
- createTempFile(String) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- Credentials - Interface in org.openqa.selenium.security
-
Marker interface used to indicate that this object can be used for
authentication.
- 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
-
- cssSelector(String) - Static method in class org.openqa.selenium.By
-
Finds elements via the driver's underlying W3 Selector engine.
- CustomBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
Runs the specified command path to start the browser, and kills the process to quit.
- CustomBrowserLauncher(String, String, RemoteControlConfiguration, Capabilities) - Constructor for class org.openqa.selenium.server.browserlaunchers.CustomBrowserLauncher
-
- customizeRequest(Socket, HttpRequest) - Method in class org.openqa.selenium.server.ProxyHandler.SslRelay
-
- customLauncher() - Method in class org.openqa.selenium.server.browserlaunchers.BrowserStringParser.Result
-
- customPACappropriate - Variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- customProfileDir(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
Return the name of the custom profile directory for a specific seleniumm session
- customProfileDir - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- DATA - Static variable in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- deactivate() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- deactivate() - Method in interface org.openqa.selenium.WebDriver.ImeHandler
-
De-activate IME input (turns off the currently activated engine).
- DEBUG - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
-
- declareClosed() - Method in class org.openqa.selenium.server.CommandQueue
-
- decode(String) - Method in class org.openqa.selenium.internal.Base64Encoder
-
- decode(T) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Decodes a command.
- decode(HttpRequest) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- decode(HttpResponse) - Method in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
-
- decode(T) - Method in interface org.openqa.selenium.remote.ResponseCodec
-
Decodes a response.
- decorate(ClassLoader, Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- decorate(ClassLoader, Field) - Method in interface org.openqa.selenium.support.pagefactory.FieldDecorator
-
This method is called by PageFactory on all fields to decide how to decorate the field.
- DEFAULT_ENABLE_NATIVE_EVENTS - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- DEFAULT_INTERVAL - Static variable in class com.thoughtworks.selenium.Wait
-
Deprecated.
The interval to pause between checking; the default is 500 milliseconds
- DEFAULT_JETTY_THREADS - Static variable in class org.openqa.selenium.server.SeleniumServer
-
- DEFAULT_LOCAL_FRAME_ADDRESS - Static variable in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- DEFAULT_PORT - Static variable in class org.openqa.selenium.internal.SocketLock
-
- DEFAULT_PORT - Static variable in class org.openqa.selenium.server.RemoteControlConfiguration
-
- DEFAULT_RETRY_TIMEOUT_IN_SECONDS - Static variable in class org.openqa.selenium.server.RemoteControlConfiguration
-
- DEFAULT_SELENIUM_WINDOW_NAME - Static variable in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Each user-visible window group has a selenium window name.
- DEFAULT_SLEEP_TIMEOUT - Static variable in class org.openqa.selenium.support.ui.WebDriverWait
-
- 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
-
- DEFAULT_TIMEOUT_IN_SECONDS - Static variable in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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.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.remote.RemoteWebDriver.RemoteTargetLocator
-
- defaultContent() - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Selects either the first frame on the page, or the main document when a page contains
iframes.
- 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
-
- 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
-
- DefaultElementLocator - Class in org.openqa.selenium.support.pagefactory
-
The default element locator, which will lazily locate an element or an element list on a page.
- DefaultElementLocator(SearchContext, Field) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Creates a new element locator.
- DefaultElementLocator(SearchContext, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Use this constructor in order to process custom annotaions.
- DefaultElementLocatorFactory - Class in org.openqa.selenium.support.pagefactory
-
- DefaultElementLocatorFactory(SearchContext) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory
-
- DefaultFieldDecorator - Class in org.openqa.selenium.support.pagefactory
-
Default decorator for use with PageFactory.
- DefaultFieldDecorator(ElementLocatorFactory) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- DefaultNetworkInterfaceProvider - Class in org.openqa.selenium.net
-
- DefaultNetworkInterfaceProvider() - Constructor for class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- DefaultPerSessionLogHandler - Class in org.openqa.selenium.remote.server.log
-
RestishHandler which keeps in memory the log records per session so that users can retrieve logs per
session.
- DefaultPerSessionLogHandler(int, Level, Formatter, boolean) - Constructor for class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
New handler keeping track of log records per session.
- DefaultProxy() - Constructor for class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.DefaultProxy
-
- DefaultRemoteCommand - Class in com.thoughtworks.selenium
-
The default implementation of the RemoteCommand interface
- DefaultRemoteCommand(String, String[]) - Constructor for class com.thoughtworks.selenium.DefaultRemoteCommand
-
- DefaultRemoteCommand - Class in org.openqa.selenium.server
-
The default implementation of the RemoteCommand interface
- DefaultRemoteCommand(String, String, String) - Constructor for class org.openqa.selenium.server.DefaultRemoteCommand
-
- DefaultRemoteCommand(String, String, String, String) - Constructor for class org.openqa.selenium.server.DefaultRemoteCommand
-
- defaults() - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- 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.
- defineCommand(String, HttpMethod, String) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
Defines a new command mapping.
- defineCommand(String, CommandInfo) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
It may be useful to extend the commands understood by this HttpCommandExecutor
at run
time, and this can be achieved via this method.
- delete(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- delete() - Method in class org.openqa.selenium.server.ClassPathResource
-
- delete() - Method in class org.openqa.selenium.server.FutureFileResource
-
Deletes the given resource
- DELETE_ALL_COOKIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- DELETE_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- deleteAllCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- deleteAllCookies() - Method in interface org.openqa.selenium.WebDriver.Options
-
Delete all the cookies for the current domain.
- 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
-
- deleteBaseDir() - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
- 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(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- 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 interface org.openqa.selenium.WebDriver.Options
-
Delete a cookie from the browser's "cookie jar".
- deleteCookieNamed(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- deleteCookieNamed(String) - Method in interface org.openqa.selenium.WebDriver.Options
-
Delete the named cookie from the current domain.
- deleteExtensionsCacheIfItExists(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- deleteFlatDirContents(File, String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
Deletes all files contained by the given directory.
- deleteLockFiles(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- DeleteNamedCookie - Class in org.openqa.selenium.remote.server.handler
-
- DeleteNamedCookie(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
-
- deleteRegistryValue(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- 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
-
- deleteTempDir(File) - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
Delete a temporary directory that we were responsible for creating.
- deleteTemporaryFiles() - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
Perform the operation that a shutdown hook would have.
- deleteTryTryAgain(File, int) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
Try several times to recursively delete a directory
- deregisterBrowserSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
De-registers the given browser session from among the active sessions.
- deregisterBrowserSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.SeleniumServer
-
De-registers a previously registered running browser session
- deregisterExternalSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Removes a previously registered external browser session from the list of active sessions.
- deriveFrom(URI) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- 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
-
- describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
-
- describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.XPathFinder
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.match.AttributeMatcher
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.match.DisplayedMatcher
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.match.SelectionMatcher
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.match.TextMatcher
-
- describeTo(Description) - Method in class org.openqa.selenium.lift.match.ValueMatcher
-
- deselectAll() - Method in class org.openqa.selenium.support.ui.Select
-
Clear all selected entries.
- deselectByIndex(int) - Method in class org.openqa.selenium.support.ui.Select
-
Deselect the option at the given index.
- deselectByValue(String) - Method in class org.openqa.selenium.support.ui.Select
-
Deselect all options that have a value matching the argument.
- deselectByVisibleText(String) - Method in class org.openqa.selenium.support.ui.Select
-
Deselect all options that display text matching the argument.
- 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
-
- DesiredCapabilities - Class in org.openqa.selenium.remote
-
- DesiredCapabilities(String, String, Platform) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities() - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Map<String, ?>) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Capabilities) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Capabilities...) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
-
- destroy() - Method in class org.openqa.selenium.os.CommandLine
-
Destroy the current command.
- destroy() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- destroy() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- detachFromCurrentThread() - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- detachFromCurrentThread() - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- detachFromCurrentThread() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- determineNextFreePort(int) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- Dimension - Class in org.openqa.selenium
-
Similar to Point - implement locally to avoid depending on GWT.
- Dimension(int, int) - Constructor for class org.openqa.selenium.Dimension
-
- discoverRegistryKeyType(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- dismiss() - Method in interface org.openqa.selenium.Alert
-
- DISMISS_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- DISMISS_ALERT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- DismissAlert - Class in org.openqa.selenium.remote.server.handler
-
- DismissAlert(Session) - Constructor for class org.openqa.selenium.remote.server.handler.DismissAlert
-
- DisplayAction - Class in org.openqa.selenium.interactions.internal
-
This class represents an abstraction of devices that can execute an action within a display area.
- DisplayAction(Locatable) - Constructor for class org.openqa.selenium.interactions.internal.DisplayAction
-
- displayed() - Static method in class org.openqa.selenium.lift.match.DisplayedMatcher
-
- displayed() - Static method in class org.openqa.selenium.lift.Matchers
-
- DisplayedMatcher - Class in org.openqa.selenium.lift.match
-
Hamcrest matcher for displayed status of
WebElement
s.
- div() - Static method in class org.openqa.selenium.lift.find.DivFinder
-
- div(String) - Static method in class org.openqa.selenium.lift.find.DivFinder
-
- div() - Static method in class org.openqa.selenium.lift.Finders
-
- div(String) - Static method in class org.openqa.selenium.lift.Finders
-
- DivFinder - Class in org.openqa.selenium.lift.find
-
- DivFinder() - Constructor for class org.openqa.selenium.lift.find.DivFinder
-
- 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
-
- doCommand(String, String, String) - Method in class org.openqa.selenium.server.CommandQueue
-
Sends the specified command (to be retrieved by the next call to handle command result), and
returns the result of that command.
- doCommand(String, String, String) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Schedules the specified command to be retrieved by the next call to handle command result, and
returns the result of that command.
- doCommand(String, Vector<String>, String, HttpResponse) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- doCommandWithoutWaitingForAResponse(String, String, String) - Method in class org.openqa.selenium.server.CommandQueue
-
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- doesRegistryValueExist(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.server.ResourceServlet
-
- domain(String) - Method in class org.openqa.selenium.Cookie.Builder
-
- DoNotUseProxyPac - Class in org.openqa.selenium.server.browserlaunchers
-
A representation of a proxy configuration file.
- DoNotUseProxyPac() - Constructor for class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- DoNotUseProxyPac.DefaultProxy - Class in org.openqa.selenium.server.browserlaunchers
-
- DoNotUseProxyPac.ProxyHostVia - Class in org.openqa.selenium.server.browserlaunchers
-
- DoNotUseProxyPac.ProxyUrlVia - Class in org.openqa.selenium.server.browserlaunchers
-
- dontTouchLogging() - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- dontTouchLogging() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- DOUBLE_CLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- 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(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Performs a double-click at middle of the given element.
- doubleClick() - Method in class org.openqa.selenium.interactions.Actions
-
Performs a double-click at the current mouse location.
- doubleClick(Coordinates) - Method in interface org.openqa.selenium.interactions.Mouse
-
- doubleClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- doubleClick(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- DoubleClickAction - Class in org.openqa.selenium.interactions
-
Double-clicks an element.
- DoubleClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.DoubleClickAction
-
- 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(WebElement) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
- doubleTap(Coordinates) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
- doubleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- doubleTap(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- DoubleTapAction - Class in org.openqa.selenium.interactions.touch
-
Creates a double tap gesture on a touch screen.
- DoubleTapAction(TouchScreen, Locatable) - Constructor for class org.openqa.selenium.interactions.touch.DoubleTapAction
-
- DoubleTapOnElement - Class in org.openqa.selenium.remote.server.handler.interactions.touch
-
- DoubleTapOnElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
-
- down(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of the gesture 'down' on the screen.
- down(int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of the gesture 'down' on the screen.
- down(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- 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
-
- DownAction - Class in org.openqa.selenium.interactions.touch
-
Creates a down gesture.
- DownAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.DownAction
-
- download(URL, File) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- 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
-
- dragAndDrop(WebElement, WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
A convenience method that performs click-and-hold at the location of the source element,
moves to the location of the target element, then releases the mouse.
- dragAndDropBy(WebElement, int, int) - Method in class org.openqa.selenium.interactions.Actions
-
A convenience method that performs click-and-hold at the location of the source element,
moves by a given offset, then releases the mouse.
- 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
- drainStream(OutputStream) - Static method in class org.openqa.selenium.firefox.internal.Streams
-
Drains the contents of a stream without blocking on further input from that stream.
- DrivenSeleniumLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- DrivenSeleniumLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.DrivenSeleniumLauncher
-
- driver - Variable in class org.openqa.selenium.interactions.Actions
-
- DRIVER - Static variable in class org.openqa.selenium.logging.LogType
-
This log pertains to logs from the WebDriver implementation.
- DRIVER_INFO - Static variable in exception org.openqa.selenium.WebDriverException
-
- DRIVER_USE_MARIONETTE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
Boolean system property that instructs FirefoxDriver to use Marionette backend.
- DRIVER_XPI_PROPERTY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the webdriver.xpi browser extension to install
in the browser.
- DriverCommand - Interface in org.openqa.selenium.remote
-
An empty interface defining constants for the standard commands defined in the WebDriver JSON
wire protocol.
- DriverCommandExecutor - Class in org.openqa.selenium.remote.service
-
- DriverCommandExecutor(DriverService) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
-
Creates a new DriverCommandExecutor which will communicate with the driver as configured
by the given service
.
- DriverCommandExecutor(DriverService, Map<String, CommandInfo>) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
-
Creates an
DriverCommandExecutor
that supports non-standard
additionalCommands
in addition to the standard.
- 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.
- DriverService - Class in org.openqa.selenium.remote.service
-
Manages the life and death of a native executable driver server.
- DriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.remote.service.DriverService
-
- DriverService.Builder<DS extends DriverService,B extends DriverService.Builder> - Class in org.openqa.selenium.remote.service
-
- DriverServlet - Class in org.openqa.selenium.remote.server
-
- DriverServlet() - Constructor for class org.openqa.selenium.remote.server.DriverServlet
-
- DriverSessions - Interface in org.openqa.selenium.remote.server
-
- Duration - Class in org.openqa.selenium.support.ui
-
Represents an immutable duration of time.
- Duration(long, TimeUnit) - Constructor for class org.openqa.selenium.support.ui.Duration
-
- EDGE - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- edge() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- EDGE_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the location of the MicrosoftWebDriver executable that will be used by
the
default service
.
- EdgeDriver - Class in org.openqa.selenium.edge
-
A
WebDriver
implementation that controls a Edge browser running on the local machine.
- EdgeDriver() - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver using the
default
server configuration.
- EdgeDriver(EdgeDriverService) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver instance.
- EdgeDriver(Capabilities) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver instance.
- EdgeDriver(EdgeOptions) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver instance with the specified options.
- EdgeDriver(EdgeDriverService, EdgeOptions) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver instance with the specified options.
- EdgeDriver(EdgeDriverService, Capabilities) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Creates a new EdgeDriver instance.
- EdgeDriverService - Class in org.openqa.selenium.edge
-
Manages the life and death of a MicrosoftWebDriver server.
- EdgeDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.edge.EdgeDriverService
-
- EdgeDriverService.Builder - Class in org.openqa.selenium.edge
-
- EdgeOptions - Class in org.openqa.selenium.edge
-
- EdgeOptions() - Constructor for class org.openqa.selenium.edge.EdgeOptions
-
- elapsed() - Method in interface com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- ELEMENT_EQUALS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ELEMENT_NOT_SELECTABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- ELEMENT_NOT_VISIBLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- ELEMENT_SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- ELEMENT_SCROLL_BEHAVIOR - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines how elements are scrolled into view in the InternetExplorerDriver.
- ELEMENT_SCROLL_BEHAVIOR - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- ElementEquality - Class in org.openqa.selenium.remote.server.handler
-
- ElementEquality(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ElementEquality
-
- ElementFinder - Class in com.thoughtworks.selenium.webdriven
-
- ElementFinder() - Constructor for class com.thoughtworks.selenium.webdriven.ElementFinder
-
- ElementFinder(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.ElementFinder
-
- ElementLocator - Interface in org.openqa.selenium.support.pagefactory
-
- ElementLocatorFactory - Interface in org.openqa.selenium.support.pagefactory
-
- ElementNotVisibleException - Exception in org.openqa.selenium
-
Thrown to indicate that although an element is present on the DOM, it is not visible, and so is
not able to be interacted with.
- ElementNotVisibleException(String) - Constructor for exception org.openqa.selenium.ElementNotVisibleException
-
- ElementNotVisibleException(String, Throwable) - Constructor for exception org.openqa.selenium.ElementNotVisibleException
-
- ElementScrollBehavior - Enum in org.openqa.selenium.internal
-
- elementSelectionStateToBe(WebElement, boolean) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given element is selected.
- elementSelectionStateToBe(By, boolean) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
- elementToBeClickable(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking an element is visible and enabled such that you can click it.
- elementToBeClickable(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking an element is visible and enabled such that you can click it.
- elementToBeSelected(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given element is selected.
- elementToBeSelected(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
- enable(String, Level) - Method in class org.openqa.selenium.logging.LoggingPreferences
-
Enables logging for the given log type at the specified level and above.
- ENABLE_ELEMENT_CACHE_CLEANUP - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to use or not cleanup of element cache on document loading.
- ENABLE_PERSISTENT_HOVERING - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to use persistent hovering or not.
- ENABLE_PERSISTENT_HOVERING - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
Deprecated.
- ENABLE_PROFILING_CAPABILITY - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- encode(byte[]) - Method in class org.openqa.selenium.internal.Base64Encoder
-
- encode(Command) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Encodes a command.
- encode(Command) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- encode(Response) - Method in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
-
Encodes the given response as a HTTP response message.
- encode(Response) - Method in interface org.openqa.selenium.remote.ResponseCodec
-
Encodes a response.
- encode(String) - Method in class org.openqa.selenium.server.FutureFileResource
-
Encode according to this resource type.
- endAllBrowserSessions(RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Ends all browser sessions.
- endBrowserSession(String, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Ends a browser session, using SeleniumServer static fields to populate parameters.
- endBrowserSession(boolean, String, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Ends a browser session, using SeleniumServer static fields to populate parameters.
- endBrowserSession(boolean, String, RemoteControlConfiguration, boolean) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Ends a browser session.
- endOfLife() - Method in class org.openqa.selenium.server.CommandQueue
-
clear the contents of the threads, and unblocks polling threads
- endOfLife() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Empty queues, and thereby wake up any threads that are hanging around.
- ensureCleanSession() - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- ENSURING_CLEAN_SESSION - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
-
- Entry(String, String) - Constructor for class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- EphemeralPortRangeDetector - Interface in org.openqa.selenium.net
-
Identifies the ephemeral port range for a given environment.
- equals(Object) - Method in class org.openqa.selenium.By
-
- equals(Object) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
- equals(Object) - Method in class org.openqa.selenium.Cookie
-
Two cookies are equal if the name and value match
- equals(Object) - Method in class org.openqa.selenium.Dimension
-
- equals(Object) - Method in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- equals(Object) - Method in class org.openqa.selenium.opera.OperaOptions
-
- equals(Object) - Method in class org.openqa.selenium.Point
-
- equals(Object) - Method in class org.openqa.selenium.Rectangle
-
- equals(Object) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- equals(Object) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- equals(Object) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- equals(Object) - Method in class org.openqa.selenium.remote.SessionId
-
- equals(Object) - Method in class org.openqa.selenium.safari.SafariOptions
-
- equals(Object) - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- equals(Object) - Method in class org.openqa.selenium.server.FrameAddress
-
- equals(Object) - Method in class org.openqa.selenium.server.FutureFileResource
-
- equals(Object) - Method in class org.openqa.selenium.support.Color
-
- equals(Object) - Method in class org.openqa.selenium.support.ui.Duration
-
- ERROR - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
-
- ErrorCodes - Class in org.openqa.selenium.remote
-
Defines common error codes for the wire protocol.
- ErrorCodes() - Constructor for class org.openqa.selenium.remote.ErrorCodes
-
- ErrorHandler - Class in org.openqa.selenium.remote
-
Maps exceptions to status codes for sending over the wire.
- ErrorHandler() - Constructor for class org.openqa.selenium.remote.ErrorHandler
-
- ErrorHandler(boolean) - Constructor for class org.openqa.selenium.remote.ErrorHandler
-
- ErrorHandler(ErrorCodes, boolean) - Constructor for class org.openqa.selenium.remote.ErrorHandler
-
- ErrorHandler.UnknownServerException - Exception in org.openqa.selenium.remote
-
Exception used as a place holder if the server returns an error without a stack trace.
- escape(String) - Static method in class org.openqa.selenium.support.ui.Quotes
-
Convert strings with both quotes and ticks into a valid xpath component
For example,
- EventFiringKeyboard - Class in org.openqa.selenium.support.events.internal
-
A keyboard firing events.
- EventFiringKeyboard(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- EventFiringMouse - Class in org.openqa.selenium.support.events.internal
-
A mouse that fires events.
- EventFiringMouse(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringMouse
-
- EventFiringTouch - Class in org.openqa.selenium.support.events.internal
-
A touch screen that fires events.
- EventFiringTouch(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- EventFiringWebDriver - Class in org.openqa.selenium.support.events
-
- EventFiringWebDriver(WebDriver) - Constructor for class org.openqa.selenium.support.events.EventFiringWebDriver
-
- EventType - Enum in org.openqa.selenium.logging.profiler
-
- exactly(int) - Static method in class org.openqa.selenium.lift.match.NumericalMatchers
-
- exactly(int) - Static method in class org.openqa.selenium.lift.Matchers
-
- exec(String) - Method in class org.openqa.selenium.server.browserlaunchers.CustomBrowserLauncher
-
- exec(String) - Method in class org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
-
- Executable - Class in org.openqa.selenium.firefox.internal
-
Wrapper around our runtime environment requirements.
- Executable(File) - Constructor for class org.openqa.selenium.firefox.internal.Executable
-
- execute(Command) - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- execute(Command) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- execute(Action) - Method in interface org.openqa.selenium.interactions.ActionChainExecutor
-
- execute() - Method in class org.openqa.selenium.os.CommandLine
-
- execute(Command) - Method in interface org.openqa.selenium.remote.CommandExecutor
-
- execute(String, Map<String, ?>) - Method in interface org.openqa.selenium.remote.ExecuteMethod
-
Execute the given command on the remote webdriver server.
- execute(HttpRequest, boolean) - Method in interface org.openqa.selenium.remote.http.HttpClient
-
Executes the given request.
- execute(Command) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
- execute(Action) - Method in class org.openqa.selenium.remote.RemoteActionChainExecutor
-
- execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteExecuteMethod
-
- execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- execute(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- execute(FutureTask<X>) - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- execute(FutureTask<X>) - Method in interface org.openqa.selenium.remote.server.Session
-
- execute(Command) - Method in class org.openqa.selenium.remote.service.DriverCommandExecutor
-
Sends the command
to the driver server for execution.
- execute() - Method in class org.openqa.selenium.server.commands.AddCustomRequestHeaderCommand
-
- execute() - Method in class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
Capture a screenshot of the in-browser canvas.
- execute() - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand
-
- execute() - Method in class org.openqa.selenium.server.commands.CaptureScreenshotCommand
-
- execute() - Method in class org.openqa.selenium.server.commands.CaptureScreenshotToStringCommand
-
- execute() - Method in class org.openqa.selenium.server.commands.Command
-
- execute() - Method in class org.openqa.selenium.server.commands.RetrieveLastRemoteControlLogsCommand
-
- execute() - Method in class org.openqa.selenium.server.commands.SeleniumCoreCommand
-
- EXECUTE_ASYNC_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- EXECUTE_ASYNC_SCRIPT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- EXECUTE_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- EXECUTE_SCRIPT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- executeAsync() - Method in class org.openqa.selenium.os.CommandLine
-
- executeAsync() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- executeAsyncScript(String, Object...) - Method in interface org.openqa.selenium.JavascriptExecutor
-
Execute an asynchronous piece of JavaScript in the context of the currently selected frame or
window.
- executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- ExecuteAsyncScript - Class in org.openqa.selenium.remote.server.handler
-
- ExecuteAsyncScript(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
-
- executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- executeCommandOnServlet(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
Sends the specified command string to the bridge servlet
- ExecuteMethod - Interface in org.openqa.selenium.remote
-
- executeMethod - Variable in class org.openqa.selenium.remote.RemoteLogs
-
- executeScript(WebDriver, String, Object...) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
-
- executeScript(String, Object...) - Method in interface org.openqa.selenium.JavascriptExecutor
-
Executes JavaScript in the context of the currently selected frame or window.
- executeScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- ExecuteScript - Class in org.openqa.selenium.remote.server.handler
-
- ExecuteScript(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ExecuteScript
-
- executeScript(String, Object...) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- executor - Variable in class org.openqa.selenium.remote.RemoteActionChainExecutor
-
- executor - Variable in class org.openqa.selenium.remote.RemoteKeyboard
-
- executor - Variable in class org.openqa.selenium.remote.RemoteMouse
-
- exists() - Method in class org.openqa.selenium.server.ClassPathResource
-
- exists() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns true if the resource exists.
- ExpectedCondition<T> - Interface in org.openqa.selenium.support.ui
-
Models a condition that might reasonably be expected to eventually evaluate to something that is
neither null nor false.
- ExpectedConditions - Class in org.openqa.selenium.support.ui
-
- expiresOn(Date) - Method in class org.openqa.selenium.Cookie.Builder
-
- Extension - Interface in org.openqa.selenium.firefox.internal
-
- ExtensionConnection - Interface in org.openqa.selenium.firefox
-
Represents a connection with the FirefoxDriver browser extension.
- EXTRACT_PATH - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines full path to directory to which will be
extracted supporting files of the IEDriverServer.
- extractAndCheck(File, String, String, String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- extractFrom(T) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- extractFrom(WebDriver) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
-
- extractFrom(WebDriver) - Method in class org.openqa.selenium.lift.find.XPathFinder
-
- extractFrom(Capabilities) - Static method in class org.openqa.selenium.Proxy
-
- extractFromSysProperty(String) - Static method in enum org.openqa.selenium.Architecture
-
Extracts architectures based on system properties in Java and a heuristic to overcome
differences between JDK implementations.
- extractFromSysProperty(String) - Static method in enum org.openqa.selenium.Platform
-
Extracts platforms based on system properties in Java and uses a heuristic to determine the
most likely operating system.
- extractFromSysProperty(String, String) - Static method in enum org.openqa.selenium.Platform
-
Extracts platforms based on system properties in Java and uses a heuristic to determine the
most likely operating system.
- extractHTAFile(File, int, String, String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- extractProfileFromJar() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- extractProxy(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.Augmenter
-
- extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.BaseAugmenter
-
Subclasses should extract the remote webdriver or return null if it can't extract it.
- extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.JdkAugmenter
-
- extractResourcePath(Class, String, File) - Static method in class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
-
- factory - Variable in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- fail(String) - Static method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- fakeLauncherPath() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- family() - Method in enum org.openqa.selenium.Platform
-
Returns a platform that represents a family for the current platform.
- fetchAndStoreLogsFromDriver(SessionId, WebDriver) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
Fetches and stores available logs from the given session and driver.
- fetchAndStoreLogsFromDriver(SessionId, WebDriver) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- fetchAndStoreLogsFromDriver(SessionId, WebDriver) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- FieldDecorator - Interface in org.openqa.selenium.support.pagefactory
-
Allows the PageFactory to decorate fields.
- FILE - Static variable in interface org.openqa.selenium.OutputType
-
Obtain the screenshot into a temporary file that will be deleted once the JVM exits.
- FileDetector - Interface in org.openqa.selenium.remote
-
Used for identifying whether a sequence of chars represents the path to a
file.
- fileDetector - Variable in class org.openqa.selenium.remote.RemoteWebElement
-
- FileExtension - Class in org.openqa.selenium.firefox.internal
-
- FileExtension(File) - Constructor for class org.openqa.selenium.firefox.internal.FileExtension
-
- FileHandler - Class in org.openqa.selenium.io
-
Utility methods for common filesystem activities
- FileHandler() - Constructor for class org.openqa.selenium.io.FileHandler
-
- FileHandler.Filter - Interface in org.openqa.selenium.io
-
Used by file operations to determine whether or not to make use of a file.
- filter(Level) - Method in class org.openqa.selenium.logging.LogEntries
-
- find(String) - Static method in class org.openqa.selenium.os.CommandLine
-
- FIND_CHILD_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- FIND_CHILD_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- FIND_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- FIND_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- FindActiveElement - Class in org.openqa.selenium.remote.server.handler
-
- FindActiveElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindActiveElement
-
- FindAll - Annotation Type in org.openqa.selenium.support
-
Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags
It will then search for all elements that match any of the FindBy criteria.
- findAtADefaultLocation() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- findBrowserLocation() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- findBrowserLocationInPath() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- findBrowserLocationOrFail() - Method in interface org.openqa.selenium.browserlaunchers.locators.BrowserLocator
-
- findBrowserLocationOrFail() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- findBrowserLocationOrFail() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- FindBy - Annotation Type in org.openqa.selenium.support
-
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
- FindBys - Annotation Type in org.openqa.selenium.support
-
Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags
in a chain as described in
ByChained
It can be used on a types as well, but will not be processed by default.
- FindChildElement - Class in org.openqa.selenium.remote.server.handler
-
- FindChildElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindChildElement
-
- FindChildElements - Class in org.openqa.selenium.remote.server.handler
-
- FindChildElements(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindChildElements
-
- findDefaultExecutable() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
- findDefaultExecutable() - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
- findDefaultExecutable() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
- findDefaultExecutable() - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
- findDefaultExecutable() - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
-
- findDefaultExecutable() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- findElement(WebDriver, String) - Method in class com.thoughtworks.selenium.webdriven.ElementFinder
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByClassName
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByCssSelector
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ById
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByLinkText
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByName
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByPartialLinkText
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByTagName
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By.ByXPath
-
- findElement(SearchContext) - Method in class org.openqa.selenium.By
-
Find a single element.
- findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElement(String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElement(String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- FindElement - Class in org.openqa.selenium.remote.server.handler
-
- FindElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindElement
-
- findElement(By) - Method in interface org.openqa.selenium.SearchContext
-
- findElement(SearchContext) - Method in class org.openqa.selenium.support.ByIdOrName
-
- findElement(By) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- findElement() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Find the element.
- findElement(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByAll
-
- findElement(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByChained
-
- findElement() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Find the element.
- findElement() - Method in interface org.openqa.selenium.support.pagefactory.ElementLocator
-
- findElement(By) - Method in interface org.openqa.selenium.WebDriver
-
- findElement(By) - Method in interface org.openqa.selenium.WebElement
-
- findElementByClassName(String) - Method in interface org.openqa.selenium.internal.FindsByClassName
-
- findElementByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByCssSelector(String) - Method in interface org.openqa.selenium.internal.FindsByCssSelector
-
- findElementByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementById(String) - Method in interface org.openqa.selenium.internal.FindsById
-
- findElementById(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementById(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByLinkText(String) - Method in interface org.openqa.selenium.internal.FindsByLinkText
-
- findElementByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByName(String) - Method in interface org.openqa.selenium.internal.FindsByName
-
- findElementByName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByPartialLinkText(String) - Method in interface org.openqa.selenium.internal.FindsByLinkText
-
- findElementByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByTagName(String) - Method in interface org.openqa.selenium.internal.FindsByTagName
-
- findElementByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementByXPath(String) - Method in interface org.openqa.selenium.internal.FindsByXPath
-
- findElementByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByClassName
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByCssSelector
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ById
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByLinkText
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByName
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByPartialLinkText
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByTagName
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By.ByXPath
-
- findElements(SearchContext) - Method in class org.openqa.selenium.By
-
Find many elements.
- findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElements(String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElements(String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- FindElements - Class in org.openqa.selenium.remote.server.handler
-
- FindElements(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FindElements
-
- findElements(By) - Method in interface org.openqa.selenium.SearchContext
-
Find all elements within the current context using the given mechanism.
- findElements(SearchContext) - Method in class org.openqa.selenium.support.ByIdOrName
-
- findElements(By) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- findElements() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Find the element list.
- findElements(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByAll
-
- findElements(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByChained
-
- findElements() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Find the element list.
- findElements() - Method in interface org.openqa.selenium.support.pagefactory.ElementLocator
-
- findElements(By) - Method in interface org.openqa.selenium.WebDriver
-
Find all elements within the current page using the given mechanism.
- findElements(By) - Method in interface org.openqa.selenium.WebElement
-
Find all elements within the current context using the given mechanism.
- findElementsByClassName(String) - Method in interface org.openqa.selenium.internal.FindsByClassName
-
- findElementsByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByCssSelector(String) - Method in interface org.openqa.selenium.internal.FindsByCssSelector
-
- findElementsByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsById(String) - Method in interface org.openqa.selenium.internal.FindsById
-
- findElementsById(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsById(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByLinkText(String) - Method in interface org.openqa.selenium.internal.FindsByLinkText
-
- findElementsByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByName(String) - Method in interface org.openqa.selenium.internal.FindsByName
-
- findElementsByName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByPartialLinkText(String) - Method in interface org.openqa.selenium.internal.FindsByLinkText
-
- findElementsByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByTagName(String) - Method in interface org.openqa.selenium.internal.FindsByTagName
-
- findElementsByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- findElementsByXPath(String) - Method in interface org.openqa.selenium.internal.FindsByXPath
-
- findElementsByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- findElementsByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- Finder<S,T> - Interface in org.openqa.selenium.lift.find
-
- Finders - Class in org.openqa.selenium.lift
-
- Finders() - Constructor for class org.openqa.selenium.lift.Finders
-
- findExecutable(String, String, String, String) - Static method in class org.openqa.selenium.remote.service.DriverService
-
- findFileInPath(String) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- FindFirstSelectedOptionProperty - Class in com.thoughtworks.selenium.webdriven.commands
-
- FindFirstSelectedOptionProperty(JavascriptLibrary, ElementFinder, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FindFirstSelectedOptionProperty
-
- findFreePort() - Static method in class org.openqa.selenium.net.PortProber
-
- findFrom(T) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- findFrom(T) - Method in interface org.openqa.selenium.lift.find.Finder
-
- findInPath() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- findReg() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Finds reg.exe
- FindsByClassName - Interface in org.openqa.selenium.internal
-
- FindsByCssSelector - Interface in org.openqa.selenium.internal
-
- FindsById - Interface in org.openqa.selenium.internal
-
- FindsByLinkText - Interface in org.openqa.selenium.internal
-
- FindsByName - Interface in org.openqa.selenium.internal
-
- FindsByTagName - Interface in org.openqa.selenium.internal
-
- FindsByXPath - Interface in org.openqa.selenium.internal
-
- FindSelectedOptionProperties - Class in com.thoughtworks.selenium.webdriven.commands
-
- FindSelectedOptionProperties(JavascriptLibrary, ElementFinder, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FindSelectedOptionProperties
-
- findSystemRoot() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Finds the system root directory, e.g.
- findTaskKill() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Finds taskkill.exe
- findWBEM() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Finds the WBEM directory in the systemRoot directory
- findWMIC() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Finds WMIC.exe
- finish(int, long) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- fireEvent(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- fireEvent(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Explicitly simulate an event, to trigger the corresponding "onevent" handler.
- FireEvent - Class in com.thoughtworks.selenium.webdriven.commands
-
- FireEvent(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FireEvent
-
- FIREFOX - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- firefox() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- FIREFOX_CHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- FIREFOX_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- FirefoxBinary - Class in org.openqa.selenium.firefox
-
- FirefoxBinary() - Constructor for class org.openqa.selenium.firefox.FirefoxBinary
-
- FirefoxBinary(File) - Constructor for class org.openqa.selenium.firefox.FirefoxBinary
-
- FirefoxChromeLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- FirefoxChromeLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- FirefoxChromeLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- FirefoxChromeLauncher.ChromeUrlConvert - Class in org.openqa.selenium.server.browserlaunchers
-
- FirefoxCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- FirefoxCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- FirefoxCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- firefoxDefaultLocationsOnUbuntu() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
Dynamic because the directory version number keep changing.
- firefoxDefaultLocationsOnWindows() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- FirefoxDriver - Class in org.openqa.selenium.firefox
-
An implementation of the {#link WebDriver} interface that drives Firefox.
- FirefoxDriver() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(FirefoxProfile) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(Capabilities, Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(FirefoxBinary, FirefoxProfile) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities, Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
- FirefoxDriver.LazyCommandExecutor - Class in org.openqa.selenium.firefox
-
- FirefoxDriver.SystemProperty - Class in org.openqa.selenium.firefox
-
- FirefoxDriverProvider - Class in org.openqa.selenium.remote.server
-
This driver provider that instantiates FirefoxDriver or MarionetteDriver.
- FirefoxDriverProvider() - Constructor for class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
- FirefoxLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- FirefoxLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.FirefoxLauncher
-
- FirefoxLocator - Class in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid Firefox installation on local system.
- FirefoxLocator() - Constructor for class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- FirefoxProfile - Class in org.openqa.selenium.firefox
-
- FirefoxProfile() - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
-
- FirefoxProfile(File) - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
-
Constructs a firefox profile from an existing profile directory.
- FirefoxProfile(Reader, File) - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
-
- FireNamedEvent - Class in com.thoughtworks.selenium.webdriven.commands
-
- FireNamedEvent(ElementFinder, JavascriptLibrary, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.FireNamedEvent
-
- first(Finder<WebElement, WebDriver>) - Static method in class org.openqa.selenium.lift.Finders
-
A finder which returns the first element matched - such as if you have multiple elements which
match the finder (such as multiple links with the same text on a page etc)
- FIVE_HUNDRED_MILLIS - Static variable in class org.openqa.selenium.support.ui.FluentWait
-
- FixedIANAPortRange - Class in org.openqa.selenium.net
-
- FixedIANAPortRange() - Constructor for class org.openqa.selenium.net.FixedIANAPortRange
-
- flick(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Sends a flick gesture to the current view.
- flick(WebElement, int, int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of flick gestures starting in a location's element.
- flick(int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Sends a flick gesture to the current view.
- flick(Coordinates, int, int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of flick gestures starting in a location's element.
- flick(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- flick(Coordinates, int, int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- Flick - Class in org.openqa.selenium.remote.server.handler.interactions.touch
-
- Flick(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
-
- flick(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- flick(Coordinates, int, int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- FlickAction - Class in org.openqa.selenium.interactions.touch
-
Creates a flick gesture.
- FlickAction(TouchScreen, Locatable, int, int, int) - Constructor for class org.openqa.selenium.interactions.touch.FlickAction
-
- FlickAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.FlickAction
-
- FluentWait<T> - Class in org.openqa.selenium.support.ui
-
An implementation of the
Wait
interface that may have its timeout and polling interval
configured on the fly.
- FluentWait(T) - Constructor for class org.openqa.selenium.support.ui.FluentWait
-
- FluentWait(T, Clock, Sleeper) - Constructor for class org.openqa.selenium.support.ui.FluentWait
-
- flush() - Method in class org.openqa.selenium.logging.LoggingHandler
-
- flush() - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- flush() - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- flush() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- flushRecordsToLogFile(SessionId, List<LogRecord>) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This creates a mapping between session and file representation of logs if doesnt exist already.
- focus(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- focus(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Move the focus to the specified element; for example, if the element is an input field, move
the cursor to that field.
- focusOnElement() - Method in class org.openqa.selenium.interactions.internal.KeysRelatedAction
-
- FORCE_CREATE_PROCESS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines launch API of IE used by IEDriverServer.
- format(LogRecord) - Method in class org.openqa.selenium.remote.server.log.TerseFormatter
-
Format the given log record and return the formatted string.
- formattedRecords() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- forward() - Method in interface org.openqa.selenium.WebDriver.Navigation
-
Move a single "item" forward in the browser's history.
- frame(int) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- frame(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- frame(WebElement) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- frame(int) - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Select a frame by its (zero-based) index.
- frame(String) - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Select a frame by its name or ID.
- frame(WebElement) - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Select a frame using its previously located
WebElement
.
- FrameAddress - Class in org.openqa.selenium.server
-
- FrameGroupCommandQueueSet - Class in org.openqa.selenium.server
-
Manages sets of CommandQueues corresponding to windows and frames in a single browser session.
- FrameGroupCommandQueueSet(String, int, RemoteControlConfiguration) - Constructor for class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- frameToBeAvailableAndSwitchToIt(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking whether the given frame is available to switch to.
- frameToBeAvailableAndSwitchToIt(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking whether the given frame is available to switch to.
- frameToBeAvailableAndSwitchToIt(int) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking whether the given frame is available to switch to.
- frameToBeAvailableAndSwitchToIt(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking whether the given frame is available to switch to.
- freeLocalPort(int) - Static method in class org.openqa.selenium.net.PortProber
-
- fromCapabilities(Capabilities) - Static method in class org.openqa.selenium.safari.SafariOptions
-
- fromJson(String) - Static method in class org.openqa.selenium.firefox.FirefoxProfile
-
- fromJSON(JsonObject) - Static method in class org.openqa.selenium.logging.SessionLogs
-
- fromJson(String) - Static method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- fromString(String) - Static method in enum org.openqa.selenium.internal.ElementScrollBehavior
-
- fromString(String) - Static method in enum org.openqa.selenium.Platform
-
Gets a platform with the name matching the parameter.
- fromString(String) - Static method in class org.openqa.selenium.support.Color
-
- fromString(String) - Static method in enum org.openqa.selenium.UnexpectedAlertBehaviour
-
- FsResourceLocator - Class in org.openqa.selenium.server
-
- FsResourceLocator(File) - Constructor for class org.openqa.selenium.server.FsResourceLocator
-
- fullscreen() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- fullscreen() - Method in interface org.openqa.selenium.WebDriver.Window
-
Fullscreen the current window if it is not already fullscreen
- FULLSCREEN_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- FullscreenWindow - Class in org.openqa.selenium.remote.server.handler
-
- FullscreenWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.FullscreenWindow
-
- FunctionDeclaration - Class in com.thoughtworks.selenium.webdriven
-
Models a function declaration.
- FunctionDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.FunctionDeclaration
-
- FutureFileResource - Class in org.openqa.selenium.server
-
Future File Resource.
- FutureFileResource(URL) - Constructor for class org.openqa.selenium.server.FutureFileResource
-
- FutureFileResource(URL, URLConnection, File) - Constructor for class org.openqa.selenium.server.FutureFileResource
-
- GECKO_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.firefox.GeckoDriverService
-
System property that defines the location of the GeckoDriver executable
that will be used by the
default service
.
- GeckoDriverService - Class in org.openqa.selenium.firefox
-
Manages the life and death of an GeckoDriver aka 'wires'.
- GeckoDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.firefox.GeckoDriverService
-
- GeckoDriverService.Builder - Class in org.openqa.selenium.firefox
-
- generateCertificate(String, String) - Method in class org.openqa.selenium.server.security.CertificateGenerator
-
- generatePacAndPrefJs(String) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- generatePacAndPrefJs(File, int, String, boolean, long, Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- generateSSLCertsForLoggingHosts(HttpServer) - Method in class org.openqa.selenium.server.ProxyHandler
-
- generateSSLCertsForLoggingHosts() - Method in class org.openqa.selenium.server.SeleniumServer
-
pre-compute the 1-16 SSL relays+certs for the logging hosts.
- generateSSLCertsForLoggingHosts() - Method in interface org.openqa.selenium.server.SslCertificateGenerator
-
pre-compute the 1-16 SSL relays+certs for the logging hosts.
- get(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- get(String) - Method in class org.openqa.selenium.logging.LocalLogs
-
- get(String) - Method in interface org.openqa.selenium.logging.Logs
-
Fetches available log entries for the given log type.
- GET - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- get(String) - Method in class org.openqa.selenium.remote.RemoteLogs
-
- get(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- get(SessionId) - Method in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- get(SessionId) - Method in interface org.openqa.selenium.remote.server.DriverSessions
-
- get(String) - Method in class org.openqa.selenium.remote.server.KnownElements
-
- get(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- get() - Method in class org.openqa.selenium.support.ui.LoadableComponent
-
Ensure that the component is currently loaded.
- get() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
-
- get(String) - Method in interface org.openqa.selenium.WebDriver
-
Load a new web page in the current browser window.
- GET_ACTIVE_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ALERT_TEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ALERT_TEXT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ALL_COOKIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ALL_SESSIONS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_APP_CACHE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_APP_CACHE_STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_AVAILABLE_LOG_TYPES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CAPABILITIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CONTEXT_HANDLES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CURRENT_CONTEXT_HANDLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CURRENT_URL - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CURRENT_WINDOW_HANDLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CURRENT_WINDOW_HANDLE_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_ATTRIBUTE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_LOCATION_ONCE_SCROLLED_INTO_VIEW - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_RECT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_TAG_NAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_TEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_ELEMENT_VALUE_OF_CSS_PROPERTY - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_HTML_SOURCE_ID - Static variable in class org.openqa.selenium.server.commands.SeleniumCoreCommand
-
- GET_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_LOCAL_STORAGE_KEYS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_LOCAL_STORAGE_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_LOG - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_PAGE_SOURCE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_SCREEN_ORIENTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_SESSION_LOGS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_SESSION_STORAGE_KEYS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_SESSION_STORAGE_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_TITLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_HANDLES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_HANDLES_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- getAcceptedIssuers() - Method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
- getActionChainExecutor() - Method in interface org.openqa.selenium.interactions.CanPerformActionChain
-
- getActionLocation() - Method in class org.openqa.selenium.interactions.internal.DisplayAction
-
- getActionLocation() - Method in class org.openqa.selenium.interactions.internal.MouseAction
-
- getActions() - Method in interface org.openqa.selenium.interactions.internal.MultiAction
-
Returns the list of primitive actions that compose this complex action.
- getActions() - Method in class org.openqa.selenium.interactions.SendKeysAction
-
- getActiveEngine() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- getActiveEngine() - Method in interface org.openqa.selenium.WebDriver.ImeHandler
-
Get the name of the active IME engine.
- getAdditionalInformation() - Method in exception org.openqa.selenium.WebDriverException
-
- getAdditionalPreferences() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getAddressOfRemoteServer() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
- 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
-
- getAlertText() - Method in exception org.openqa.selenium.UnhandledAlertException
-
- getAlias() - Method in class org.openqa.selenium.server.FutureFileResource
-
- getAll() - Method in class org.openqa.selenium.logging.LogEntries
-
Get the list of all log entries.
- getAll() - Method in class org.openqa.selenium.logging.SessionLogs
-
- 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.DefaultPerSessionLogHandler
-
Gets all logs for a session.
- getAllLogsForSession(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- getAllLogsForSession(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- getAllOptions() - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- getAllSelectedOptions() - Method in class org.openqa.selenium.support.ui.Select
-
- 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
-
- getAltitude() - Method in class org.openqa.selenium.html5.Location
-
- 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
-
- getAssociate() - Method in class org.openqa.selenium.server.ClassPathResource
-
- 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(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getAttribute(String) - Method in interface org.openqa.selenium.WebElement
-
Get the value of a the given attribute of the element.
- 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
-
- getAuxiliary() - Method in interface org.openqa.selenium.interactions.internal.Coordinates
-
- getAvailableEngines() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- getAvailableEngines() - Method in interface org.openqa.selenium.WebDriver.ImeHandler
-
All available engines on the machine.
- getAvailableLogTypes() - Method in interface org.openqa.selenium.logging.Logs
-
Queries for available log types.
- getAvailableLogTypes() - Method in class org.openqa.selenium.remote.RemoteLogs
-
- GetAvailableLogTypesHandler - Class in org.openqa.selenium.remote.server.handler
-
- GetAvailableLogTypesHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetAvailableLogTypesHandler
-
- getBase64EncodedScreenshot() - Method in exception org.openqa.selenium.remote.ScreenshotException
-
- 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
-
- getBooleanPreference(String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getBrowserExecutablePath() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- getBrowserLauncher(String, String, RemoteControlConfiguration, Capabilities) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
Returns the browser given by the specified browser string
- getBrowserLauncher(String, String, RemoteControlConfiguration, Capabilities) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- getBrowserLauncherFactory() - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- getBrowserLauncherFactory() - Method in class org.openqa.selenium.server.SeleniumServer
-
- getBrowserMode() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- getBrowserName() - Method in interface org.openqa.selenium.Capabilities
-
- getBrowserName() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getBrowserResponseSequencer() - Method in class org.openqa.selenium.server.CommandQueue
-
- getBrowserTimeoutInMs() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getBuildInformation() - Method in exception org.openqa.selenium.WebDriverException
-
- getBuildRevision() - Method in class org.openqa.selenium.internal.BuildInfo
-
- getBuildRevision() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getBuildTime() - Method in class org.openqa.selenium.internal.BuildInfo
-
- getBuildTime() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getCapabilities() - Method in class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
-
- getCapabilities() - Method in interface org.openqa.selenium.HasCapabilities
-
- getCapabilities() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getCapability(String) - Method in interface org.openqa.selenium.Capabilities
-
- getCapability(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getCertificate() - Method in class org.openqa.selenium.server.security.KeyAndCert
-
- getChangeMaxConnections() - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- getCheckAliases() - Static method in class org.openqa.selenium.server.FutureFileResource
-
getCheckAliases.
- getColorValue() - Method in enum org.openqa.selenium.support.Colors
-
- getCombinedLogsHolder(LocalLogs, LocalLogs) - Static method in class org.openqa.selenium.logging.LocalLogs
-
See documentation of CompositeLocalLogs about the difference between the first
LocalLogs instance and the second one.
- getCommand() - Method in class org.openqa.selenium.server.CommandHolder
-
Get, and remove from the holder, the next command to run.
- getCommand() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getCommand() - Method in interface org.openqa.selenium.server.RemoteCommand
-
- getCommandExecutor() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getCommandLineFlags() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- getCommandLineFlags(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- getCommandLineFlagsAsArray() - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- getCommandQueue() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- getCommandQueue(String) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- 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
-
- getCommandURLString() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getCommandURLString() - Method in interface org.openqa.selenium.server.RemoteCommand
-
- getConditionRunner() - Method in interface com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- getConfiguration() - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- getConfiguration() - Method in class org.openqa.selenium.server.SeleniumServer
-
- 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
-
- getConsoleOutput() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
Gets all console output of the binary.
- getContent() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getContext() - Method in interface org.openqa.selenium.ContextAware
-
Return an opaque handle to this context that uniquely identifies it within this driver
instance.
- getContextHandles() - Method in interface org.openqa.selenium.ContextAware
-
Return a set of context handles which can be used to iterate over all contexts of this
WebDriver instance
- 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.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- getCookieNamed(String) - Method in interface org.openqa.selenium.WebDriver.Options
-
Get a cookie with a given name.
- getCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- getCookies() - Method in interface org.openqa.selenium.WebDriver.Options
-
Get all the cookies for the current domain.
- getCoordinates() - Method in interface org.openqa.selenium.internal.Locatable
-
- getCoordinates() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- 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.remote.RemoteWebElement
-
- getCssValue(String) - Method in interface org.openqa.selenium.WebElement
-
Get the value of a given CSS property.
- getCurrent() - Static method in enum org.openqa.selenium.Architecture
-
Gets current architecture.
- getCurrent() - Static method in enum org.openqa.selenium.Platform
-
Get current platform (not necessarily the same as operating system).
- getCurrentUrl() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- getCurrentUrl() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getCurrentUrl() - Method in interface org.openqa.selenium.WebDriver
-
Get a string representing the current URL that the browser is looking at.
- 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.
- getCustomProxyPACDir() - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
- getCustomProxyPACDir() - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- getData() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getDataModel() - Method in enum org.openqa.selenium.Architecture
-
Gets the data model of the architecture.
- getDebugURL() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getDefaultHTMLSuiteUrl(String, String, boolean, int) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- getDefaultLogLevel() - Static method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- getDefaultLogOutFile() - Static method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- getDefaultOutputStream() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getDefaultPort() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- getDefaultPort() - Static method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getDefaultRemoteSessionUrl(String, String, boolean, int, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- getDefaultTmpFS() - Static method in class org.openqa.selenium.io.TemporaryFilesystem
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddFindsByCss
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddFindsChildByCss
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddRemoteTouchScreen
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddRotatable
-
- getDescribedInterface() - Method in interface org.openqa.selenium.remote.AugmenterProvider
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddApplicationCache
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddLocationContext
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddWebStorage
-
- getDescribedInterface() - Method in class org.openqa.selenium.remote.mobile.AddNetworkConnection
-
- getDimension() - Method in class org.openqa.selenium.Rectangle
-
- getDomain() - Method in class org.openqa.selenium.Cookie
-
- getDontInjectRegex() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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
-
- getDriverName(StackTraceElement[]) - Static method in exception org.openqa.selenium.WebDriverException
-
- 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
-
- getElementConverter() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getEnabledLogTypes() - Method in class org.openqa.selenium.logging.LoggingPreferences
-
- getEnum(int) - Static method in enum org.openqa.selenium.html5.AppCacheStatus
-
Gets the AppCacheStatus for the given int value.
- getEnum(String) - Static method in enum org.openqa.selenium.html5.AppCacheStatus
-
- getEnvironment() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getEnvVarIgnoreCase(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getErrorHandler() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getExceptionType(int) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Returns the exception type that corresponds to the given statusCode
.
- getExecutable() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- getExecutablePath(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- getExecuteMethod() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getExitCode() - Method in class org.openqa.selenium.os.CommandLine
-
- getExitCode() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getExperimentalOption(String) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Returns the value of an experimental option.
- getExperimentalOption(String) - Method in class org.openqa.selenium.opera.OperaOptions
-
Returns the value of an experimental option.
- getExpiry() - Method in class org.openqa.selenium.Cookie
-
- 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
-
- getExtensionJs() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- getExtraEnv() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- getField() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getField() - Method in interface org.openqa.selenium.server.RemoteCommand
-
- getField() - Method in class org.openqa.selenium.support.pagefactory.Annotations
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS
-
- getFile() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getFile(Capabilities, String) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- getFile() - Method in class org.openqa.selenium.server.ClassPathResource
-
- getFile() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns an File representing the given resource or NULL if this is not possible.
- getFileDetector() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getFileFromParent(File, String) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- getFileWriter(File) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- getFirefoxProfileTemplate() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getFirstSelectedOption() - Method in class org.openqa.selenium.support.ui.Select
-
- getForcedBrowserMode() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getFrameAddress() - Method in class org.openqa.selenium.server.CommandQueue
-
- getFtpProxy() - Method in class org.openqa.selenium.Proxy
-
Gets the FTP proxy.
- getHandlerBasedLoggerInstance(LoggingHandler, Set<String>) - Static method in class org.openqa.selenium.logging.LocalLogs
-
- getHeaders() - Static method in class org.openqa.selenium.server.commands.AddCustomRequestHeaderCommand
-
- getHeight() - Method in class org.openqa.selenium.Dimension
-
- getHeight() - Method in class org.openqa.selenium.Rectangle
-
- getHighestEphemeralPort() - Method in interface org.openqa.selenium.net.EphemeralPortRangeDetector
-
Returns the last port that could be searched for free ports
- getHighestEphemeralPort() - Method in class org.openqa.selenium.net.FixedIANAPortRange
-
- getHighestEphemeralPort() - Method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
-
- getHighestEphemeralPort() - Method in class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector
-
- 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
-
- getHttpContext() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- getHttpProxy() - Method in class org.openqa.selenium.Proxy
-
Gets the HTTP proxy.
- getHttpUrlConnection(URL) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getId() - Method in interface org.openqa.selenium.internal.HasIdentity
-
- getId() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getId() - Method in class org.openqa.selenium.remote.server.handler.GetAllSessions.SessionInfo
-
- getId() - Method in interface org.openqa.selenium.remote.server.KnownElements.ProxiedElement
-
- getIdentification(String, String) - Static method in class org.openqa.selenium.server.CommandQueue
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.AddFindsByCss
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.AddFindsChildByCss
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.AddRemoteTouchScreen
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.AddRotatable
-
- getImplementation(Object) - Method in interface org.openqa.selenium.remote.AugmenterProvider
-
For the interface that this provider describes, return an implementation.
- getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddApplicationCache
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddLocationContext
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddWebStorage
-
- getImplementation(Object) - Method in class org.openqa.selenium.remote.mobile.AddNetworkConnection
-
- getInetAddresses() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getInputStream() - Method in class org.openqa.selenium.server.ClassPathResource
-
- getInputStream() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns an input stream to the resource
- getInputStreamReader(HttpURLConnection) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getInstance() - Static method in class org.openqa.selenium.logging.LoggingHandler
-
- getInstance() - Static method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
-
- getIntegerPreference(String, int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getIp4LoopbackOnly() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getIp4NonLoopbackAddressOfThisMachine() - Method in class org.openqa.selenium.net.NetworkUtils
-
Returns a non-loopback IP4 hostname of the local host.
- getIp4NonLoopBackOnly() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getIp6Address() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getIpOfLoopBackIp4() - Method in class org.openqa.selenium.net.NetworkUtils
-
- getItem(String) - Method in interface org.openqa.selenium.html5.LocalStorage
-
- getItem(String) - Method in interface org.openqa.selenium.html5.SessionStorage
-
- getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- getJettyThreads() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getJettyThreads() - Method in class org.openqa.selenium.server.SeleniumServer
-
Get the number of threads that the server will use to configure the embedded Jetty instance.
- getJSONString() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getKeyboard() - Method in interface org.openqa.selenium.interactions.HasInputDevices
-
- getKeyboard() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getKeyboard() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getKeyFromUnicode(char) - Static method in enum org.openqa.selenium.Keys
-
Get the special key representation,
Keys
, of the supplied character if there is one.
- 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
-
- getLatitude() - Method in class org.openqa.selenium.html5.Location
-
- getLengthCheckingWait(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
-
- getLevel() - Method in class org.openqa.selenium.logging.LogEntry
-
Gets the logging entry's severity.
- getLevel(String) - Method in class org.openqa.selenium.logging.LoggingPreferences
-
- getLibraryPathPropertyName() - Static method in class org.openqa.selenium.os.CommandLine
-
- getLocalAppDataPath() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns the path to Local AppData.
- getLocalFile(CharSequence...) - Method in interface org.openqa.selenium.remote.FileDetector
-
- getLocalFile(CharSequence...) - Method in class org.openqa.selenium.remote.LocalFileDetector
-
- getLocalFile(CharSequence...) - Method in class org.openqa.selenium.remote.UselessFileDetector
-
- getLocalFrameAddress() - Method in class org.openqa.selenium.server.FrameAddress
-
- getLocalStorage() - Method in class org.openqa.selenium.chrome.ChromeDriver
-
- getLocalStorage() - Method in interface org.openqa.selenium.html5.WebStorage
-
- getLocalStorage() - Method in class org.openqa.selenium.opera.OperaDriver
-
- getLocalStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
-
- 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.remote.RemoteWebElement
-
- getLocation() - Method in interface org.openqa.selenium.WebElement
-
Where on the page is the top left-hand corner of the rendered element?
- GetLocationContext - Class in org.openqa.selenium.remote.server.handler.html5
-
- GetLocationContext(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
-
- getLockPort() - Method in class org.openqa.selenium.internal.SocketLock
-
Gets the port number that is being-locked.
- 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.DefaultPerSessionLogHandler
-
This returns Selenium Remote Control logs associated with the sessionId.
- getLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- getLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- getLogFile() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- getLoggedSessions() - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
Returns a list of session IDs for which there are logs.
- getLoggedSessions() - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- getLoggedSessions() - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- getLogger() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- getLoggingOptions() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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
-
- getLogOutFile() - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- getLogOutFile() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getLogOutFileName() - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- getLogOutFileName() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getLogRecords(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
This returns the log records storied in the corresponding log file.
- getLogs(String) - Method in class org.openqa.selenium.logging.SessionLogs
-
- getLogTypes() - Method in class org.openqa.selenium.logging.SessionLogs
-
- getLoInterface() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- getLoInterface() - Method in interface org.openqa.selenium.net.NetworkInterfaceProvider
-
- getLongitude() - Method in class org.openqa.selenium.html5.Location
-
- getLowestEphemeralPort() - Method in interface org.openqa.selenium.net.EphemeralPortRangeDetector
-
Returns the first port in the ephemeral range
- getLowestEphemeralPort() - Method in class org.openqa.selenium.net.FixedIANAPortRange
-
- getLowestEphemeralPort() - Method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
-
- getLowestEphemeralPort() - Method in class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector
-
- getMajorVersion() - Method in enum org.openqa.selenium.Platform
-
Returns the major version of this platform.
- getMessage() - Method in class com.thoughtworks.selenium.condition.Condition
-
- getMessage() - Method in class org.openqa.selenium.logging.LogEntry
-
Gets the log entry's message.
- getMessage() - Method in exception org.openqa.selenium.WebDriverException
-
- getMethod(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- getMethod() - Method in class org.openqa.selenium.remote.http.HttpRequest
-
- getMethod() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getMinorVersion() - Method in enum org.openqa.selenium.Platform
-
Returns the minor version of this platform.
- getMouse() - Method in interface org.openqa.selenium.interactions.HasInputDevices
-
- getMouse() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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).
- getName() - Method in class org.openqa.selenium.Cookie
-
- getName(Level) - Static method in class org.openqa.selenium.logging.LogLevelMapping
-
Converts the JDK level to a name supported by Selenium.
- getName() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getName() - Method in class org.openqa.selenium.remote.Command
-
- getName() - Method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- getName() - Method in class org.openqa.selenium.server.ClassPathResource
-
- getName() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns the name of the resource
- getName() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- getNameAndAttribute(String) - Method in class com.thoughtworks.selenium.webdriven.commands.GetAttribute
-
- getNetworkConnection() - Method in interface org.openqa.selenium.mobile.NetworkConnection
-
Query the driver for the Airplane Mode setting state
- getNetworkConnection() - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
- 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
-
- getNetWorkDiags() - Static method in class org.openqa.selenium.net.NetworkUtils
-
- getNetworkInterfaces() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- getNetworkInterfaces() - Method in interface org.openqa.selenium.net.NetworkInterfaceProvider
-
- getNewBrowserSession(String, String, String, Capabilities, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Gets a new browser session, using the SeleniumServer static fields to populate parameters.
- getNewBrowserSession(String, String, String, Capabilities, boolean, boolean, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Gets a new browser session
- getNewBrowserSession(String, String, String, Capabilities) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- getNextAlert(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- getNextCommand() - Method in class org.openqa.selenium.server.CommandQueue
-
Get, and remove from the command holder, the next command to run
- getNextConfirmation(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- getNonLoopbackAddressOfThisMachine() - Method in class org.openqa.selenium.net.NetworkUtils
-
Used by the mobile emulators that refuse to access localhost or 127.0.0.1 The IP4/IP6
requirements of this method are as-of-yet unspecified, but we return the string that is
associated with the IP4 interface
- getNoProxy() - Method in class org.openqa.selenium.Proxy
-
Gets proxy bypass (noproxy) addresses.
- getNullLogger() - Static method in class org.openqa.selenium.logging.LocalLogs
-
Logger which doesn't do anything.
- 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
-
- getOptions() - Method in class org.openqa.selenium.support.ui.Select
-
- getOrientation() - Method in interface org.openqa.selenium.Rotatable
-
- getOsArch() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getOsName() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getOsVersion() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getOutputStream() - Method in class org.openqa.selenium.server.ClassPathResource
-
- getOutputStream() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns an output stream to the resource
- getOutputStreamWriter(HttpURLConnection) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- getPageSource() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- getPageSource() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getPageSource() - Method in interface org.openqa.selenium.WebDriver
-
Get the source of the last loaded page.
- getParameters() - Method in class org.openqa.selenium.remote.Command
-
- getPartOfOsName() - Method in enum org.openqa.selenium.Platform
-
- getPassword() - Method in class org.openqa.selenium.security.UserAndPassword
-
- getPath() - Method in class org.openqa.selenium.Cookie
-
- getPath() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getPath() - Method in class org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
-
- getPathsInProgramFiles(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getPiggybackedJavaScript() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getPiggybackedJavaScript() - Method in interface org.openqa.selenium.server.RemoteCommand
-
- getPlatform() - Method in interface org.openqa.selenium.Capabilities
-
- getPlatform() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getPoint() - Method in class org.openqa.selenium.Rectangle
-
- getPort() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- getPort() - Method in class org.openqa.selenium.safari.SafariOptions
-
- getPort() - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- getPort() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getPort() - Method in class org.openqa.selenium.server.SeleniumServer
-
- getPortDriversShouldContact() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getPosition() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- getPosition() - Method in interface org.openqa.selenium.WebDriver.Window
-
Get the position of the current window, relative to the upper left corner of the screen.
- getPrivateKey() - Method in class org.openqa.selenium.server.security.KeyAndCert
-
- getPrivateLocalAddress() - Method in class org.openqa.selenium.net.NetworkUtils
-
- GetProcessId(WinNT.HANDLE) - Method in interface org.openqa.selenium.os.Kernel32
-
- getProfile() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- getProfile(String) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
-
- getProfile(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- getProfilesLocation() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getProgramFiles86Path() - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getProgramFilesPath() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns the path to the Windows Program Files.
- 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.
- getPropertyDescriptors(Class<? extends Object>) - Static method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- 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
-
- getProxyAutoconfigUrl() - Method in class org.openqa.selenium.Proxy
-
Gets the proxy auto-configuration URL.
- getProxyInjectionModeArg() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getProxyType() - Method in class org.openqa.selenium.Proxy
-
- getQueryString(String) - Static method in class org.openqa.selenium.server.browserlaunchers.LauncherUtils
-
- getQueueDelay() - Method in class org.openqa.selenium.server.CommandQueue
-
- getQueueSet(String) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Isolated dependency
- getQueueSet(String) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- getQueueSet(String) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- getReadMethod() - Method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- getRealPort() - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
- getRealPort() - Method in class org.openqa.selenium.server.SeleniumServer
-
- getRealSessionId() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- getRecords() - Method in class org.openqa.selenium.logging.LoggingHandler
-
- getRect() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getRect() - Method in interface org.openqa.selenium.WebElement
-
- getReleaseLabel() - Method in class org.openqa.selenium.internal.BuildInfo
-
- getReleaseLabel() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- 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
-
- getResource(HttpContext, String) - Method in class org.openqa.selenium.server.ClasspathResourceLocator
-
- getResource(HttpContext, String) - Method in class org.openqa.selenium.server.FsResourceLocator
-
- getResource(HttpContext, String) - Method in interface org.openqa.selenium.server.ResourceLocator
-
- getResource(String) - Method in class org.openqa.selenium.server.StaticContentHandler
-
- getResourceAsStream(String) - Method in class org.openqa.selenium.server.SeleniumServer
-
- 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.CommandQueue
-
- getResult() - Method in class org.openqa.selenium.server.CommandResultHolder
-
Get a result out of the result holder (from the browser), waiting no longer than the timeout.
- getResult() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getResult() - Method in exception org.openqa.selenium.server.RemoteCommandException
-
- getResults() - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- getRetryTimeoutInSeconds() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getRobot() - Static method in class org.openqa.selenium.server.RobotRetriever
-
- 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.firefox.FirefoxDriver
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.ie.InternetExplorerDriver
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.safari.SafariDriver
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getScreenshotAs(OutputType<X>) - Method in interface org.openqa.selenium.TakesScreenshot
-
Capture the screenshot and store it in the specified location.
- 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(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- getSeleniumResourceAsStream(String) - Static method in class org.openqa.selenium.server.ClassPathResource
-
- getSeleniumScript(String) - Method in class com.thoughtworks.selenium.webdriven.JavascriptLibrary
-
Loads the named Selenium script and returns it wrapped in an anonymous function.
- getSelfTestDir() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getServer() - Method in class org.openqa.selenium.server.SeleniumServer
-
Deprecated.
- 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.Command
-
- getSessionId(String) - Static method in class org.openqa.selenium.remote.HttpSessionId
-
- getSessionId() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getSessionId() - Method in class org.openqa.selenium.remote.Response
-
- 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
-
- getSessionId() - Method in class org.openqa.selenium.server.browserlaunchers.DrivenSeleniumLauncher
-
- getSessionLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
Returns the server log for the given session id.
- getSessionLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- getSessionLog(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- getSessionLogs(JsonObject) - Static method in class org.openqa.selenium.logging.SessionLogHandler
-
Creates a session logs map, with session logs mapped to session IDs, given
a raw session log map as a JSON object.
- 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
-
- getSessionStorage() - Method in class org.openqa.selenium.chrome.ChromeDriver
-
- getSessionStorage() - Method in interface org.openqa.selenium.html5.WebStorage
-
- getSessionStorage() - Method in class org.openqa.selenium.opera.OperaDriver
-
- getSessionStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
-
- 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.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- getSize() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getSize() - Method in interface org.openqa.selenium.WebDriver.Window
-
Get the size of the current window.
- getSize() - Method in interface org.openqa.selenium.WebElement
-
What is the width and height of the rendered element?
- getSlowResources() - Static method in class org.openqa.selenium.server.StaticContentHandler
-
- getSocksPassword() - Method in class org.openqa.selenium.Proxy
-
Gets the SOCKS proxy's password.
- getSocksProxy() - Method in class org.openqa.selenium.Proxy
-
Gets the SOCKS proxy.
- getSocksUsername() - Method in class org.openqa.selenium.Proxy
-
Gets the SOCKS proxy's username.
- 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).
- getSpeed() - Static method in class org.openqa.selenium.server.CommandQueue
-
- getSpeed() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Returns the delay for this frame group's command queues
- getSpeedForSession(String) - Static method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- getSslCertificateGenerator() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getSslProxy() - Method in class org.openqa.selenium.Proxy
-
Gets the SSL tunnel proxy.
- getSslRelayOrCreateNew(URI, String, Integer, HttpServer) - Method in class org.openqa.selenium.server.ProxyHandler
-
- getState() - Method in class org.openqa.selenium.remote.Response
-
- getStatus() - Method in interface org.openqa.selenium.html5.ApplicationCache
-
The current state of the application cache.
- getStatus() - Method in class org.openqa.selenium.remote.html5.RemoteApplicationCache
-
- getStatus() - Method in class org.openqa.selenium.remote.http.HttpResponse
-
- getStatus() - Method in class org.openqa.selenium.remote.Response
-
- getStdOut() - Method in class org.openqa.selenium.os.CommandLine
-
- getStdOut() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getStoringLoggerInstance(Set<String>) - Static method in class org.openqa.selenium.logging.LocalLogs
-
- 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
-
- getStringArrayAccessorCSV(String[]) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Generates a CSV string from the given string array.
- getStringPreference(String, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getSupportedBrowsersAsString() - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- getSupportedLaunchers() - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- getSupportUrl() - Method in exception org.openqa.selenium.InvalidSelectorException
-
- getSupportUrl() - Method in exception org.openqa.selenium.NoSuchElementException
-
- getSupportUrl() - Method in exception org.openqa.selenium.StaleElementReferenceException
-
- getSupportUrl() - Method in exception org.openqa.selenium.WebDriverException
-
- getSystemInformation() - Method in exception org.openqa.selenium.WebDriverException
-
- 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() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- GetTagName - Class in org.openqa.selenium.remote.server.handler
-
- GetTagName(Session) - Constructor for class org.openqa.selenium.remote.server.handler.GetTagName
-
- getTagName() - Method in interface org.openqa.selenium.WebElement
-
Get the tag name of this element.
- getTargetHost() - Method in class org.openqa.selenium.remote.http.HttpResponse
-
Returns the host this response was received from, or null if it was not set.
- getTargetId() - Method in class org.openqa.selenium.interactions.internal.BaseAction
-
- 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 interface org.openqa.selenium.Alert
-
- getText() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getText() - Method in interface org.openqa.selenium.WebElement
-
Get the visible (i.e.
- getTimeout(String) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- getTimeout() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- getTimeout() - Method in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- getTimeoutInMs() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getTimeoutInSeconds() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- getTimeoutInSeconds(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- getTimeoutInSeconds() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getTimeoutInSeconds() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- getTimestamp() - Method in class org.openqa.selenium.logging.LogEntry
-
Gets the timestamp of the log statement in milliseconds since UNIX Epoch.
- 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() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- getTitle() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- getTitle() - Method in interface org.openqa.selenium.WebDriver
-
The title of the current page.
- getTmpFsBasedOn(File) - Static method in class org.openqa.selenium.io.TemporaryFilesystem
-
- getTotalTime() - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- getTouch() - Method in interface org.openqa.selenium.interactions.HasTouchScreen
-
- getTouch() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getTrustingSSLSocketFactory() - Static method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
Returns an SSLSocketFactory that will trust all SSL certificates; this is suitable for passing
to HttpsURLConnection, either to its instance method setSSLSocketFactory, or to its static
method setDefaultSSLSocketFactory.
- getUnwrappedDriver() - Method in class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- getUpdatedSuite() - Method in class org.openqa.selenium.server.htmlrunner.HTMLSuiteResult
-
- getUri() - Method in class org.openqa.selenium.remote.http.HttpRequest
-
- getUrl() - Method in class org.openqa.selenium.remote.service.DriverService
-
- getURL() - Method in class org.openqa.selenium.server.ClassPathResource
-
- getUseCleanSession() - Method in class org.openqa.selenium.safari.SafariOptions
-
- getUserExtensions() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- getUsername() - Method in class org.openqa.selenium.security.UserAndPassword
-
- 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() - Method in class org.openqa.selenium.Cookie
-
- getValue() - Method in class org.openqa.selenium.remote.Response
-
- getValue() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- getValue() - Method in interface org.openqa.selenium.server.RemoteCommand
-
- getValue(String) - Static method in enum org.openqa.selenium.server.SpecialCommand
-
- getVersion() - Method in interface org.openqa.selenium.Capabilities
-
- getVersion() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getW3CStandardComplianceLevel() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getWebDriver() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- 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.
- getWidth() - Method in class org.openqa.selenium.Dimension
-
- getWidth() - Method in class org.openqa.selenium.Rectangle
-
- getWindowHandle() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getWindowHandle() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getWindowHandle() - Method in interface org.openqa.selenium.WebDriver
-
Return an opaque handle to this window that uniquely identifies it within this driver instance.
- getWindowHandles() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getWindowHandles() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getWindowHandles() - Method in interface org.openqa.selenium.WebDriver
-
- getWindowName() - Method in class org.openqa.selenium.server.FrameAddress
-
- 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 interface org.openqa.selenium.internal.WrapsDriver
-
- getWrappedDriver() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getWrappedDriver() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- getWrappedElement() - Method in interface org.openqa.selenium.internal.WrapsElement
-
- getWriteMethod() - Method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- getX() - Method in class org.openqa.selenium.Point
-
- getX() - Method in class org.openqa.selenium.Rectangle
-
- 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
-
- getY() - Method in class org.openqa.selenium.Point
-
- getY() - Method in class org.openqa.selenium.Rectangle
-
- GO_BACK - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GO_FORWARD - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- 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
-
- GOOGLECHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- GoogleChromeLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
Browser launcher for Google Chrome.
- GoogleChromeLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher
-
- GoogleChromeLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher
-
- GoogleChromeLocator - Class in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid Google Chrome installation on local system.
- GoogleChromeLocator() - Constructor for class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator
-
- goTo(String) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
Cause the browser to navigate to the given URL
- goTo(String) - Method in interface org.openqa.selenium.lift.TestContext
-
- goTo(String) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- grabAvailableSession(String, String) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Retrieves an available, unused session from the cache.
- id(String) - Static method in class org.openqa.selenium.By
-
- id - Variable in class org.openqa.selenium.remote.RemoteWebElement
-
- ID - Static variable in class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
- ID - Static variable in class org.openqa.selenium.server.commands.CaptureScreenshotCommand
-
- ID - Static variable in class org.openqa.selenium.server.commands.CaptureScreenshotToStringCommand
-
- ID - Static variable in class org.openqa.selenium.server.commands.RetrieveLastRemoteControlLogsCommand
-
- IE - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- IE_DRIVER_ENGINE_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the implementation of the driver engine to use.
- IE_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the IEDriverServer executable
that will be used by the
default service
.
- IE_DRIVER_EXTRACT_PATH_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines path to which will be extracted IEDriverServer library.
- IE_DRIVER_HOST_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines host to which will be bound IEDriverServer.
- IE_DRIVER_LOGFILE_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the file where IEDriverServer
should write log messages to.
- IE_DRIVER_LOGLEVEL_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the detalization level the IEDriverServer logs.
- IE_DRIVER_SILENT_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines logging to stdout for IEDriverServer.
- IE_ENSURE_CLEAN_SESSION - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to clean or not browser cache before launching IE by IEDriverServer.
- IE_HTA - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- IE_SWITCHES - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
- IE_USE_PRE_PROCESS_PROXY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines setting the proxy information for a single IE process
without affecting the proxy settings of other instances of IE.
- IEXPLORE - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- IEXPLORE_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- IGNORE_ZOOM_SETTING - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines whether to ignore the browser zoom level or not.
- ignoreAll(Collection<Class<? extends K>>) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Configures this instance to ignore specific types of exceptions while waiting for a condition.
- ignoreAttributesWithoutValue(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- ignoreAttributesWithoutValue(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Specifies whether Selenium will ignore xpath attributes that have no value, i.e.
- ignoring(Class<? extends Throwable>) - Method in class org.openqa.selenium.support.ui.FluentWait
-
- ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.openqa.selenium.support.ui.FluentWait
-
- image() - Static method in class org.openqa.selenium.lift.find.ImageFinder
-
- image() - Static method in class org.openqa.selenium.lift.Finders
-
- imageButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- imageButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- imageButton() - Static method in class org.openqa.selenium.lift.Finders
-
- imageButton(String) - Static method in class org.openqa.selenium.lift.Finders
-
- ImageFinder - Class in org.openqa.selenium.lift.find
-
- ImageFinder() - Constructor for class org.openqa.selenium.lift.find.ImageFinder
-
- images() - Static method in class org.openqa.selenium.lift.find.ImageFinder
-
- images() - Static method in class org.openqa.selenium.lift.Finders
-
- ime() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- ime() - Method in interface org.openqa.selenium.WebDriver.Options
-
- IME_ACTIVATE_ENGINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IME_DEACTIVATE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IME_ENGINE_ACTIVATION_FAILED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- IME_GET_ACTIVE_ENGINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IME_GET_AVAILABLE_ENGINES - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IME_IS_ACTIVATED - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IME_NOT_AVAILABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- ImeActivateEngine - Class in org.openqa.selenium.remote.server.handler
-
- ImeActivateEngine(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImeActivateEngine
-
- ImeActivationFailedException - Exception in org.openqa.selenium
-
Indicates that activating an IME engine has failed.
- ImeActivationFailedException(String) - Constructor for exception org.openqa.selenium.ImeActivationFailedException
-
- ImeActivationFailedException(String, Throwable) - Constructor for exception org.openqa.selenium.ImeActivationFailedException
-
- ImeDeactivate - Class in org.openqa.selenium.remote.server.handler
-
- ImeDeactivate(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImeDeactivate
-
- ImeGetActiveEngine - Class in org.openqa.selenium.remote.server.handler
-
- ImeGetActiveEngine(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImeGetActiveEngine
-
- ImeGetAvailableEngines - Class in org.openqa.selenium.remote.server.handler
-
- ImeGetAvailableEngines(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImeGetAvailableEngines
-
- ImeIsActivated - Class in org.openqa.selenium.remote.server.handler
-
- ImeIsActivated(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImeIsActivated
-
- ImeNotAvailableException - Exception in org.openqa.selenium
-
Indicates that IME support is not available.
- ImeNotAvailableException(String) - Constructor for exception org.openqa.selenium.ImeNotAvailableException
-
- ImeNotAvailableException(String, Throwable) - Constructor for exception org.openqa.selenium.ImeNotAvailableException
-
- IMPLICITLY_WAIT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- implicitlyWait(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
- ImplicitlyWait - Class in org.openqa.selenium.remote.server.handler
-
- ImplicitlyWait(Session) - Constructor for class org.openqa.selenium.remote.server.handler.ImplicitlyWait
-
- implicitlyWait(long, TimeUnit) - Method in interface org.openqa.selenium.WebDriver.Timeouts
-
Specifies the amount of time the driver should wait when searching for an element if it is
not immediately present.
- in(TimeUnit) - Method in class org.openqa.selenium.support.ui.Duration
-
Converts this durtation to the given unit of time.
- increaseNum() - Method in class org.openqa.selenium.server.BrowserResponseSequencer
-
- info(String) - Method in interface com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- INFO - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
-
- init() - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- init() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- init() - Method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
-
- init() - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- init() - Static method in class org.openqa.selenium.server.InjectionHelper
-
re-read selenium js.
- initElements(WebDriver, Class<T>) - Static method in class org.openqa.selenium.support.PageFactory
-
Instantiate an instance of the given class, and set a lazy proxy for each of the WebElement and
List<WebElement> fields that have been declared, assuming that the field
name is also the HTML element's "id" or "name".
- initElements(WebDriver, Object) - Static method in class org.openqa.selenium.support.PageFactory
-
- initElements(ElementLocatorFactory, Object) - Static method in class org.openqa.selenium.support.PageFactory
-
Similar to the other "initElements" methods, but takes an
ElementLocatorFactory
which
is used for providing the mechanism for finding elements.
- initElements(FieldDecorator, Object) - Static method in class org.openqa.selenium.support.PageFactory
-
Similar to the other "initElements" methods, but takes an
FieldDecorator
which is used
for decorating each of the fields.
- INITIAL_BROWSER_URL - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the initial URL to be used when IE is launched.
- initialize(HttpContext) - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- initProfileTemplate() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- InjectionHelper - Class in org.openqa.selenium.server
-
- InjectionHelper() - Constructor for class org.openqa.selenium.server.InjectionHelper
-
- injectJavaScript(HttpRequest, HttpResponse, InputStream, OutputStream, String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- InputFinder - Class in org.openqa.selenium.lift.find
-
- InputFinder() - Constructor for class org.openqa.selenium.lift.find.InputFinder
-
- installExtensions(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- INSTANCE - Static variable in interface org.openqa.selenium.os.Kernel32
-
- instance() - Static method in class org.openqa.selenium.server.ApplicationRegistry
-
Return the singleton instance.
- InterfaceImplementation - Interface in org.openqa.selenium.remote
-
An implementation of a particular interface, used by the
Augmenter
.
- internetExplorer() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- InternetExplorerCustomProxyLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- InternetExplorerCustomProxyLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- InternetExplorerCustomProxyLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- InternetExplorerDriver - Class in org.openqa.selenium.ie
-
- InternetExplorerDriver() - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(Capabilities) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(int) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService, Capabilities) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService, Capabilities, int) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriverEngine - Enum in org.openqa.selenium.ie
-
- InternetExplorerDriverLogLevel - Enum in org.openqa.selenium.ie
-
- InternetExplorerDriverService - Class in org.openqa.selenium.ie
-
Manages the life and death of an IEDriverServer.
- InternetExplorerDriverService.Builder - Class in org.openqa.selenium.ie
-
- InternetExplorerLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- InternetExplorerLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.InternetExplorerLauncher
-
- InternetExplorerLocator - Class in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid Internet Explorer installation on local system.
- InternetExplorerLocator() - Constructor for class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator
-
- interrupt() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- interrupt() - Method in interface org.openqa.selenium.remote.server.Session
-
- into(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to ignore ot not browser
protected mode settings during starting by IEDriverServer.
- INVALID_COOKIE_DOMAIN - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- INVALID_ELEMENT_COORDINATES - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- INVALID_ELEMENT_STATE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- INVALID_SELECTOR_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- INVALID_XPATH_SELECTOR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- INVALID_XPATH_SELECTOR_RETURN_TYPER - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- InvalidBrowserExecutableException - Exception in org.openqa.selenium.server.browserlaunchers
-
- InvalidBrowserExecutableException(String) - Constructor for exception org.openqa.selenium.server.browserlaunchers.InvalidBrowserExecutableException
-
- InvalidCookieDomainException - Exception in org.openqa.selenium
-
Thrown when attempting to add a cookie under a different domain than the current URL.
- InvalidCookieDomainException() - Constructor for exception org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(String) - Constructor for exception org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(Throwable) - Constructor for exception org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(String, Throwable) - Constructor for exception org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCoordinatesException - Exception in org.openqa.selenium.interactions
-
Indicates that the coordinates provided to an interactions operation are invalid.
- InvalidCoordinatesException(String) - Constructor for exception org.openqa.selenium.interactions.InvalidCoordinatesException
-
- InvalidElementStateException - Exception in org.openqa.selenium
-
- InvalidElementStateException() - Constructor for exception org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(String) - Constructor for exception org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(Throwable) - Constructor for exception org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(String, Throwable) - Constructor for exception org.openqa.selenium.InvalidElementStateException
-
- InvalidSelectorException - Exception in org.openqa.selenium
-
- InvalidSelectorException(String) - Constructor for exception org.openqa.selenium.InvalidSelectorException
-
- InvalidSelectorException(String, Throwable) - Constructor for exception org.openqa.selenium.InvalidSelectorException
-
- inViewPort() - Method in interface org.openqa.selenium.interactions.internal.Coordinates
-
Gets coordinates on the element relative to the top-left corner of OS-window being used
to display the content.
- invisibilityOfAllElements(List<WebElement>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking all elements from given list to be invisible
- invisibilityOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element is either invisible or not present on the DOM.
- invisibilityOfElementWithText(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element with text is either invisible or not present on the
DOM.
- invoke(ExecuteMethod, Object, Method, Object...) - Method in interface org.openqa.selenium.remote.InterfaceImplementation
-
Called when it has become apparent that this is the right interface to implement a particular
method.
- invoke(Object, Method, Object[]) - Method in class org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler
-
- invoke(Object, Method, Object[]) - Method in class org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler
-
- IO_COUNTERS() - Constructor for class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- IOHelper - Class in org.openqa.selenium.server
-
Utility class for java.io annoyances.
- IOHelper() - Constructor for class org.openqa.selenium.server.IOHelper
-
- IoInfo - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- IOUtils - Class in org.openqa.selenium.io
-
- IOUtils() - Constructor for class org.openqa.selenium.io.IOUtils
-
- IPAD - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- ipad() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- IPHONE - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- iphone() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- is(Architecture) - Method in enum org.openqa.selenium.Architecture
-
Heuristic for comparing two architectures.
- is(String) - Method in interface org.openqa.selenium.Capabilities
-
- is(Platform) - Method in enum org.openqa.selenium.Platform
-
Heuristic for comparing two platforms.
- is(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- IS_BROWSER_ONLINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_DISPLAYED - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_ENABLED - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_SELECTED - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- isActivated() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- isActivated() - Method in interface org.openqa.selenium.WebDriver.ImeHandler
-
Indicates whether IME input active at the moment (not if it's available).
- isAirplaneMode() - Method in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isAlertPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isAlertPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Has an alert occurred?
- isAlertPresent(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- IsAlertPresent - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsAlertPresent(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsAlertPresent
-
- isAutodetect() - Method in class org.openqa.selenium.Proxy
-
Whether to autodetect proxy settings.
- isAvoidProxy() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isBrowserSideLogEnabled() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isBrowserSupported(String) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserLauncherFactory
-
- isCaptureOfLogsOnQuitEnabled() - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- isCaptureOfLogsOnQuitEnabled() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isCaptureScreenShotOnFailure() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- isCaptureScreenShotOnFailure() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- isChecked(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isChecked(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Gets whether a toggle-button (checkbox/radio) is checked.
- IsChecked - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsChecked(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsChecked
-
- isClosed() - Method in class org.openqa.selenium.server.CommandQueue
-
- isConfirmationPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isConfirmationPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Has confirm() been called?
- isConfirmationPresent(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- IsConfirmationPresent - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsConfirmationPresent(AlertOverride) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsConfirmationPresent
-
- isConnected() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
-
- isConnected() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- isCookiePresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isCookiePresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Returns true if a cookie with the specified name is present, or false otherwise.
- IsCookiePresent - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsCookiePresent() - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsCookiePresent
-
- isDataEnabled() - Method in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isDebugMode() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isDecoratableList(Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- isDefault() - Method in class org.openqa.selenium.server.FrameAddress
-
- isDirectory() - Method in class org.openqa.selenium.server.ClassPathResource
-
- isDirectory() - Method in class org.openqa.selenium.server.FutureFileResource
-
Returns true if the respresenetd resource is a container/directory.
- isDisplayed() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- isDisplayed() - Method in interface org.openqa.selenium.WebElement
-
Is this element displayed or not? This method avoids the problem of having to parse an
element's "style" attribute.
- isEditable(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isEditable(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Determines whether the specified input element is editable, ie hasn't been disabled.
- IsEditable - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsEditable(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsEditable
-
- isElementPresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isElementPresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Verifies that the specified element is somewhere on the page.
- IsElementPresent - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsElementPresent(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsElementPresent
-
- isElementUsable(WebElement) - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
By default, elements are considered "found" if they are in the DOM.
- isEmpty() - Method in class org.openqa.selenium.server.CommandHolder
-
- isEmpty() - Method in class org.openqa.selenium.server.CommandResultHolder
-
- isEmpty() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- isEnabled() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- isEnabled() - Method in interface org.openqa.selenium.WebElement
-
Is the element currently enabled or not? This will generally return true for everything but
disabled input elements.
- isEnsureCleanSession() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isError() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
-
Check for well known error cases, which would mean that loading has finished, but an error
condition was seen.
- isFailOnError() - Static method in class org.openqa.selenium.server.InjectionHelper
-
- isForbidden(URI) - Method in class org.openqa.selenium.server.ProxyHandler
-
Is URL Forbidden.
- isForbidden(String, String) - Method in class org.openqa.selenium.server.ProxyHandler
-
Is scheme,host & port Forbidden.
- isHTMLSuite() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isHttpOnly(boolean) - Method in class org.openqa.selenium.Cookie.Builder
-
- isHttpOnly() - Method in class org.openqa.selenium.Cookie
-
- isIncludeServerErrors() - Method in class org.openqa.selenium.remote.ErrorHandler
-
- isInteractive() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isInUse() - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- isInUse() - Method in interface org.openqa.selenium.remote.server.Session
-
Indicates that the session is in use at this moment (being forwarded to browser)
- isIp4AddressBindingOnly() - Method in class org.openqa.selenium.net.NetworkInterface
-
- isJavascriptEnabled() - Method in interface org.openqa.selenium.Capabilities
-
- isJavascriptEnabled() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- isLoaded() - Method in class org.openqa.selenium.support.ui.LoadableComponent
-
Determine whether or not the component is loaded.
- isLoggable(LogRecord) - Method in class org.openqa.selenium.remote.server.log.MaxLevelFilter
-
- isLookupCached() - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
Defines whether or not given element
should be returned from cache on further calls.
- isLookupCached() - Method in class org.openqa.selenium.support.pagefactory.Annotations
-
Defines whether or not given element
should be returned from cache on further calls.
- isLoopBack() - Method in class org.openqa.selenium.net.NetworkInterface
-
- isMappableError(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Tests if the thrown
error can be mapped to one of WebDriver's well defined error codes.
- isMethodAvailable(String) - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- isMultiple() - Method in class org.openqa.selenium.support.ui.Select
-
- isMultiWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Returns true if the MULTI_WINDOW
field is set.
- isNowBefore(long) - Method in interface org.openqa.selenium.support.ui.Clock
-
- isNowBefore(long) - Method in class org.openqa.selenium.support.ui.SystemClock
-
- isOnLinux() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- isOnlyProxyingSelenium(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- isOrdered(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isOrdered(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Check if these two elements have same parent and are ordered siblings in the DOM.
- IsOrdered - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsOrdered(ElementFinder, JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsOrdered
-
- isPoison(T) - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- isPromptPresent() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isPromptPresent() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Has a prompt occurred?
- isProxied(URI) - Method in class org.openqa.selenium.server.ProxyHandler
-
Is URL Proxied.
- isProxyingAllTraffic(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- isProxyRequired(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- isRegExeVersion1() - Static method in class org.openqa.selenium.os.WindowsUtils
-
- isRequired(File) - Method in interface org.openqa.selenium.io.FileHandler.Filter
-
- isResultExpected() - Method in class org.openqa.selenium.server.CommandQueue
-
Get whether this command queue expects a result instead of just "OK".
- isRunning() - Method in class org.openqa.selenium.os.CommandLine
-
Check whether the current command is still executing.
- isRunning() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- isRunning() - Method in class org.openqa.selenium.remote.service.DriverService
-
Checks whether the driver child process is currently running.
- isScriptFile(File) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- isSecure(boolean) - Method in class org.openqa.selenium.Cookie.Builder
-
- isSecure() - Method in class org.openqa.selenium.Cookie
-
- isSelected() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- isSelected() - Method in interface org.openqa.selenium.WebElement
-
Determine whether or not this element is selected or not.
- isSelfTest() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isSet(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- isSingleWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Returns true if the SINGLE_WINDOW
field is set.
- isSingleWindow(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- isSingleWindow() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- isSomethingSelected(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isSomethingSelected(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Determines whether some option in a drop-down menu is selected.
- IsSomethingSelected - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsSomethingSelected(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsSomethingSelected
-
- isStarted() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- isSuccessful() - Method in class org.openqa.selenium.os.CommandLine
-
- isTextPresent(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isTextPresent(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Verifies that the specified text pattern appears somewhere on the rendered page shown to the
user.
- IsTextPresent - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsTextPresent(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsTextPresent
-
- isTimedOut(long) - Method in class org.openqa.selenium.remote.server.DefaultSession
-
- isTimedOut(long) - Method in interface org.openqa.selenium.remote.server.Session
-
- isTimeoutSet(Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- isTrue(ConditionRunner.Context) - Method in class com.thoughtworks.selenium.condition.Condition
-
- isTrue(ConditionRunner.Context) - Method in class com.thoughtworks.selenium.condition.Not
-
- isTrue(ConditionRunner.Context) - Method in class com.thoughtworks.selenium.condition.Presence
-
- isTrue(ConditionRunner.Context) - Method in class com.thoughtworks.selenium.condition.Text
-
- isValid(BrowserSessionFactory.BrowserSessionInfo) - Static method in class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
Browser sessions require the session id, the browser, the base URL, and the launcher.
- isVisible(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- isVisible(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Determines if the specified element is visible.
- IsVisible - Class in com.thoughtworks.selenium.webdriven.commands
-
- IsVisible(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.IsVisible
-
- isWifiEnabled() - Method in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isWindowPointedToByJsVariable(String) - Method in class org.openqa.selenium.server.CommandQueue
-
- isZipped(String) - Static method in class org.openqa.selenium.io.FileHandler
-
- iterator() - Method in class org.openqa.selenium.logging.LogEntries
-
- MacProxyManager - Class in org.openqa.selenium.server.browserlaunchers
-
Class to manage the proxy server on OS X.
- MacProxyManager(String, int) - Constructor for class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
- main(String[]) - Static method in class org.openqa.selenium.net.NetworkUtils
-
- main(String[]) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- main(String[]) - Static method in class org.openqa.selenium.remote.server.SeleniumServer
-
- main(String[]) - Static method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- main(String[]) - Static method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- main(String[]) - Static method in class org.openqa.selenium.server.SeleniumServer
-
Starts up the server on the specified port (or default if no port was specified) and then
starts interactive mode if specified.
- mainInt(String...) - Static method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- make(String, String) - Static method in class org.openqa.selenium.server.FrameAddress
-
- makeExecutable(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- makeFrameAddress(String, String) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- makeProxyHandler(RemoteControlConfiguration) - Method in class org.openqa.selenium.server.SeleniumServer
-
- makeProxyPAC(File, int, Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
Generate a proxy.pac file, configuring a dynamic proxy.
- makeProxyPAC(File, int, String, String, String, Capabilities) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- makeQueueSet(String, int, RemoteControlConfiguration) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Isolated dependency
- makeQueueSet(String, int, RemoteControlConfiguration) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- makeRedirectionHtml(File, String) - Method in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- makeWritable(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- manage() - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- manage() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- manage() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- manage() - Method in interface org.openqa.selenium.WebDriver
-
Gets the Option interface
- map(String) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- mapHost(String) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac
-
- MarionetteDriver - Class in org.openqa.selenium.firefox
-
An implementation of the {#link WebDriver} interface that drives Firefox using Marionette interface.
- MarionetteDriver() - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- MarionetteDriver(Capabilities) - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- MarionetteDriver(int) - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- MarionetteDriver(GeckoDriverService) - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- MarionetteDriver(GeckoDriverService, Capabilities) - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- MarionetteDriver(GeckoDriverService, Capabilities, int) - Constructor for class org.openqa.selenium.firefox.MarionetteDriver
-
- match() - Method in class org.openqa.selenium.server.browserlaunchers.BrowserStringParser.Result
-
- matchers - Variable in class org.openqa.selenium.lift.find.BaseFinder
-
- Matchers - Class in org.openqa.selenium.lift
-
- Matchers() - Constructor for class org.openqa.selenium.lift.Matchers
-
- matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.AttributeMatcher
-
- matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.DisplayedMatcher
-
- matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.SelectionMatcher
-
- matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.TextMatcher
-
- matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.ValueMatcher
-
- maximize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- maximize() - Method in interface org.openqa.selenium.WebDriver.Window
-
Maximizes the current window if it is not already maximized
- MAXIMIZE_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- MAXIMIZE_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- MaximizeWindow - Class in org.openqa.selenium.remote.server.handler
-
- MaximizeWindow(Session) - Constructor for class org.openqa.selenium.remote.server.handler.MaximizeWindow
-
- MaximumWorkingSetSize - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- 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
-
- merge(Capabilities) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
Merges the extra capabilities provided into this DesiredCapabilities instance.
- 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_NOT_ALLOWED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- MethodDeclaration - Class in com.thoughtworks.selenium.webdriven.commands
-
- MethodDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.MethodDeclaration
-
- MILLISECONDS - Static variable in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- MinimumWorkingSetSize - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- MINUTES - Static variable in class org.openqa.selenium.server.RemoteControlConfiguration
-
- MOCK - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- MockBrowserLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- MockBrowserLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
-
- ModifiedIO - Class in org.openqa.selenium.server
-
- ModifiedIO() - Constructor for class org.openqa.selenium.server.ModifiedIO
-
- modifyLinkLibraryPath(File) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- mouse - Variable in class org.openqa.selenium.interactions.Actions
-
- mouse - Variable in class org.openqa.selenium.interactions.internal.KeysRelatedAction
-
- mouse - Variable in class org.openqa.selenium.interactions.internal.MouseAction
-
- Mouse - Interface in org.openqa.selenium.interactions
-
Interface representing basic mouse operations.
- mouse - Variable in class org.openqa.selenium.remote.RemoteWebElement
-
- MOUSE_DOWN - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- MOUSE_UP - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- MouseAction - Class in org.openqa.selenium.interactions.internal
-
Base class for all mouse-related actions.
- MouseAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.internal.MouseAction
-
- MouseAction.Button - Enum in org.openqa.selenium.interactions.internal
-
- mouseDown(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- mouseDown(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Simulates a user pressing the left mouse button (without releasing it yet) on the specified
element.
- mouseDown(Coordinates) - Method in interface org.openqa.selenium.interactions.Mouse
-
- mouseDown(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- 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 interface org.openqa.selenium.interactions.Mouse
-
- mouseMove(Coordinates, long, long) - Method in interface org.openqa.selenium.interactions.Mouse
-
- mouseMove(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- mouseMove(Coordinates, long, long) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- 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(Coordinates) - Method in interface org.openqa.selenium.interactions.Mouse
-
- mouseUp(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- 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(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of the gesture 'move' on the screen.
- move(int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of the gesture 'move' on the screen.
- move(int, int) - Method in class org.openqa.selenium.Point
-
- move(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- 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
-
- MOVE_TARGET_OUT_OF_BOUNDS - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- MOVE_TO - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- MoveAction - Class in org.openqa.selenium.interactions.touch
-
Creates a move gesture.
- MoveAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.MoveAction
-
- moveBy(int, int) - Method in class org.openqa.selenium.Point
-
- moveByOffset(int, int) - Method in class org.openqa.selenium.interactions.Actions
-
Moves the mouse from its current position (or 0,0) by the given offset.
- moveIfNeeded(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- MoveMouseAction - Class in org.openqa.selenium.interactions
-
Moves the mouse to an element.
- MoveMouseAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.MoveMouseAction
-
- MoveTargetOutOfBoundsException - Exception in org.openqa.selenium.interactions
-
Indicates that the target provided to the actions move() method is invalid - outside of
the size of the window.
- MoveTargetOutOfBoundsException(String) - Constructor for exception org.openqa.selenium.interactions.MoveTargetOutOfBoundsException
-
- MoveTargetOutOfBoundsException(Throwable) - Constructor for exception org.openqa.selenium.interactions.MoveTargetOutOfBoundsException
-
- MoveTargetOutOfBoundsException(String, Throwable) - Constructor for exception org.openqa.selenium.interactions.MoveTargetOutOfBoundsException
-
- moveToElement(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Moves the mouse to the middle of the element.
- moveToElement(WebElement, int, int) - Method in class org.openqa.selenium.interactions.Actions
-
Moves the mouse to an offset from the top-left corner of the element.
- moveToLocation() - Method in class org.openqa.selenium.interactions.internal.MouseAction
-
- MoveToOffsetAction - Class in org.openqa.selenium.interactions
-
Move the mouse to a location within the element provided.
- MoveToOffsetAction(Mouse, Locatable, int, int) - Constructor for class org.openqa.selenium.interactions.MoveToOffsetAction
-
- mpm - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- MULTI_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- MultiAction - Interface in org.openqa.selenium.interactions.internal
-
Represents a complex action that is a series of primitive actions listed in the standard.
- 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
-
- PAGE_LOAD_STRATEGY - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- PAGE_LOADING_STRATEGY - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- PageFactory - Class in org.openqa.selenium.support
-
Factory class to make using Page Objects simpler and easier.
- PageFactory() - Constructor for class org.openqa.selenium.support.PageFactory
-
- pageLoadTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
- pageLoadTimeout(long, TimeUnit) - Method in interface org.openqa.selenium.WebDriver.Timeouts
-
Sets the amount of time to wait for a page load to complete before throwing an error.
- PageTitleFinder - Class in org.openqa.selenium.lift.find
-
- paramsFromCoordinates(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- parent - Variable in class org.openqa.selenium.remote.RemoteWebElement
-
- parentFrame() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- parentFrame() - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Change focus to the parent context.
- parse(String) - Static method in class com.thoughtworks.selenium.DefaultRemoteCommand
-
Factory method to create a RemoteCommand from a wiki-style input string
- parse(String) - Static method in class org.openqa.selenium.server.DefaultRemoteCommand
-
Factory method to create a RemoteCommand from a wiki-style input string
- parseBrowserStartCommand(String, String) - Method in class org.openqa.selenium.server.browserlaunchers.BrowserStringParser
-
Returns the browser start command, if any, for the browser in the 'browserString' parameter.
- parseCSV(String) - Static method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
Convert backslash-escaped comma-delimited string into String array.
- parseLauncherOptions(String[]) - Static method in class org.openqa.selenium.server.SeleniumServer
-
- partialLinkText(String) - Static method in class org.openqa.selenium.By
-
- pass(long) - Method in interface org.openqa.selenium.remote.server.Clock
-
Moves the clock to the future.
- pass(long) - Method in class org.openqa.selenium.remote.server.SystemClock
-
- path(String) - Method in class org.openqa.selenium.Cookie.Builder
-
- pause(int) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
Sleeps for the specified number of milliseconds
- pause(int) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
Sleeps for the specified number of milliseconds
- pause(long) - Method in class org.openqa.selenium.interactions.Actions
-
- PauseAction - Class in org.openqa.selenium.interactions
-
- PauseAction(long) - Constructor for class org.openqa.selenium.interactions.PauseAction
-
Deprecated.
- PeakJobMemoryUsed - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- PeakProcessMemoryUsed - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- peek() - Method in class org.openqa.selenium.server.CommandHolder
-
- peek() - Method in class org.openqa.selenium.server.CommandResultHolder
-
- peek() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- peekAtCommand() - Method in class org.openqa.selenium.server.CommandQueue
-
- peekAtResult() - Method in class org.openqa.selenium.server.CommandQueue
-
- perform() - Method in interface org.openqa.selenium.interactions.Action
-
- perform() - Method in class org.openqa.selenium.interactions.Actions
-
A convenience method for performing the actions without calling build() first.
- perform() - Method in class org.openqa.selenium.interactions.ButtonReleaseAction
-
Releases the mouse button currently left held.
- perform() - Method in class org.openqa.selenium.interactions.ClickAction
-
- perform() - Method in class org.openqa.selenium.interactions.ClickAndHoldAction
-
Holds down the mouse button on a selected element.
- perform() - Method in class org.openqa.selenium.interactions.CompositeAction
-
- perform() - Method in class org.openqa.selenium.interactions.ContextClickAction
-
Emulates clicking on the mouse button that would bring up contextual menus (usually
right-clicking).
- perform() - Method in class org.openqa.selenium.interactions.DoubleClickAction
-
Double-clicks on the given element.
- perform() - Method in class org.openqa.selenium.interactions.KeyDownAction
-
- perform() - Method in class org.openqa.selenium.interactions.KeyUpAction
-
- perform() - Method in class org.openqa.selenium.interactions.MoveMouseAction
-
- perform() - Method in class org.openqa.selenium.interactions.MoveToOffsetAction
-
- perform() - Method in class org.openqa.selenium.interactions.PauseAction
-
Deprecated.
- perform() - Method in class org.openqa.selenium.interactions.SendKeysAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.DoubleTapAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.DownAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.FlickAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.LongPressAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.MoveAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.ScrollAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.SingleTapAction
-
- perform() - Method in class org.openqa.selenium.interactions.touch.UpAction
-
- PERFORMANCE - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs relating to performance timings.
- performAugmentation(Augmenter.CompoundHandler, X) - Method in class org.openqa.selenium.remote.Augmenter
-
- PerJobUserTimeLimit - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- PerProcessUserTimeLimit - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- perSessionLogHandler() - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
Provides a PerSessionLogHandler
- PerSessionLogHandler - Class in org.openqa.selenium.remote.server.log
-
- PerSessionLogHandler() - Constructor for class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- PHANTOMJS - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- phantomjs() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- pickFrom(String, String) - Method in class org.openqa.selenium.remote.server.handler.BySelector
-
- pickFromJsonParameters(Map<String, Object>) - Method in class org.openqa.selenium.remote.server.handler.BySelector
-
- Platform - Enum in org.openqa.selenium
-
Represents the known and supported Platforms that WebDriver runs on.
- PLATFORM - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- Point - Class in org.openqa.selenium
-
A copy of java.awt.Point, to remove dependency on awt.
- Point(int, int) - Constructor for class org.openqa.selenium.Point
-
- poisonPollers() - Method in class org.openqa.selenium.server.CommandHolder
-
- poisonPollers() - Method in class org.openqa.selenium.server.CommandResultHolder
-
- poisonPollers() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
Clears the contents of the holder (if any) and also feeds 'poison' data a pending listener (if
any);
- pollingEvery(long, TimeUnit) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Sets how often the condition should be evaluated.
- pollPort(int) - Static method in class org.openqa.selenium.net.PortProber
-
- pollPort(int, int, TimeUnit) - Static method in class org.openqa.selenium.net.PortProber
-
- pollToGetContentUntilTimeout() - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- populate(RestishHandler, Command) - Method in class org.openqa.selenium.remote.server.rest.ResultConfig
-
- PORT_PREFERENCE - Static variable in class org.openqa.selenium.firefox.FirefoxProfile
-
- PortProber - Class in org.openqa.selenium.net
-
- prepareCommand(String...) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- Presence - Class in com.thoughtworks.selenium.condition
-
Checks whether a given locator exists on the page.
- Presence(String) - Constructor for class com.thoughtworks.selenium.condition.Presence
-
- presenceOfAllElementsLocatedBy(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that there is at least one element present on a web page.
- presenceOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element is present on the DOM of a page.
- presenceOfNestedElementLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking child WebElement as a part of parent element to present
- presenceOfNestedElementLocatedBy(WebElement, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking child WebElement as a part of parent element to be present
- presenceOfNestedElementsLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking child WebElement as a part of parent element to present
- pressKey(CharSequence) - Method in interface org.openqa.selenium.interactions.Keyboard
-
Press a key on the keyboard that isn't text.
- pressKey(CharSequence) - Method in class org.openqa.selenium.remote.RemoteKeyboard
-
- pressKey(CharSequence) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- PriorityClass - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- process - Variable in class org.openqa.selenium.server.browserlaunchers.CustomBrowserLauncher
-
- process - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- process(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.server.ResourceServlet
-
- ProcessMemoryLimit - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- processResults(HTMLTestResults) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
Accepts HTMLTestResults for later asynchronous handling
- processResults(HTMLTestResults) - Method in interface org.openqa.selenium.server.htmlrunner.HTMLResultsListener
-
- ProcessStillAliveException(String, Throwable) - Constructor for exception org.openqa.selenium.os.ProcessUtils.ProcessStillAliveException
-
- ProcessUtils - Class in org.openqa.selenium.os
-
- ProcessUtils() - Constructor for class org.openqa.selenium.os.ProcessUtils
-
- ProcessUtils.ProcessStillAliveException - Exception in org.openqa.selenium.os
-
- procMap() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns a map of process IDs to command lines
- PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- PROFILE_NAME - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- PROFILER - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs relating to performance timings.
- ProfilerLogEntry - Class in org.openqa.selenium.logging.profiler
-
- ProfilerLogEntry(EventType, String) - Constructor for class org.openqa.selenium.logging.profiler.ProfilerLogEntry
-
- ProfilesIni - Class in org.openqa.selenium.firefox.internal
-
- ProfilesIni() - Constructor for class org.openqa.selenium.firefox.internal.ProfilesIni
-
- protect(WebDriver) - Static method in class org.openqa.selenium.support.ThreadGuard
-
- Proxies - Class in org.openqa.selenium.server.browserlaunchers
-
- Proxies() - Constructor for class org.openqa.selenium.server.browserlaunchers.Proxies
-
- Proxy - Class in org.openqa.selenium
-
Configuration parameters for using proxies in WebDriver.
- Proxy() - Constructor for class org.openqa.selenium.Proxy
-
- Proxy(Map<String, ?>) - Constructor for class org.openqa.selenium.Proxy
-
- PROXY - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- Proxy.ProxyType - Enum in org.openqa.selenium
-
- PROXY_CONFIG - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- PROXY_CONFIG - Static variable in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- PROXY_PAC - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
-
- proxyForListLocator(ClassLoader, ElementLocator) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- proxyForLocator(ClassLoader, ElementLocator) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- ProxyHandler - Class in org.openqa.selenium.server
-
Proxy request handler.
- ProxyHandler(boolean, String, String, boolean, boolean, int, Object) - Constructor for class org.openqa.selenium.server.ProxyHandler
-
- ProxyHandler.SslRelay - Class in org.openqa.selenium.server
-
- PROXYING_EVERYTHING - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
-
- ProxyInjectionFirefoxCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
launcher for Firefox under proxy injection mode
- ProxyInjectionFirefoxCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
-
- ProxyInjectionFirefoxCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
-
- ProxyInjectionInternetExplorerCustomProxyLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
launcher for IE under proxy injection mode
- ProxyInjectionInternetExplorerCustomProxyLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
-
- ProxyInjectionSafariCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
launcher for Safari under proxy injection mode
- ProxyInjectionSafariCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.ProxyInjectionSafariCustomProfileLauncher
-
- proxyPlainTextRequest(URL, HttpRequest, HttpResponse) - Method in class org.openqa.selenium.server.ProxyHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.logging.LoggingHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- publish(LogRecord) - Method in class org.openqa.selenium.remote.server.log.StdOutHandler
-
- putCommand(RemoteCommand) - Method in class org.openqa.selenium.server.CommandHolder
-
- putCommand(RemoteCommand) - Method in class org.openqa.selenium.server.CommandQueue
-
- putContent(T) - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- putResult(String) - Method in class org.openqa.selenium.server.CommandQueue
-
- putResult(String) - Method in class org.openqa.selenium.server.CommandResultHolder
-
- radioButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- radioButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- radioButton() - Static method in class org.openqa.selenium.lift.Finders
-
- radioButton(String) - Static method in class org.openqa.selenium.lift.Finders
-
- read() - Method in class org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
-
- readAsString(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- readBooleanRegistryValue(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- readFile(String) - Static method in class org.openqa.selenium.server.IOHelper
-
Read a file on the file system and return its content as a stream of bytes.
- readFully(InputStream) - Static method in class org.openqa.selenium.io.IOUtils
-
- readIntRegistryValue(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- ReadOperationCount - Variable in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- readProfiles(File) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
-
- readStringRegistryValue(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- ReadTransferCount - Variable in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- readUserCommands() - Method in class org.openqa.selenium.server.SeleniumServer
-
- records() - Method in class org.openqa.selenium.remote.server.log.ShortTermMemoryHandler
-
- Rectangle - Class in org.openqa.selenium
-
- Rectangle(int, int, int, int) - Constructor for class org.openqa.selenium.Rectangle
-
- Rectangle(Point, Dimension) - Constructor for class org.openqa.selenium.Rectangle
-
- refresh() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- refresh() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Simulates the user clicking the "Refresh" button on their browser.
- Refresh - Class in com.thoughtworks.selenium.webdriven.commands
-
- Refresh() - Constructor for class com.thoughtworks.selenium.webdriven.commands.Refresh
-
- REFRESH - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- refresh() - Method in interface org.openqa.selenium.WebDriver.Navigation
-
Refresh the current page
- refreshed(ExpectedCondition<T>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
Wrapper for a condition, which allows for elements to update by redrawing.
- RefreshPage - Class in org.openqa.selenium.remote.server.handler
-
- RefreshPage(Session) - Constructor for class org.openqa.selenium.remote.server.handler.RefreshPage
-
- REG_KEY_BACKUP_READY - Static variable in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- REG_KEY_BASE - Static variable in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- register(WebDriverEventListener) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- registerBrowserSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
Registers the given browser session among the active sessions to handle.
- registerBrowserSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.SeleniumServer
-
Registers a running browser session
- registerDriver(Capabilities, Class<? extends WebDriver>) - Method in class org.openqa.selenium.remote.server.DefaultDriverSessions
-
- registerDriver(Capabilities, Class<? extends WebDriver>) - Method in interface org.openqa.selenium.remote.server.DriverSessions
-
- registerDriverProvider(DriverProvider) - Method in class org.openqa.selenium.remote.server.DefaultDriverFactory
-
- registerDriverProvider(DriverProvider) - Method in interface org.openqa.selenium.remote.server.DriverFactory
-
- registerExternalSession(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Adds a browser session that was not created by this factory to the set of active sessions.
- registerExtraServlets(List<String>) - Method in class org.openqa.selenium.server.SeleniumServer
-
- regVersion1 - Static variable in class org.openqa.selenium.os.WindowsUtils
-
- release(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Releases the depressed left mouse button, in the middle of the given element.
- release() - Method in class org.openqa.selenium.interactions.Actions
-
Releases the depressed left mouse button at the current mouse location.
- release() - Method in class org.openqa.selenium.server.ClassPathResource
-
- releaseKey(CharSequence) - Method in interface org.openqa.selenium.interactions.Keyboard
-
Release a key on the keyboard that isn't text.
- releaseKey(CharSequence) - Method in class org.openqa.selenium.remote.RemoteKeyboard
-
- releaseKey(CharSequence) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- RemoteActionChainExecutor - Class in org.openqa.selenium.remote
-
Executes advanced interactions API commands over wire
- RemoteActionChainExecutor(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteActionChainExecutor
-
- RemoteApplicationCache - Class in org.openqa.selenium.remote.html5
-
- RemoteApplicationCache(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteApplicationCache
-
- RemoteCommand - Interface in com.thoughtworks.selenium
-
Represents a single remote action
- RemoteCommand - Interface in org.openqa.selenium.server
-
Represents a single remote action
- RemoteCommandException - Exception in org.openqa.selenium.server
-
Exception to notify calling methods that an exception occurred when executing the method.
- RemoteCommandException(String, String) - Constructor for exception org.openqa.selenium.server.RemoteCommandException
-
- RemoteCommandException(String, String, Throwable) - Constructor for exception org.openqa.selenium.server.RemoteCommandException
-
- RemoteControlConfiguration - Class in org.openqa.selenium.server
-
Encapsulate Remote Control Configuration
- RemoteControlConfiguration() - Constructor for class org.openqa.selenium.server.RemoteControlConfiguration
-
- RemoteExecuteMethod - Class in org.openqa.selenium.remote
-
- RemoteExecuteMethod(RemoteWebDriver) - Constructor for class org.openqa.selenium.remote.RemoteExecuteMethod
-
- RemoteInputMethodManager() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- RemoteKeyboard - Class in org.openqa.selenium.remote
-
An implementation of the keyboard for use with the remote webdriver.
- RemoteKeyboard(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteKeyboard
-
- RemoteLocalStorage - Class in org.openqa.selenium.remote.html5
-
Executes the commands to access HTML5 localStorage on the remote webdriver server.
- RemoteLocalStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- RemoteLocationContext - Class in org.openqa.selenium.remote.html5
-
- RemoteLocationContext(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocationContext
-
- RemoteLogs - Class in org.openqa.selenium.remote
-
- RemoteLogs(ExecuteMethod, LocalLogs) - Constructor for class org.openqa.selenium.remote.RemoteLogs
-
- RemoteMouse - Class in org.openqa.selenium.remote
-
Executes wire commands for mouse interaction.
- RemoteMouse(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteMouse
-
- RemoteNetworkConnection - Class in org.openqa.selenium.remote.mobile
-
- RemoteNetworkConnection(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
- RemoteSessionStorage - Class in org.openqa.selenium.remote.html5
-
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.
- RemoteSessionStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- RemoteStatus - Class in org.openqa.selenium.remote
-
- RemoteStatus(Map<String, Object>) - Constructor for class org.openqa.selenium.remote.RemoteStatus
-
- RemoteTargetLocator() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- RemoteTimeouts() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
- RemoteTouchScreen - Class in org.openqa.selenium.remote
-
- RemoteTouchScreen(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteTouchScreen
-
- RemoteWebDriver - Class in org.openqa.selenium.remote
-
- RemoteWebDriver() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver(CommandExecutor, Capabilities, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver(CommandExecutor, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver(Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver(URL, Capabilities, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver(URL, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
-
- RemoteWebDriver.RemoteTargetLocator - Class in org.openqa.selenium.remote
-
- RemoteWebDriver.RemoteWebDriverOptions - Class in org.openqa.selenium.remote
-
- RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager - Class in org.openqa.selenium.remote
-
- RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts - Class in org.openqa.selenium.remote
-
- RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow - Class in org.openqa.selenium.remote
-
- RemoteWebDriver.When - Enum in org.openqa.selenium.remote
-
- RemoteWebDriverOptions() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- RemoteWebElement - Class in org.openqa.selenium.remote
-
- RemoteWebElement() - Constructor for class org.openqa.selenium.remote.RemoteWebElement
-
- RemoteWebStorage - Class in org.openqa.selenium.remote.html5
-
- RemoteWebStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteWebStorage
-
- RemoteWindow() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- REMOVE_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- REMOVE_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- removeAllSelections(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeAllSelections(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Unselects all of the selected options in a multi-select element.
- RemoveAllSelections - Class in com.thoughtworks.selenium.webdriven.commands
-
- RemoveAllSelections(ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RemoveAllSelections
-
- removeCustomProfileDir() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
Wrapper to allow for stubbed-out testing *
- removeCustomProfileDir() - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
Wrapper to allow for stubbed-out testing
- removeIdleAvailableSessions() - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
- removeItem(String) - Method in interface org.openqa.selenium.html5.LocalStorage
-
- removeItem(String) - Method in interface org.openqa.selenium.html5.SessionStorage
-
- removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- RemoveLocalStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
-
- RemoveLocalStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
-
- removeLogFile(SessionId) - Method in class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
- removeScript(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeScript(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Removes a script tag from the Selenium document identified by the given id.
- removeSelection(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- removeSelection(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Remove a selection from the set of selected options in a multi-select element using an option
locator.
- RemoveSelection - Class in com.thoughtworks.selenium.webdriven.commands
-
- RemoveSelection(JavascriptLibrary, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RemoveSelection
-
- removeSelection(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- removeSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
Removes session logs for the given session id.
- removeSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- removeSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- RemoveSessionStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
-
- RemoveSessionStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
-
- removeTemporaryFiles() - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- renameTo(Resource) - Method in class org.openqa.selenium.server.ClassPathResource
-
- renameTo(Resource) - Method in class org.openqa.selenium.server.FutureFileResource
-
Rename the given resource
- replaceAlertMethod(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- REQUIRE_WINDOW_FOCUS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to focus to browser window or not before operation.
- reset(String) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- resetLoggerToOriginalState() - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
- ResourceExtractor - Class in org.openqa.selenium.server.browserlaunchers
-
- ResourceExtractor() - Constructor for class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
-
- ResourceLocator - Interface in org.openqa.selenium.server
-
- ResourceServlet - Class in org.openqa.selenium.server
-
Serves the static resources used by the console for instance.
- ResourceServlet() - Constructor for class org.openqa.selenium.server.ResourceServlet
-
- Response - Class in org.openqa.selenium.remote
-
- Response() - Constructor for class org.openqa.selenium.remote.Response
-
- Response(SessionId) - Constructor for class org.openqa.selenium.remote.Response
-
- ResponseCodec<T> - Interface in org.openqa.selenium.remote
-
Converts
Response
objects to and from another representation.
- RestishHandler<T> - Interface in org.openqa.selenium.remote.server.rest
-
- restoreCookies(File, String, File) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- restoreJsStateInitializer(String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- restoreNetworkSettings() - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
Restore OS X network settings back the way thay were
- restoreOriginalHandlersFormattersAndLevels(Logger) - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
- restoreRegistrySettings(boolean) - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- Result(boolean, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserStringParser.Result
-
- Result(boolean) - Constructor for class org.openqa.selenium.server.browserlaunchers.BrowserStringParser.Result
-
- ResultConfig - Class in org.openqa.selenium.remote.server.rest
-
- ResultConfig(String, Class<? extends RestishHandler<?>>, DriverSessions, Logger) - Constructor for class org.openqa.selenium.remote.server.rest.ResultConfig
-
- ResultConverter - Class in org.openqa.selenium.remote.server.handler.internal
-
Converts an object to be sent as JSON according to the wire protocol.
- ResultConverter(KnownElements) - Constructor for class org.openqa.selenium.remote.server.handler.internal.ResultConverter
-
- ResumeThread(WinNT.HANDLE) - Method in interface org.openqa.selenium.os.Kernel32
-
- retrieveLastRemoteControlLogs() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- retrieveLastRemoteControlLogs() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Retrieve the last messages logged on a specific remote control.
- RetrieveLastRemoteControlLogsCommand - Class in org.openqa.selenium.server.commands
-
Retrieve the last N remote control logs.
- RetrieveLastRemoteControlLogsCommand() - Constructor for class org.openqa.selenium.server.commands.RetrieveLastRemoteControlLogsCommand
-
- retrieveValidInstallationPath(String) - Method in interface org.openqa.selenium.browserlaunchers.locators.BrowserLocator
-
- retrieveValidInstallationPath(String, String) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- retrieveValidInstallationPath(String) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- retrieveValidInstallationPath(File) - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- RETRY_CMD_STRING - Static variable in class org.openqa.selenium.server.CommandHolder
-
- retryCommand - Static variable in class org.openqa.selenium.server.CommandHolder
-
- reuseBrowserSessions() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- RobotRetriever - Class in org.openqa.selenium.server
-
- RobotRetriever() - Constructor for class org.openqa.selenium.server.RobotRetriever
-
- rollup(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- rollup(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Executes a command rollup, which is a series of commands with a unique name, and optionally
arguments that control the generation of the set of commands.
- ROTATABLE - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- Rotatable - Interface in org.openqa.selenium
-
Represents rotation of the browser view for orientation-sensitive devices.
- Rotate - Class in org.openqa.selenium.remote.server.handler
-
- Rotate(Session) - Constructor for class org.openqa.selenium.remote.server.handler.Rotate
-
- rotate(ScreenOrientation) - Method in interface org.openqa.selenium.Rotatable
-
Changes the orientation of the browser window.
- run(SeleneseCommand<T>, WebDriver, String[]) - Method in class com.thoughtworks.selenium.webdriven.Timer
-
- run() - Method in class org.openqa.selenium.server.browserlaunchers.MockBrowserLauncher
-
- run() - Method in class org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
-
- run() - Method in class org.openqa.selenium.server.BrowserSessionFactory.CleanupTask
-
- runBare() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
Runs the bare test sequence, capturing a screenshot if a test fails
- runHTMLSuite(String, String, String, File, long, boolean) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
Launches a single HTML Selenium test suite.
- runHTMLSuite(String, String, File, File, long, boolean) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
Launches a single HTML Selenium test suite.
- runHtmlSuite() - Method in class org.openqa.selenium.server.SeleniumServer
-
- runNetworkSetup(String...) - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
- runningOnWindows() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- runScript(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- runScript(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Creates a new "script" tag in the body of the current test window, and adds the specified text
into the body of the command.
- RunScript - Class in com.thoughtworks.selenium.webdriven.commands
-
- RunScript(ScriptMutator) - Constructor for class com.thoughtworks.selenium.webdriven.commands.RunScript
-
- runScutil(String) - Method in class org.openqa.selenium.server.browserlaunchers.MacProxyManager
-
- runtimeBrowserString() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- runtimeBrowserString() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- SAFARI - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- safari() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- SAFARI_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- SafariCustomProfileLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- SafariCustomProfileLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- SafariDriver - Class in org.openqa.selenium.safari
-
A WebDriver implementation that controls Safari using a browser extension
(consequently, only Safari 5.1+ is supported).
- SafariDriver() - Constructor for class org.openqa.selenium.safari.SafariDriver
-
Initializes a new SafariDriver} class with default
SafariOptions
.
- SafariDriver(Capabilities) - Constructor for class org.openqa.selenium.safari.SafariDriver
-
- SafariDriver(SafariOptions) - Constructor for class org.openqa.selenium.safari.SafariDriver
-
Initializes a new SafariDriver using the specified
SafariOptions
.
- SafariFileBasedLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- SafariFileBasedLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.SafariFileBasedLauncher
-
- SafariLauncher - Class in org.openqa.selenium.server.browserlaunchers
-
- SafariLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class org.openqa.selenium.server.browserlaunchers.SafariLauncher
-
- SafariLocator - Class in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid Safari installation on local system.
- SafariLocator() - Constructor for class org.openqa.selenium.browserlaunchers.locators.SafariLocator
-
- SafariOptions - Class in org.openqa.selenium.safari
-
- SafariOptions() - Constructor for class org.openqa.selenium.safari.SafariOptions
-
- saveJsStateInitializer(String, String, String, String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- saveOriginalHandlersFormattersAndLevels(Logger) - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
- SchedulingClass - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- ScreenOrientation - Enum in org.openqa.selenium
-
Represents possible screen orientations.
- SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- screenshotDirectory() - Method in class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
- ScreenshotException - Exception in org.openqa.selenium.remote
-
- ScreenshotException(String) - Constructor for exception org.openqa.selenium.remote.ScreenshotException
-
- ScreenshotException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.ScreenshotException
-
- screenshotFilePath() - Method in class org.openqa.selenium.server.commands.CaptureEntirePageScreenshotToStringCommand
-
- ScreenshotListener - Class in com.thoughtworks.selenium
-
- ScreenshotListener(File, Selenium) - Constructor for class com.thoughtworks.selenium.ScreenshotListener
-
- ScriptMutator - Interface in com.thoughtworks.selenium.webdriven
-
A mechanism for taking a single method from a script meant for Selenium Core and converting to
something that webdriver can evaluate.
- scroll(WebElement, int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Creates a scroll gesture that starts on a particular screen location.
- scroll(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the view to be scrolled by an x and y offset.
- scroll(Coordinates, int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Creates a scroll gesture that starts on a particular screen location.
- scroll(int, int) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the view to be scrolled by an x and y offset.
- scroll(Coordinates, int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- scroll(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- 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
-
- ScrollAction - Class in org.openqa.selenium.interactions.touch
-
Creates a scroll gesture.
- ScrollAction(TouchScreen, Locatable, int, int) - Constructor for class org.openqa.selenium.interactions.touch.ScrollAction
-
- ScrollAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.ScrollAction
-
- SearchContext - Interface in org.openqa.selenium
-
- 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 - Class in org.openqa.selenium.support.ui
-
Models a SELECT tag, providing helper methods to select and deselect options.
- Select(WebElement) - Constructor for class org.openqa.selenium.support.ui.Select
-
Constructor.
- selectBlankWindow(WebDriver) - Method in class com.thoughtworks.selenium.webdriven.Windows
-
Selects the only _blank
window.
- selectByIndex(int) - Method in class org.openqa.selenium.support.ui.Select
-
Select the option at the given index.
- selectByValue(String) - Method in class org.openqa.selenium.support.ui.Select
-
Select all options that have a value matching the argument.
- selectByVisibleText(String) - Method in class org.openqa.selenium.support.ui.Select
-
Select all options that display text matching the argument.
- 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
-
- selection() - Static method in class org.openqa.selenium.lift.match.SelectionMatcher
-
- selection() - Static method in class org.openqa.selenium.lift.Matchers
-
- SelectionMatcher - Class in org.openqa.selenium.lift.match
-
Matcher to match a selected element (e.g.
- SelectionMatcher() - Constructor for class org.openqa.selenium.lift.match.SelectionMatcher
-
- 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
-
- SeleneseCommand<T> - Class in com.thoughtworks.selenium.webdriven
-
- SeleneseCommand() - Constructor for class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- 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.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
-
- seleniumBrowserName() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- seleniumBrowserName() - Method in class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator
-
- seleniumBrowserName() - Method in class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator
-
- seleniumBrowserName() - Method in class org.openqa.selenium.browserlaunchers.locators.SafariLocator
-
- seleniumBrowserName() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- SeleniumCommandTimedOutException - Exception in org.openqa.selenium.server
-
Thrown to indicate that the remote process failed to respond within a specified timeout.
- SeleniumCommandTimedOutException() - Constructor for exception org.openqa.selenium.server.SeleniumCommandTimedOutException
-
- SeleniumCoreCommand - Class in org.openqa.selenium.server.commands
-
Command delegated "as-is" to Selenium Core.
- SeleniumCoreCommand(String, List<String>, String) - Constructor for class org.openqa.selenium.server.commands.SeleniumCoreCommand
-
- SeleniumDriverResourceHandler - Class in org.openqa.selenium.server
-
A Jetty handler that takes care of remote Selenium requests.
- SeleniumDriverResourceHandler(SeleniumServer, BrowserLauncherFactory) - Constructor for class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- 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
-
- SeleniumHTMLRunnerResultsHandler - Class in org.openqa.selenium.server.htmlrunner
-
Handles results of HTMLRunner (aka TestRunner, FITRunner) in automatic mode.
- SeleniumHTMLRunnerResultsHandler() - Constructor for class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- SeleniumLogLevels - Class in com.thoughtworks.selenium
-
An enumeration of logging levels
- SeleniumLogLevels() - Constructor for class com.thoughtworks.selenium.SeleniumLogLevels
-
- SeleniumMutator - Class in com.thoughtworks.selenium.webdriven
-
Add a function backed by the closure-based implementation of Selenium Core.
- SeleniumMutator(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.SeleniumMutator
-
- SeleniumSelect - Class in com.thoughtworks.selenium.webdriven.commands
-
- SeleniumSelect(JavascriptLibrary, ElementFinder, WebDriver, String) - Constructor for class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- SeleniumServer - Class in org.openqa.selenium.remote.server
-
Provides a server that can launch and manage selenium sessions.
- SeleniumServer(int) - Constructor for class org.openqa.selenium.remote.server.SeleniumServer
-
- SeleniumServer - Class in org.openqa.selenium.server
-
Provides a server that can launch/terminate browsers and can receive remote Selenium commands
over HTTP and send them on to the browser.
- SeleniumServer() - Constructor for class org.openqa.selenium.server.SeleniumServer
-
- SeleniumServer(Map<String, Object>) - Constructor for class org.openqa.selenium.server.SeleniumServer
-
- SeleniumServer(RemoteControlConfiguration) - Constructor for class org.openqa.selenium.server.SeleniumServer
-
- SeleniumServer(boolean) - Constructor for class org.openqa.selenium.server.SeleniumServer
-
- SeleniumServer(boolean, RemoteControlConfiguration) - Constructor for class org.openqa.selenium.server.SeleniumServer
-
Prepares a Jetty server with its HTTP handlers.
- send(String, String) - Method in class org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
-
- SEND_KEYS_TO_ACTIVE_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SEND_KEYS_TO_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- sendData(HttpRequest, HttpResponse, String, Resource, boolean) - Method in class org.openqa.selenium.server.StaticContentHandler
-
- sendForbid(HttpResponse) - Method in class org.openqa.selenium.server.ProxyHandler
-
Send Forbidden.
- sendKeys(String) - Method in interface org.openqa.selenium.Alert
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.interactions.Actions
-
Sends keys to the active element.
- sendKeys(WebElement, CharSequence...) - Method in class org.openqa.selenium.interactions.Actions
-
- sendKeys(CharSequence...) - Method in interface org.openqa.selenium.interactions.Keyboard
-
Sends keys to the keyboard representation in the browser.
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteKeyboard
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- SendKeys - Class in org.openqa.selenium.remote.server.handler
-
- SendKeys(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SendKeys
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
-
- sendKeys(CharSequence...) - Method in interface org.openqa.selenium.WebElement
-
Use this method to simulate typing into an element, which may set its value.
- SendKeysAction - Class in org.openqa.selenium.interactions
-
Sending a sequence of keys to an element.
- SendKeysAction(Keyboard, Mouse, Locatable, CharSequence...) - Constructor for class org.openqa.selenium.interactions.SendKeysAction
-
- SendKeysAction(Keyboard, Mouse, CharSequence...) - Constructor for class org.openqa.selenium.interactions.SendKeysAction
-
- SendKeyToActiveElement - Class in org.openqa.selenium.remote.server.handler.interactions
-
- SendKeyToActiveElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
-
- sendNotFound(HttpResponse) - Method in class org.openqa.selenium.server.ProxyHandler
-
Send not found.
- serialize() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Serializes to the format "name=value;name=value".
- SERVER - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the remote server.
- SERVER_DELAY - Static variable in class org.openqa.selenium.server.StaticContentHandler
-
- ServerHttpChannel - Class in org.openqa.selenium.server.browserlaunchers
-
- ServerHttpChannel(String, int, CommandProcessor) - Constructor for class org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.openqa.selenium.remote.server.DriverServlet
-
- Session - Interface in org.openqa.selenium.remote.server
-
- session - Variable in class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
- SESSION_ID - Static variable in exception org.openqa.selenium.WebDriverException
-
- SESSION_NOT_CREATED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- SESSION_TIMEOUT_PARAMETER - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- SessionId - Class in org.openqa.selenium.remote
-
- SessionId(String) - Constructor for class org.openqa.selenium.remote.SessionId
-
- sessionId - Variable in class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
-
- sessionId - Variable in class org.openqa.selenium.server.BrowserSessionFactory.BrowserSessionInfo
-
- SessionLogHandler - Class in org.openqa.selenium.logging
-
- SessionLogHandler() - Constructor for class org.openqa.selenium.logging.SessionLogHandler
-
- SessionLogs - Class in org.openqa.selenium.logging
-
Contains the logs for a session divided by supported log types.
- SessionLogs() - Constructor for class org.openqa.selenium.logging.SessionLogs
-
- SessionLogsToFileRepository - Class in org.openqa.selenium.remote.server.log
-
- SessionLogsToFileRepository() - Constructor for class org.openqa.selenium.remote.server.log.SessionLogsToFileRepository
-
- SessionNotCreatedException - Exception in org.openqa.selenium
-
Indicates that a session could not be created.
- SessionNotCreatedException(String) - Constructor for exception org.openqa.selenium.SessionNotCreatedException
-
- SessionNotCreatedException(String, Throwable) - Constructor for exception org.openqa.selenium.SessionNotCreatedException
-
- SessionNotFoundException - Exception in org.openqa.selenium.remote
-
- SessionNotFoundException() - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- SessionNotFoundException(String) - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- SessionNotFoundException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- SESSIONS_KEY - Static variable in class org.openqa.selenium.remote.server.DriverServlet
-
- SessionStorage - Interface in org.openqa.selenium.html5
-
Represents the session storage in the browser for the site currently opened in the browser.
- set(String, String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the given key to the given value unless the value is null.
- SET_ALERT_CREDENTIALS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_ALERT_VALUE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_ALERT_VALUE_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_BROWSER_ONLINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_SCREEN_ORIENTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_SCRIPT_TIMEOUT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_TIMEOUT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- setAcceptUntrustedCertificates(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown
authority or are generally untrusted.
- 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
-
- setAlwaysLoadNoFocusLib(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether the no focus library should always be loaded on Linux.
- setAssumeUntrustedCertificateIssuer(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
By default, when accepting untrusted SSL certificates, assume that these certificates will come
from an untrusted issuer or will be self signed.
- setAutodetect(boolean) - Method in class org.openqa.selenium.Proxy
-
Specifies whether to autodetect proxy settings.
- setAvoidProxy(Capabilities, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- setAvoidProxy(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setBaseRegKey(String) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- setBinary(File) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Sets the path to the Chrome executable.
- setBinary(String) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Sets the path to the Chrome executable.
- setBinary(File) - Method in class org.openqa.selenium.opera.OperaOptions
-
Sets the path to the Opera executable.
- setBinary(String) - Method in class org.openqa.selenium.opera.OperaOptions
-
Sets the path to the Opera executable.
- 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.
- setBrowserName(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setBrowserSideLogEnabled(boolean) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- setBrowserSideLogEnabled(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setBrowserTimeout(int) - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
- setBrowserTimeoutInMs(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setCapability(String, boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, Platform) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, Object) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCaptureLogsOnQuit(boolean) - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- setCaptureLogsOnQuit(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setCaptureScreenShotOnFailure(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- setCaptureScreenShotOnFailure(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- setChangeMaxConnections(boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- setChangeMaxConnections(boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- setChangeMaxConnections(boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionFirefoxCustomProfileLauncher
-
- setChangeMaxConnections(boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionInternetExplorerCustomProxyLauncher
-
- setChangeMaxConnections(boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.ProxyInjectionSafariCustomProfileLauncher
-
- setChangeMaxConnections(boolean) - Method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- setCheckAliases(boolean) - Static method in class org.openqa.selenium.server.FutureFileResource
-
setCheckAliases.
- setCommandExecutor(CommandExecutor) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setCommandLine(CommandLine) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- setCommandLine(CommandLine) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- setCommandLineFlags(String) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- setCommandQueue(CommandQueue) - Method in interface org.openqa.selenium.server.browserlaunchers.CommandQueueAware
-
- setConnection(ExtensionConnection) - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- 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 interface org.openqa.selenium.Alert
-
- 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.
- setCustomProfileDir(File) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
-
- setCustomProfileDir(File) - Method in class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
-
- setDebugMode(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setDebugURL(String) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setDefaultTimeout(long) - Method in class com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- setDontInjectRegex(String) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setDontTouchLogging(boolean) - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- setDontTouchLogging(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setDriverSessions(DriverSessions) - Method in class org.openqa.selenium.server.browserlaunchers.DrivenSeleniumLauncher
-
- setDynamicLibraryPath(String) - Method in class org.openqa.selenium.os.CommandLine
-
- setElementConverter(JsonToWebElementConverter) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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.
- setEnableNativeEvents(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- setEnd(Date) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- setEnsureCleanSession(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setEnvironmentProperty(String, String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.CommandLine
-
Adds the specified environment variable.
- setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- setEnvironmentVariables(Map<String, String>) - Method in class org.openqa.selenium.os.CommandLine
-
Adds the specified environment variables.
- setErrorHandler(ErrorHandler) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setExecutablePath(Capabilities, String) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- setExperimentalOption(String, Object) - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Sets an experimental option.
- setExperimentalOption(String, Object) - Method in class org.openqa.selenium.opera.OperaOptions
-
Sets an experimental option.
- 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
-
- setExtensionJs(String) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- setFailOnError(boolean) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.chrome.ChromeDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.firefox.MarionetteDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.ie.InternetExplorerDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.opera.OperaDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Set the file detector to be used when sending keyboard input.
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.safari.SafariDriver
-
- setFirefoxProfileTemplate(File) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setForcedBrowserMode(String) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setFoundBy(SearchContext, WebElement, String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setFoundBy(SearchContext, String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- setFrameAddress(FrameAddress) - Method in class org.openqa.selenium.server.CommandQueue
-
- setFtpProxy(String) - Method in class org.openqa.selenium.Proxy
-
Specify which proxy to use for FTP connections.
- setHeight(int) - Method in class org.openqa.selenium.Rectangle
-
- setHonorSystemProxy(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setHTMLSuite(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setHttpProxy(String) - Method in class org.openqa.selenium.Proxy
-
Specify which proxy to use for HTTP connections.
- setId(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- setId(Object) - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
-
- setId(String) - Method in class org.openqa.selenium.remote.server.handler.WebElementHandler
-
- setIncludeServerErrors(boolean) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- SetInformationJobObject(WinNT.HANDLE, int, Pointer, int) - Method in interface org.openqa.selenium.os.Kernel32
-
- setInjectionHtml(String) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- setInjectScriptTags(boolean) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- setInput(String) - Method in class org.openqa.selenium.os.CommandLine
-
- setInput(String) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- setInteractive(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setItem(String, String) - Method in interface org.openqa.selenium.html5.LocalStorage
-
- setItem(String, String) - Method in interface org.openqa.selenium.html5.SessionStorage
-
- setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- setJavascriptEnabled(boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setJettyThreads(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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 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
-
- setLibraryPath(CommandLine, Map<String, String>) - Method in class org.openqa.selenium.firefox.internal.Executable
-
- setLocalFrameAddress(String) - Method in class org.openqa.selenium.server.FrameAddress
-
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- setLocalLogs(LocalLogs) - Method in interface org.openqa.selenium.logging.NeedsLocalLogs
-
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
- SetLocalStorageItem - Class in org.openqa.selenium.remote.server.handler.html5
-
- SetLocalStorageItem(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
-
- setLocation(Location) - Method in class org.openqa.selenium.chrome.ChromeDriver
-
- setLocation(Location) - Method in interface org.openqa.selenium.html5.LocationContext
-
Sets the physical location.
- setLocation(Location) - Method in class org.openqa.selenium.opera.OperaDriver
-
- setLocation(Location) - Method in class org.openqa.selenium.remote.html5.RemoteLocationContext
-
- SetLocationContext - Class in org.openqa.selenium.remote.server.handler.html5
-
- SetLocationContext(Session) - Constructor for class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
-
- setLogLevel(Level) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Sets the RemoteWebDriver's client log level.
- setLogOutFile(File) - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- setLogOutFile(File) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setLogOutFileName(String) - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- setLogOutFileName(String) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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(NetworkConnection.ConnectionType) - Method in interface org.openqa.selenium.mobile.NetworkConnection
-
Set the Connection type Not all connection type combinations are valid for an individual type
of device and the remote endpoint will make a best effort to set the type as requested
- setNetworkConnection(NetworkConnection.ConnectionType) - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
- 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
-
- setNoProxy(String) - Method in class org.openqa.selenium.Proxy
-
Sets proxy bypass (noproxy) addresses
- setNukeDirOrFile(File) - Method in class org.openqa.selenium.server.ProxyHandler.SslRelay
-
- setOnlyProxySeleniumTraffic(Capabilities, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- setOpacity(double) - Method in class org.openqa.selenium.support.Color
-
- setOther(String) - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
-
- setOutputWatcher(OutputStream) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- setPageLoadStrategy(String) - Method in class org.openqa.selenium.edge.EdgeOptions
-
Sets the page load strategy for Edge
Supported values are "normal", "eager" and "none"
- setParent(RemoteWebDriver) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- setPlatform(Platform) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setPoison(T) - Method in class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- setPort(int) - Method in class org.openqa.selenium.safari.SafariOptions
-
Set the port the SafariDriverServer
should be started on.
- setPort(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setPortDriversShouldContact(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setPosition(Point) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- setPosition(Point) - Method in interface org.openqa.selenium.WebDriver.Window
-
Set the position of the current window.
- setPreference(String, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- setPreference(String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- setPreference(String, int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- 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.
- setProfilesLocation(File) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setPropertyName(String) - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
-
- setProxyAutoconfigUrl(String) - Method in class org.openqa.selenium.Proxy
-
Specifies the URL to be used for proxy auto-configuration.
- setProxyEverything(Capabilities, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- setProxyInjectionModeArg(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setProxyRequired(Capabilities, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.Proxies
-
- setProxyType(Proxy.ProxyType) - Method in class org.openqa.selenium.Proxy
-
Explicitly sets the proxy type, useful for forcing direct connection on Linux.
- setQueueDelay(int) - Method in class org.openqa.selenium.server.CommandQueue
-
- setResultExpected(boolean) - Method in class org.openqa.selenium.server.CommandQueue
-
- setResults(HTMLTestResults) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- setRetryTimeoutInSeconds(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setReuseBrowserSessions(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setScriptTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
- 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 interface org.openqa.selenium.WebDriver.Timeouts
-
Sets the amount of time to wait for an asynchronous script to finish execution before
throwing an error.
- setSelected(String) - Method in class com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- setSeleniumServer(SslCertificateGenerator) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setSelfTest(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setSelfTestDir(File) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setSessionId(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setSessionId(String) - Method in class org.openqa.selenium.remote.Response
-
- 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
-
- setSessionTimeout(int) - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
- setSingleWindow() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets SINGLE_WINDOW
and unsets MULTI_WINDOW
.
- setSingleWindow(Capabilities, boolean) - Static method in class org.openqa.selenium.server.browserlaunchers.BrowserOptions
-
- setSingleWindow(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setSize(Dimension) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- setSize(Dimension) - Method in interface org.openqa.selenium.WebDriver.Window
-
Set the size of the current window.
- setSlowResources(boolean) - Static method in class org.openqa.selenium.server.StaticContentHandler
-
- setSocksPassword(String) - Method in class org.openqa.selenium.Proxy
-
Specifies a password for the SOCKS proxy.
- setSocksProxy(String) - Method in class org.openqa.selenium.Proxy
-
Specifies which proxy to use for SOCKS.
- setSocksUsername(String) - Method in class org.openqa.selenium.Proxy
-
Specifies a username for the SOCKS proxy.
- 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).
- setSpeed(int) - Static method in class org.openqa.selenium.server.CommandQueue
-
- setSpeed(int) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Sets this frame group's speed, and updates all command queues to use this speed.
- setSpeedForSession(String, int) - Static method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
- setSslProxy(String) - Method in class org.openqa.selenium.Proxy
-
Specify which proxy to use for SSL connections.
- setStart(Date) - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- setState(String) - Method in class org.openqa.selenium.remote.Response
-
- setStatus(int) - Method in class org.openqa.selenium.remote.http.HttpResponse
-
- setStatus(Integer) - Method in class org.openqa.selenium.remote.Response
-
- setTargetHost(String) - Method in class org.openqa.selenium.remote.http.HttpResponse
-
Sets the host this response was received from.
- setTemporaryDirectory(File) - Static method in class org.openqa.selenium.io.TemporaryFilesystem
-
- setTestContext() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
- setTestContext(Method) - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- setThreadCount(int) - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
- 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
-
- setTimeout(long) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- setTimeoutInSeconds(int) - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
Sets the timeout, in seconds, for all commands.
- setTimeoutInSeconds(int) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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.
- setTrustAllSSLCertificates(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setTryToInjectInHead(boolean) - Static method in class org.openqa.selenium.server.InjectionHelper
-
- 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
-
- setUp() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- setUseCleanSession(boolean) - Method in class org.openqa.selenium.safari.SafariOptions
-
Instruct the SafariDriver to delete all existing session data when starting a new session.
- setUserExtensions(File) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setUserJSInjection(boolean) - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- setValue(Object) - Method in class org.openqa.selenium.remote.Response
-
- setVersion(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setWidth(int) - Method in class org.openqa.selenium.Rectangle
-
- setWindowName(String) - Method in class org.openqa.selenium.server.FrameAddress
-
- 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
-
- setWorkingDirectory(String) - Method in class org.openqa.selenium.os.CommandLine
-
- setWorkingDirectory(File) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- setX(int) - Method in class org.openqa.selenium.Rectangle
-
- setY(int) - Method in class org.openqa.selenium.Rectangle
-
- 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() - Static method in class org.openqa.selenium.remote.server.log.LoggingManager
-
- 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.
- shortTermMemoryLoggerCapacity() - Method in class org.openqa.selenium.remote.server.log.LoggingOptions
-
- shortTermMemoryLoggerCapacity() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- shouldBeInjected(String, String, String) - Static method in class org.openqa.selenium.server.HtmlIdentifier
-
- shouldInject(String) - Method in class org.openqa.selenium.server.ProxyHandler
-
- shouldLoadNoFocusLib() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Returns whether the no focus library should be loaded for Firefox profiles launched on Linux,
even if native events are disabled.
- shouldOverrideSystemProxy() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- 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
- shutdownBrowserAndClearSessionData(BrowserSessionFactory.BrowserSessionInfo) - Method in class org.openqa.selenium.server.BrowserSessionFactory
-
Shuts down this browser session's launcher and clears out its session data (if session is not
null).
- 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.
- SILENT - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines suppress or not diagnostic output of the IEDriverServer.
- SimplePropertyDescriptor - Class in org.openqa.selenium.remote
-
- SimplePropertyDescriptor() - Constructor for class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- SimplePropertyDescriptor(String, Method, Method) - Constructor for class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- SINGLE_WINDOW - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- SingleBrowserLocator - Class in org.openqa.selenium.browserlaunchers.locators
-
Discovers a valid browser installation on local system.
- SingleBrowserLocator() - Constructor for class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- SingleEntryAsyncQueue<T> - Class in org.openqa.selenium.server
-
Holds the command to be next run in the browser
- SingleEntryAsyncQueue(long) - Constructor for class org.openqa.selenium.server.SingleEntryAsyncQueue
-
- SingleKeyAction - Class in org.openqa.selenium.interactions.internal
-
Used both by KeyDownAction and KeyUpAction
- SingleKeyAction(Keyboard, Mouse, Keys) - Constructor for class org.openqa.selenium.interactions.internal.SingleKeyAction
-
- SingleKeyAction(Keyboard, Mouse, Locatable, Keys) - Constructor for class org.openqa.selenium.interactions.internal.SingleKeyAction
-
- singleTap(WebElement) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of single tap on the screen, analogous to click using a Mouse.
- singleTap(Coordinates) - Method in interface org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of single tap on the screen, analogous to click using a Mouse.
- singleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- singleTap(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
-
- SingleTapAction - Class in org.openqa.selenium.interactions.touch
-
Creates a single tap gesture on a touch screen
- SingleTapAction(TouchScreen, Locatable) - Constructor for class org.openqa.selenium.interactions.touch.SingleTapAction
-
- 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
-
- SingleTestSuiteResourceHandler - Class in org.openqa.selenium.server.htmlrunner
-
Generates a test suite table designed to run a single Selenium test; to use it, point
TestRunner.html to /singleTest/http://my.com/single/test.html
- SingleTestSuiteResourceHandler() - Constructor for class org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler
-
- size() - Method in interface org.openqa.selenium.html5.LocalStorage
-
- size() - Method in interface org.openqa.selenium.html5.SessionStorage
-
- size() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- size() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- sleep(Duration) - Method in interface org.openqa.selenium.support.ui.Sleeper
-
Sleeps for the specified duration of time.
- Sleeper - Class in org.openqa.selenium.server.browserlaunchers
-
Primitives for sleeping
- Sleeper() - Constructor for class org.openqa.selenium.server.browserlaunchers.Sleeper
-
- Sleeper - Interface in org.openqa.selenium.support.ui
-
Abstraction around Thread.sleep(long)
to permit better testability.
- sleepFor() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
By default, we sleep for 250ms between polls.
- sleepFor() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
-
- sleepForAtLeast(long) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- sleepTight(long) - Static method in class org.openqa.selenium.server.browserlaunchers.Sleeper
-
Sleeps without explicitly throwing an InterruptedException
- sleepTight(long) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- sleepTightInSeconds(long) - Static method in class org.openqa.selenium.server.browserlaunchers.Sleeper
-
Sleeps without explicitly throwing an InterruptedException
- SlowLoadableComponent<T extends LoadableComponent<T>> - Class in org.openqa.selenium.support.ui
-
- SlowLoadableComponent(Clock, int) - Constructor for class org.openqa.selenium.support.ui.SlowLoadableComponent
-
- SocketLock - Class in org.openqa.selenium.internal
-
Implements
Lock
via an implementation that uses a well-known
server socket.
- SocketLock() - Constructor for class org.openqa.selenium.internal.SocketLock
-
Constructs a new SocketLock using the default port.
- SocketLock(int) - Constructor for class org.openqa.selenium.internal.SocketLock
-
Constructs a new SocketLock.
- SocketLock(InetSocketAddress) - Constructor for class org.openqa.selenium.internal.SocketLock
-
Constructs a new SocketLock.
- SpecialCommand - Enum in org.openqa.selenium.server
-
- SPEED_FAST - Static variable in class org.openqa.selenium.interactions.touch.FlickAction
-
- SPEED_NORMAL - Static variable in class org.openqa.selenium.interactions.touch.FlickAction
-
- SslCertificateGenerator - Interface in org.openqa.selenium.server
-
- STALE_ELEMENT_REFERENCE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- StaleElementReferenceException - Exception in org.openqa.selenium
-
Indicates that a reference to an element is now "stale" --- the element no longer appears on the
DOM of the page.
- StaleElementReferenceException(String) - Constructor for exception org.openqa.selenium.StaleElementReferenceException
-
- StaleElementReferenceException(String, Throwable) - Constructor for exception org.openqa.selenium.StaleElementReferenceException
-
- stalenessOf(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
Wait until an element is no longer attached to the DOM.
- standardlauncherFilenames() - Method in class org.openqa.selenium.browserlaunchers.locators.FirefoxLocator
-
- standardlauncherFilenames() - Method in class org.openqa.selenium.browserlaunchers.locators.GoogleChromeLocator
-
- standardlauncherFilenames() - Method in class org.openqa.selenium.browserlaunchers.locators.InternetExplorerLocator
-
- standardlauncherFilenames() - Method in class org.openqa.selenium.browserlaunchers.locators.SafariLocator
-
- standardlauncherFilenames() - Method in class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
-
- 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() - 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() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
-
Establishes a connection to the extension.
- start() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- start() - Method in class org.openqa.selenium.remote.service.DriverService
-
Starts this service if it is not already running.
- start() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- start() - Method in class org.openqa.selenium.server.ProxyHandler
-
- start() - Method in class org.openqa.selenium.server.SeleniumServer
-
Starts the Jetty server
- START_OF_USER_PORTS - Static variable in class org.openqa.selenium.net.PortProber
-
- startClient() - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- startClient() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- startClient() - Method in class org.openqa.selenium.safari.SafariDriver
-
- startFirefoxProcess(CommandLine) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- startProfile(FirefoxProfile, File, String...) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- startSession(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- startSession(Capabilities, Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- StaticContentHandler - Class in org.openqa.selenium.server
-
- StaticContentHandler(String, boolean) - Constructor for class org.openqa.selenium.server.StaticContentHandler
-
- STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- Status - Class in org.openqa.selenium.remote.server.handler
-
RestishHandler that returns general status information about the server.
- Status() - Constructor for class org.openqa.selenium.remote.server.handler.Status
-
- StdOutHandler - Class in org.openqa.selenium.remote.server.log
-
java.util.logging Log RestishHandler logging everything to standard output.
- StdOutHandler() - Constructor for class org.openqa.selenium.remote.server.log.StdOutHandler
-
- stop() - Method in interface com.thoughtworks.selenium.CommandProcessor
-
Deprecated.
Ends the current Selenium testing session (normally killing the browser)
- stop() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- stop() - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- stop() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Ends the test session, killing the browser
- stop() - Method in class com.thoughtworks.selenium.webdriven.Timer
-
- stop() - Method in class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- stop() - Method in class org.openqa.selenium.remote.server.SeleniumServer
-
Stops the Jetty server
- stop() - Method in class org.openqa.selenium.remote.service.DriverService
-
Stops this service is it is currently running.
- stop() - Method in class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler
-
- stop() - Method in class org.openqa.selenium.server.ProxyHandler.SslRelay
-
- stop() - Method in class org.openqa.selenium.server.SeleniumServer
-
Stops the Jetty server
- stopAllBrowsers() - Method in class org.openqa.selenium.server.SeleniumDriverResourceHandler
-
Kills all running browsers
- stopClient() - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- stopClient() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- stopClient() - Method in class org.openqa.selenium.safari.SafariDriver
-
- Streams - Class in org.openqa.selenium.firefox.internal
-
- Streams() - Constructor for class org.openqa.selenium.firefox.internal.Streams
-
- 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.remote.RemoteWebElement
-
- submit() - Method in interface org.openqa.selenium.WebElement
-
If this current element is a form, or an element within a form, then this will be submitted to
the remote server.
- SUBMIT_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- submitButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- submitButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- SubmitElement - Class in org.openqa.selenium.remote.server.handler
-
- SubmitElement(Session) - Constructor for class org.openqa.selenium.remote.server.handler.SubmitElement
-
- subSequence(int, int) - Method in enum org.openqa.selenium.Keys
-
- SUCCESS - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- SUCCESS_STRING - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- SUPPORTS_ALERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_APPLICATION_CACHE - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_FINDING_BY_CSS - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_JAVASCRIPT - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_LOCATION_CONTEXT - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_SQL_DATABASE - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SUPPORTS_WEB_STORAGE - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- SWITCH_TO_CONTEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SWITCH_TO_FRAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SWITCH_TO_PARENT_FRAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SWITCH_TO_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- switchTo() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- switchTo() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
-
- switchTo() - Method in interface org.openqa.selenium.WebDriver
-
Send future commands to a different frame or window.
- 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
-
- SYSTEM_SLEEPER - Static variable in interface org.openqa.selenium.support.ui.Sleeper
-
- SystemClock - Class in org.openqa.selenium.remote.server
-
- SystemClock() - Constructor for class org.openqa.selenium.remote.server.SystemClock
-
- SystemClock - Class in org.openqa.selenium.support.ui
-
- SystemClock() - Constructor for class org.openqa.selenium.support.ui.SystemClock
-
- SystemProperty() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
- table() - Static method in class org.openqa.selenium.lift.find.TableFinder
-
- table() - Static method in class org.openqa.selenium.lift.Finders
-
- TableCellFinder - Class in org.openqa.selenium.lift.find
-
A
Finder
for HTML table cell "td" tags.
- TableFinder - Class in org.openqa.selenium.lift.find
-
- tables() - Static method in class org.openqa.selenium.lift.find.TableFinder
-
- tables() - Static method in class org.openqa.selenium.lift.Finders
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.DivFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.ImageFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.InputFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.LinkFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.TableCellFinder
-
- tagDescription() - Method in class org.openqa.selenium.lift.find.TableFinder
-
- tagName(String) - Static method in class org.openqa.selenium.By
-
- tagName() - Method in class org.openqa.selenium.lift.find.DivFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.ImageFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.InputFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.LinkFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.TableCellFinder
-
- tagName() - Method in class org.openqa.selenium.lift.find.TableFinder
-
- TAKES_SCREENSHOT - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- TakesScreenshot - Interface in org.openqa.selenium
-
Indicates a driver that can capture a screenshot and store it in different ways.
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
checks for verification errors and stops the browser
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
checks for verification errors and stops the browser
- tearDown() - Method in class com.thoughtworks.selenium.SeleneseTestNgHelper
-
- tearDown() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- TemporaryFilesystem - Class in org.openqa.selenium.io
-
A wrapper around temporary filesystem behaviour.
- TerminateJobObject(WinNT.HANDLE, long) - Method in interface org.openqa.selenium.os.Kernel32
-
- TerseFormatter - Class in org.openqa.selenium.remote.server.log
-
Custom java.util.logging formatter providing compact output.
- TerseFormatter(boolean) - Constructor for class org.openqa.selenium.remote.server.log.TerseFormatter
-
- TestContext - Interface in org.openqa.selenium.lift
-
Interface for objects that provide a context (maintaining any state) for web tests.
- Text - Class in com.thoughtworks.selenium.condition
-
Checks whether text exists either anywhere on the page, or inside a given locator.
- Text(String) - Constructor for class com.thoughtworks.selenium.condition.Text
-
Look for text anywhere on the page.
- Text(String, String) - Constructor for class com.thoughtworks.selenium.condition.Text
-
Look for text inside a given locator.
- text(Matcher<String>) - Static method in class org.openqa.selenium.lift.match.TextMatcher
-
- text(Matcher<String>) - Static method in class org.openqa.selenium.lift.Matchers
-
- textbox() - Static method in class org.openqa.selenium.lift.find.InputFinder
-
- textbox() - Static method in class org.openqa.selenium.lift.Finders
-
- TextMatcher - Class in org.openqa.selenium.lift.match
-
Matcher
for matching text content within
WebElement
s.
- textMatches(By, Pattern) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has text with a value as a part of
it
- textToBe(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has specific text
- textToBePresentInElement(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the specified element.
- textToBePresentInElement(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
- textToBePresentInElementLocated(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the element that matches the given
locator.
- textToBePresentInElementValue(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the specified elements value
attribute.
- textToBePresentInElementValue(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the specified elements value
attribute.
- thisIsWindows() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns true if the current OS is MS Windows; false otherwise
- ThreadGuard - Class in org.openqa.selenium.support
-
Multithreaded client code should use this to assert that it accesses webdriver in a
thread-safe manner.
- ThreadGuard() - Constructor for class org.openqa.selenium.support.ThreadGuard
-
- throwAssertionException(String) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- throwAssertionException(String, Throwable) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- throwAssertionException(String) - Method in class com.thoughtworks.selenium.condition.JUnit4AndTestNgConditionRunner
-
- throwAssertionException(String, Throwable) - Method in class com.thoughtworks.selenium.condition.JUnit4AndTestNgConditionRunner
-
- throwAssertionException(String) - Method in class com.thoughtworks.selenium.condition.JUnitConditionRunner
-
- throwAssertionException(String, Throwable) - Method in class com.thoughtworks.selenium.condition.JUnitConditionRunner
-
- throwAssertionFailureExceptionOrError(String) - Method in class com.thoughtworks.selenium.HttpCommandProcessor
-
Deprecated.
- throwIfResponseFailed(Response, long) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- TIMEOUT_IN_SECONDS - Static variable in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- TimeoutException(String, Throwable) - Constructor for exception org.openqa.selenium.net.UrlChecker.TimeoutException
-
- timeoutException(String, Throwable) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Throws a timeout exception.
- timeoutException(String, Throwable) - Method in class org.openqa.selenium.support.ui.WebDriverWait
-
- TimeoutException - Exception in org.openqa.selenium
-
Thrown when a command does not complete in enough time.
- TimeoutException() - Constructor for exception org.openqa.selenium.TimeoutException
-
- TimeoutException(String) - Constructor for exception org.openqa.selenium.TimeoutException
-
- TimeoutException(Throwable) - Constructor for exception org.openqa.selenium.TimeoutException
-
- TimeoutException(String, Throwable) - Constructor for exception org.openqa.selenium.TimeoutException
-
- timeOutInSeconds - Variable in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
- timeouts() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- timeouts() - Method in interface org.openqa.selenium.WebDriver.Options
-
- Timer - Class in com.thoughtworks.selenium.webdriven
-
- Timer(long) - Constructor for class com.thoughtworks.selenium.webdriven.Timer
-
- title() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
-
- title(String) - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
-
- title() - Static method in class org.openqa.selenium.lift.Finders
-
- title(String) - Static method in class org.openqa.selenium.lift.Finders
-
- titleContains(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that the title contains a case-sensitive substring
- titleIs(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking the title of a page.
- titles() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
-
- titles() - Static method in class org.openqa.selenium.lift.Finders
-
- to(String) - Method in interface org.openqa.selenium.WebDriver.Navigation
-
Load a new web page in the current browser window.
- to(URL) - Method in interface org.openqa.selenium.WebDriver.Navigation
-
- toJson() - Method in class org.openqa.selenium.chrome.ChromeOptions
-
Converts this instance to its JSON representation.
- toJson() - Method in class org.openqa.selenium.edge.EdgeOptions
-
Converts this instance to its JSON representation.
- toJson() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- toJson() - Method in class org.openqa.selenium.opera.OperaOptions
-
Converts this instance to its JSON representation.
- toJson() - Method in class org.openqa.selenium.safari.SafariOptions
-
Converts this instance to its JSON representation.
- toLevel(String) - Static method in class org.openqa.selenium.logging.LogLevelMapping
-
- toMap() - Method in class org.openqa.selenium.logging.LogEntry
-
- toNoProxy() - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.DefaultProxy
-
- toNoProxy() - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.ProxyHostVia
-
- toNoProxy() - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.ProxyUrlVia
-
- toProtocolHostAndPort(String) - Static method in class org.openqa.selenium.net.Urls
-
Strips the specified URL so it only includes a protocol, hostname and port
- toProxy(String) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.DefaultProxy
-
- toProxy(String) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.ProxyHostVia
-
- toProxy(String) - Method in class org.openqa.selenium.server.browserlaunchers.DoNotUseProxyPac.ProxyUrlVia
-
- toState(Integer) - Static method in class org.openqa.selenium.remote.ErrorCodes
-
- toStatus(String) - Static method in class org.openqa.selenium.remote.ErrorCodes
-
- toStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Converts a thrown error into the corresponding status code.
- toString() - Method in class com.thoughtworks.selenium.BrowserConfigurationOptions
-
- toString() - Method in class com.thoughtworks.selenium.condition.Condition
-
- toString() - Method in class com.thoughtworks.selenium.DefaultRemoteCommand
-
- toString() - Method in enum org.openqa.selenium.Architecture
-
- toString() - Method in class org.openqa.selenium.By.ByClassName
-
- toString() - Method in class org.openqa.selenium.By.ByCssSelector
-
- toString() - Method in class org.openqa.selenium.By.ById
-
- toString() - Method in class org.openqa.selenium.By.ByLinkText
-
- toString() - Method in class org.openqa.selenium.By.ByName
-
- toString() - Method in class org.openqa.selenium.By.ByPartialLinkText
-
- toString() - Method in class org.openqa.selenium.By.ByTagName
-
- toString() - Method in class org.openqa.selenium.By.ByXPath
-
- toString() - Method in class org.openqa.selenium.By
-
- toString() - Method in class org.openqa.selenium.Cookie
-
- toString() - Method in class org.openqa.selenium.Dimension
-
- toString() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- toString() - Method in class org.openqa.selenium.html5.Location
-
- toString() - Method in class org.openqa.selenium.internal.BuildInfo
-
- toString() - Method in enum org.openqa.selenium.internal.ElementScrollBehavior
-
- toString() - Method in class org.openqa.selenium.io.CircularOutputStream
-
- toString() - Method in enum org.openqa.selenium.Keys
-
- toString() - Method in class org.openqa.selenium.logging.LogEntry
-
- toString() - Method in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- toString() - Method in class org.openqa.selenium.os.CommandLine
-
- toString() - Method in class org.openqa.selenium.Point
-
- toString() - Method in class org.openqa.selenium.remote.Command
-
- toString() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- toString() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- toString() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- toString() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- toString() - Method in class org.openqa.selenium.remote.Response
-
- toString() - Method in class org.openqa.selenium.remote.server.DefaultDriverProvider
-
- toString() - Method in class org.openqa.selenium.remote.server.FirefoxDriverProvider
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.AcceptAlert
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.AddCookie
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.CaptureScreenshot
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ChangeUrl
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ClearElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ClickElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.CloseWindow
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ConfigureTimeout
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteCookie
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteNamedCookie
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.DeleteSession
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.DescribeElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.DismissAlert
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ElementEquality
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ExecuteAsyncScript
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ExecuteScript
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindActiveElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindChildElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindChildElements
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FindElements
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.FullscreenWindow
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAlertText
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAllCookies
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAllWindowHandles
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetAvailableLogTypesHandler
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCookie
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCssProperty
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentUrl
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetCurrentWindowHandle
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementAttribute
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementDisplayed
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementEnabled
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocation
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementLocationInView
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementRect
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementSelected
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementSize
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetElementText
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetLogHandler
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetPageSource
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetScreenOrientation
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetSessionLogsHandler
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetTagName
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetTitle
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetWindowPosition
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GetWindowSize
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GoBack
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.GoForward
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearLocalStorage
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.ClearSessionStorage
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetAppCacheStatus
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageKeys
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocalStorageSize
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetLocationContext
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageKeys
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.GetSessionStorageSize
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveLocalStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.RemoveSessionStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocalStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetLocationContext
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.html5.SetSessionStorageItem
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.ImplicitlyWait
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.ClickInSession
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.DoubleClickInSession
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseDown
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.MouseUp
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.DoubleTapOnElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Down
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Flick
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.LongPressOnElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Move
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Scroll
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.SingleTapOnElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.interactions.touch.Up
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.MaximizeWindow
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.mobile.GetNetworkConnection
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.mobile.SetNetworkConnection
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.NewSession
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.RefreshPage
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.Rotate
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SendKeys
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetAlertCredentials
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetAlertText
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetScriptTimeout
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetWindowPosition
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SetWindowSize
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SubmitElement
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToFrame
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToParentFrame
-
- toString() - Method in class org.openqa.selenium.remote.server.handler.SwitchToWindow
-
- toString() - Method in class org.openqa.selenium.remote.SessionId
-
- toString() - Method in class org.openqa.selenium.server.BrowserResponseSequencer
-
- toString() - Method in class org.openqa.selenium.server.ClassPathResource
-
- toString() - Method in class org.openqa.selenium.server.CommandQueue
-
- toString() - Method in class org.openqa.selenium.server.commands.CaptureNetworkTrafficCommand.Entry
-
- toString() - Method in class org.openqa.selenium.server.DefaultRemoteCommand
-
- toString() - Method in class org.openqa.selenium.server.FrameAddress
-
- toString() - Method in class org.openqa.selenium.support.ByIdOrName
-
- toString() - Method in class org.openqa.selenium.support.Color
-
- toString() - Method in class org.openqa.selenium.support.pagefactory.ByAll
-
- toString() - Method in class org.openqa.selenium.support.pagefactory.ByChained
-
- toString() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
- toString() - Method in class org.openqa.selenium.support.ui.Duration
-
- toString() - Method in enum org.openqa.selenium.UnexpectedAlertBehaviour
-
- TOUCH_DOUBLE_TAP - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_DOWN - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_FLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_LONG_PRESS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_MOVE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_SCROLL - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_SINGLE_TAP - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TOUCH_UP - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- TouchAction - Class in org.openqa.selenium.interactions.internal
-
Base class for all touch screen-related actions
- TouchAction(TouchScreen, Locatable) - Constructor for class org.openqa.selenium.interactions.internal.TouchAction
-
- TouchActions - Class in org.openqa.selenium.interactions.touch
-
Implements actions for touch enabled devices, reusing the available composite and builder design
patterns from Actions.
- TouchActions(WebDriver) - Constructor for class org.openqa.selenium.interactions.touch.TouchActions
-
- TouchActions(Keyboard, TouchScreen) - Constructor for class org.openqa.selenium.interactions.touch.TouchActions
-
- touchScreen - Variable in class org.openqa.selenium.interactions.internal.TouchAction
-
- touchScreen - Variable in class org.openqa.selenium.interactions.touch.TouchActions
-
- TouchScreen - Interface in org.openqa.selenium.interactions
-
Interface representing basic touch screen operations.
- traceWith(Logger) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- traceWith(Logger) - Static method in class org.openqa.selenium.server.browserlaunchers.ResourceExtractor
-
- traceWith(Logger) - Static method in class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- transferThreadTempLogsToSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.DefaultPerSessionLogHandler
-
- transferThreadTempLogsToSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.NoOpSessionLogHandler
-
- transferThreadTempLogsToSessionLogs(SessionId) - Method in class org.openqa.selenium.remote.server.log.PerSessionLogHandler
-
- trustAllSSLCertificates() - Method in class org.openqa.selenium.server.RemoteControlConfiguration
-
- trustAllSSLCertificates(HttpsURLConnection) - Static method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
Configures a single HttpsURLConnection to trust all SSL certificates.
- trustAllSSLCertificatesUniversally() - Static method in class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
Automatically trusts all SSL certificates in the current process; this is dangerous.
- TrustEverythingSSLTrustManager - Class in org.openqa.selenium.server
-
Provides a mechanism to trust all SSL certificates
- TrustEverythingSSLTrustManager() - Constructor for class org.openqa.selenium.server.TrustEverythingSSLTrustManager
-
- tryToKillByName(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
Kill processes by name, log and ignore errors
- type(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- type(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Sets the value of an input field, as though you typed it in.
- Type - Class in com.thoughtworks.selenium.webdriven.commands
-
- Type(AlertOverride, JavascriptLibrary, ElementFinder, KeyState) - Constructor for class com.thoughtworks.selenium.webdriven.commands.Type
-
- type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
Type characters into an element of the page, typically an input field
- type(String, Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
-
- type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- TYPE_KEY - Static variable in class org.openqa.selenium.remote.RemoteLogs
-
- typeKeys(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- typeKeys(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Simulates keystroke events on the specified element, as though you typed the value key-by-key.
- TypeKeys - Class in com.thoughtworks.selenium.webdriven.commands
-
- TypeKeys(AlertOverride, ElementFinder) - Constructor for class com.thoughtworks.selenium.webdriven.commands.TypeKeys
-
- validate() - Method in class org.openqa.selenium.Cookie
-
- value() - Method in enum org.openqa.selenium.html5.AppCacheStatus
-
- value(Object) - Static method in class org.openqa.selenium.lift.match.ValueMatcher
-
- value(Object) - Static method in class org.openqa.selenium.lift.Matchers
-
- value() - Method in enum org.openqa.selenium.ScreenOrientation
-
- ValueMatcher - Class in org.openqa.selenium.lift.match
-
Matches the value of an element, for example an input field.
- ValueMatcher(Object) - Constructor for class org.openqa.selenium.lift.match.ValueMatcher
-
- valueOf(String) - Static method in enum org.openqa.selenium.Architecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.html5.AppCacheStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverEngine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.interactions.internal.MouseAction.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.internal.ElementScrollBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.logging.profiler.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.Proxy.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.remote.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.remote.RemoteWebDriver.When
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.ScreenOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.server.SpecialCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.support.Colors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.support.How
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.UnexpectedAlertBehaviour
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openqa.selenium.Architecture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.html5.AppCacheStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverEngine
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.interactions.internal.MouseAction.Button
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.internal.ElementScrollBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.logging.profiler.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.Proxy.ProxyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.remote.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.remote.RemoteWebDriver.When
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.ScreenOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.server.SpecialCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.support.Colors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.support.How
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openqa.selenium.UnexpectedAlertBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableDeclaration - Class in com.thoughtworks.selenium.webdriven
-
Prepend a variable declaration to a script.
- VariableDeclaration(String, String) - Constructor for class com.thoughtworks.selenium.webdriven.VariableDeclaration
-
- verificationErrors - Variable in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
- verifyEquals(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
-
- verifyFalse(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestBase
-
Deprecated.
Like assertFalse, but fails at the end of the test (during tearDown)
- verifyFalse(boolean) - Method in class com.thoughtworks.selenium.SeleneseTestCase
-
Deprecated.
Like assertFalse, but fails at the end of the test (during tearDown)
- verifyNotEquals(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)
- 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)
- VERSION - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- visibilityOf(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element, known to be present on the DOM of a page, is
visible.
- visibilityOfAllElements(List<WebElement>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that all elements present on the web page that match the locator
are visible.
- visibilityOfAllElementsLocatedBy(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that all elements present on the web page that match the locator
are visible.
- visibilityOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element is present on the DOM of a page and visible.
- visibilityOfNestedElementsLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking child WebElement as a part of parent element to be visible
- visibilityOfNestedElementsLocatedBy(WebElement, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking child WebElement as a part of parent element to be visible
- Wait - Class in com.thoughtworks.selenium
-
- Wait() - Constructor for class com.thoughtworks.selenium.Wait
-
Deprecated.
- Wait(String) - Constructor for class com.thoughtworks.selenium.Wait
-
Deprecated.
- wait(String) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.
Wait until the "until" condition returns true or time runs out.
- wait(String, long) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.
Wait until the "until" condition returns true or time runs out.
- wait(String, long, long) - Method in class com.thoughtworks.selenium.Wait
-
Deprecated.
Wait until the "until" condition returns true or time runs out.
- Wait<F> - Interface in org.openqa.selenium.support.ui
-
A generic interface for waiting until a condition is true or not null.
- Wait.WaitTimedOutException - Exception in com.thoughtworks.selenium
-
Deprecated.
- waitFor(Condition) - Method in interface com.thoughtworks.selenium.condition.ConditionRunner
-
This method will, every so often, evaluate the given
condition
's
Condition.isTrue(ConditionRunner.Context)
method, until:
it becomes true, in which case it simply returns
a certain amount of time is passed, in which case it fails by throwing an failure exception
tailored to a given test framework -- e.g.
- waitFor(String, Condition) - Method in interface com.thoughtworks.selenium.condition.ConditionRunner
-
As above but with an additional 'should' phrase narrative used in the event of the condition
failing to become true
- waitFor(Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- waitFor(String, Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- waitFor() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
Waits for the process to execute, returning the command output taken from the profile's
execution.
- waitFor(long) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
Waits for the process to execute, returning the command output taken from the profile's
execution.
- waitFor(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
-
- waitFor(Finder<WebElement, WebDriver>, long) - Method in interface org.openqa.selenium.lift.TestContext
-
- waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.WebDriverTestContext
-
- waitFor() - Method in class org.openqa.selenium.os.CommandLine
-
- waitFor(long) - Method in class org.openqa.selenium.os.CommandLine
-
- waitFor() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- waitFor(long) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- waitForCondition(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForCondition(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
- WaitForCondition - Class in com.thoughtworks.selenium.webdriven.commands
-
- WaitForCondition(ScriptMutator) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForCondition
-
- waitForFrameToLoad(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForFrameToLoad(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Waits for a new frame to load.
- waitForLoad(long) - Method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
- waitForPageToLoad(String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForPageToLoad(String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Waits for a new page to load.
- WaitForPageToLoad - Class in com.thoughtworks.selenium.webdriven.commands
-
- WaitForPageToLoad() - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
-
- waitForPopUp(String, String) - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- waitForPopUp(String, String) - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Waits for a popup window to appear and load up.
- WaitForPopup - Class in com.thoughtworks.selenium.webdriven.commands
-
- WaitForPopup(Windows) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WaitForPopup
-
- waitHasBegun(ConditionRunner.Context, Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.Log4jMonitor
-
- waitHasBegun(ConditionRunner.Context, Condition) - Method in interface com.thoughtworks.selenium.condition.DefaultConditionRunner.Monitor
-
- waitHasBegun(ConditionRunner.Context, Condition) - Method in class com.thoughtworks.selenium.condition.DefaultConditionRunner.NoOpMonitor
-
- WaitTimedOutException() - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(String, Throwable) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(String) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- WaitTimedOutException(Throwable) - Constructor for exception com.thoughtworks.selenium.Wait.WaitTimedOutException
-
Deprecated.
- waitUntilAvailable() - Method in class org.openqa.selenium.firefox.GeckoDriverService
-
- waitUntilAvailable(long, TimeUnit, URL...) - Method in class org.openqa.selenium.net.UrlChecker
-
- waitUntilAvailable() - Method in class org.openqa.selenium.remote.service.DriverService
-
- waitUntilNumIsAtLeast(int) - Method in class org.openqa.selenium.server.BrowserResponseSequencer
-
- waitUntilSignalOrNumSecondsPassed(Condition, int) - Static method in class org.openqa.selenium.server.FrameGroupCommandQueueSet
-
Waits on the condition, making sure to wait at least as many seconds as specified, unless the
condition is signaled first.
- waitUntilUnavailable(long, TimeUnit, URL) - Method in class org.openqa.selenium.net.UrlChecker
-
- WARN - Static variable in class com.thoughtworks.selenium.SeleniumLogLevels
-
- WebDriver - Interface in org.openqa.selenium
-
The main interface to use for testing, which represents an idealised web browser.
- WebDriver.ImeHandler - Interface in org.openqa.selenium
-
An interface for managing input methods.
- WebDriver.Navigation - Interface in org.openqa.selenium
-
- WebDriver.Options - Interface in org.openqa.selenium
-
An interface for managing stuff you would do in a browser menu
- WebDriver.TargetLocator - Interface in org.openqa.selenium
-
Used to locate a given frame or window.
- WebDriver.Timeouts - Interface in org.openqa.selenium
-
An interface for managing timeout behavior for WebDriver instances.
- WebDriver.Window - Interface in org.openqa.selenium
-
- WebDriverBackedSelenium - Class in com.thoughtworks.selenium.webdriven
-
- WebDriverBackedSelenium(Supplier<WebDriver>, String) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
-
- WebDriverBackedSelenium(WebDriver, String) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
-
- WebDriverBackedSeleniumServlet - Class in com.thoughtworks.selenium.webdriven
-
An implementation of the original selenium rc server endpoint, using a webdriver-backed selenium
in order to get things working.
- WebDriverBackedSeleniumServlet() - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverBackedSeleniumServlet
-
- WebDriverCommandProcessor - Class in com.thoughtworks.selenium.webdriven
-
A CommandProcessor which delegates commands down to an underlying webdriver instance.
- WebDriverCommandProcessor(String, WebDriver) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- WebDriverCommandProcessor(String, Supplier<WebDriver>) - Constructor for class com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- WebDriverEventListener - Interface in org.openqa.selenium.support.events
-
- WebDriverException - Exception in org.openqa.selenium
-
- WebDriverException() - Constructor for exception org.openqa.selenium.WebDriverException
-
- WebDriverException(String) - Constructor for exception org.openqa.selenium.WebDriverException
-
- WebDriverException(Throwable) - Constructor for exception org.openqa.selenium.WebDriverException
-
- WebDriverException(String, Throwable) - Constructor for exception org.openqa.selenium.WebDriverException
-
- WebDriverHandler<T> - Class in org.openqa.selenium.remote.server.handler
-
- WebDriverHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.WebDriverHandler
-
- WebDriverTestContext - Class in org.openqa.selenium.lift
-
Gives the context for a test, holds page state, and interacts with the
WebDriver
.
- WebDriverTestContext(WebDriver) - Constructor for class org.openqa.selenium.lift.WebDriverTestContext
-
- WebDriverWait - Class in org.openqa.selenium.support.ui
-
A specialization of
FluentWait
that uses WebDriver instances.
- WebDriverWait(WebDriver, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
-
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in
the 'until' condition, and immediately propagate all others.
- WebDriverWait(WebDriver, long, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
-
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in
the 'until' condition, and immediately propagate all others.
- WebDriverWait(WebDriver, Clock, Sleeper, long, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
-
- WebElement - Interface in org.openqa.selenium
-
Represents an HTML element.
- WebElementHandler<T> - Class in org.openqa.selenium.remote.server.handler
-
- WebElementHandler(Session) - Constructor for class org.openqa.selenium.remote.server.handler.WebElementHandler
-
- WebStorage - Interface in org.openqa.selenium.html5
-
- where - Variable in class org.openqa.selenium.interactions.internal.BaseAction
-
- width - Variable in class org.openqa.selenium.Dimension
-
- width - Variable in class org.openqa.selenium.Rectangle
-
- WIFI - Static variable in class org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- window(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
-
- window() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- window() - Method in interface org.openqa.selenium.WebDriver.Options
-
- window(String) - Method in interface org.openqa.selenium.WebDriver.TargetLocator
-
Switch the focus of future commands for this driver to the window with the given name/handle.
- WINDOW_CLOSED_ERROR - Static variable in exception org.openqa.selenium.server.WindowClosedException
-
- WindowClosedException - Exception in org.openqa.selenium.server
-
- WindowClosedException() - Constructor for exception org.openqa.selenium.server.WindowClosedException
-
- WindowClosedException(String) - Constructor for exception org.openqa.selenium.server.WindowClosedException
-
- WindowClosedException(Throwable) - Constructor for exception org.openqa.selenium.server.WindowClosedException
-
- WindowClosedException(String, Throwable) - Constructor for exception org.openqa.selenium.server.WindowClosedException
-
- windowFocus() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- windowFocus() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Gives focus to the currently selected window
- WindowFocus - Class in com.thoughtworks.selenium.webdriven.commands
-
- WindowFocus(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WindowFocus
-
- windowMaximize() - Method in class com.thoughtworks.selenium.DefaultSelenium
-
Deprecated.
- windowMaximize() - Method in interface com.thoughtworks.selenium.Selenium
-
Deprecated.
Resize currently selected window to take up the entire screen
- WindowMaximize - Class in com.thoughtworks.selenium.webdriven.commands
-
- WindowMaximize(JavascriptLibrary) - Constructor for class com.thoughtworks.selenium.webdriven.commands.WindowMaximize
-
- Windows - Class in com.thoughtworks.selenium.webdriven
-
- Windows(WebDriver) - Constructor for class com.thoughtworks.selenium.webdriven.Windows
-
- WindowsProcessGroup - Class in org.openqa.selenium.os
-
Utility class for grouping a set of processes into a process group on
Windows.
- WindowsProcessGroup(String, String...) - Constructor for class org.openqa.selenium.os.WindowsProcessGroup
-
- WindowsProxyManager - Class in org.openqa.selenium.server.browserlaunchers
-
- WindowsProxyManager(boolean, String, int, int) - Constructor for class org.openqa.selenium.server.browserlaunchers.WindowsProxyManager
-
- WindowsRegistryException - Exception in org.openqa.selenium.os
-
- WindowsUtils - Class in org.openqa.selenium.os
-
- WindowsUtils() - Constructor for class org.openqa.selenium.os.WindowsUtils
-
- wireUpSslWithCyberVilliansCA(String, ProxyHandler.SslRelay) - Method in class org.openqa.selenium.server.ProxyHandler
-
- with(Matcher<S>) - Method in class org.openqa.selenium.lift.find.BaseFinder
-
- with(Matcher<S>) - Method in interface org.openqa.selenium.lift.find.Finder
-
- with(Matcher<WebElement>) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
-
- withEngineImplementation(InternetExplorerDriverEngine) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures the driver engine implementation for the driver server.
- withEnvironment(Map<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
Defines the environment for the launched driver server.
- withExtractPath(File) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures path to which the driver server library will be extracted.
- withHost(String) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures the host to which the driver server bound.
- withLogFile(File) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
Configures the driver server to write log to the given file.
- withLogLevel(InternetExplorerDriverLogLevel) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures the logging level for the driver server.
- withMessage(String) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Sets the message to be displayed when time expires.
- withMessage(Supplier<String>) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Sets the message to be evaluated and displayed when time expires.
- withSilent(boolean) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
Configures the driver server for silent output.
- withSilent(Boolean) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures silence in stdout of the driver server by unlogged messages.
- withSilent(boolean) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
-
Configures the driver server for silent output.
- withTimeout(long, TimeUnit) - Method in class org.openqa.selenium.support.ui.FluentWait
-
Sets how long to wait for the evaluated condition to be true.
- withVerbose(boolean) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
Configures the driver server verbosity.
- withVerbose(boolean) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
-
Configures the driver server verbosity.
- withWhitelistedIps(String) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect
to the driver server.
- wpm - Variable in class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
-
- wpm - Variable in class org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
-
- WrapsDriver - Interface in org.openqa.selenium.internal
-
This interface indicates that the implementing class knows about the driver that contains it and
can export it.
- WrapsElement - Interface in org.openqa.selenium.internal
-
Indicates that there is an underlying element that can be used
- write(int) - Method in class org.openqa.selenium.io.CircularOutputStream
-
- write(Writer) - Method in class org.openqa.selenium.server.htmlrunner.HTMLTestResults
-
- writeBooleanRegistryValue(String, boolean) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- writeIntRegistryValue(String, int) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- WriteOperationCount - Variable in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- writeResults(File) - Method in class org.openqa.selenium.server.htmlrunner.HTMLLauncher
-
- writeStringRegistryValue(String, String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- writeTo(File) - Method in class org.openqa.selenium.firefox.internal.ClasspathExtension
-
- writeTo(File) - Method in interface org.openqa.selenium.firefox.internal.Extension
-
- writeTo(File) - Method in class org.openqa.selenium.firefox.internal.FileExtension
-
- WriteTransferCount - Variable in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-