- DATA - 类 中的静态变量org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- deactivate() - 接口 中的方法org.openqa.selenium.WebDriver.ImeHandler
-
De-activate IME input (turns off the currently activated engine).
- DEBUG - 类 中的静态变量com.thoughtworks.selenium.SeleniumLogLevels
-
- decode(T) - 接口 中的方法org.openqa.selenium.remote.CommandCodec
-
Decodes a command.
- decode(HttpRequest) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpCommandCodec
-
- decode(HttpResponse) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpResponseCodec
-
- decode(HttpResponse) - 类 中的方法org.openqa.selenium.remote.http.W3CHttpResponseCodec
-
- decode(T) - 接口 中的方法org.openqa.selenium.remote.ResponseCodec
-
Decodes a response.
- decorate(ClassLoader, Field) - 类 中的方法org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- decorate(ClassLoader, Field) - 接口 中的方法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 - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver
-
- DEFAULT_INTERVAL - 类 中的静态变量com.thoughtworks.selenium.Wait
-
已过时。
The interval to pause between checking; the default is 500 milliseconds
- DEFAULT_PORT - 类 中的静态变量org.openqa.selenium.internal.SocketLock
-
- DEFAULT_SLEEP_TIMEOUT - 类 中的静态变量org.openqa.selenium.support.ui.WebDriverWait
-
- DEFAULT_TIMEOUT - 类 中的静态变量com.thoughtworks.selenium.Wait
-
已过时。
The amount of time to wait before giving up; the default is 30 seconds
- DEFAULT_TIMEOUT_IN_SECONDS - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
-
- DefaultConditionRunner - com.thoughtworks.selenium.condition中的类
-
- DefaultConditionRunner(DefaultConditionRunner.Monitor, Selenium, int, int, int) - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(DefaultConditionRunner.Monitor, Selenium, int, int) - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium, int, int, int) - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium, int, int) - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner
-
- DefaultConditionRunner(Selenium) - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner
-
Constructs an instance of this class with reasonable defaults.
- DefaultConditionRunner.Log4jMonitor - com.thoughtworks.selenium.condition中的类
-
- DefaultConditionRunner.Monitor - com.thoughtworks.selenium.condition中的接口
-
- DefaultConditionRunner.NoOpMonitor - com.thoughtworks.selenium.condition中的类
-
- defaultContent() - 接口 中的方法org.openqa.selenium.WebDriver.TargetLocator
-
Selects either the first frame on the page, or the main document when a page contains
iframes.
- DefaultElementLocator - 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) - 类 的构造器org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Creates a new element locator.
- DefaultElementLocator(SearchContext, AbstractAnnotations) - 类 的构造器org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
Use this constructor in order to process custom annotaions.
- DefaultElementLocatorFactory - org.openqa.selenium.support.pagefactory中的类
-
- DefaultElementLocatorFactory(SearchContext) - 类 的构造器org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory
-
- DefaultFieldDecorator - org.openqa.selenium.support.pagefactory中的类
-
Default decorator for use with PageFactory.
- DefaultFieldDecorator(ElementLocatorFactory) - 类 的构造器org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
-
- DefaultNetworkInterfaceProvider - org.openqa.selenium.net中的类
-
- DefaultNetworkInterfaceProvider() - 类 的构造器org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- DefaultRemoteCommand - com.thoughtworks.selenium中的类
-
The default implementation of the RemoteCommand interface
- DefaultRemoteCommand(String, String[]) - 类 的构造器com.thoughtworks.selenium.DefaultRemoteCommand
-
- DefaultSelenium - com.thoughtworks.selenium中的类
-
- DefaultSelenium(String, int, String, String) - 类 的构造器com.thoughtworks.selenium.DefaultSelenium
-
已过时。
Uses a CommandBridgeClient, specifying a server host/port, a command to launch the browser, and
a starting URL for the browser.
- DefaultSelenium(CommandProcessor) - 类 的构造器com.thoughtworks.selenium.DefaultSelenium
-
已过时。
Uses an arbitrary CommandProcessor
- defineCommand(String, HttpMethod, String) - 接口 中的方法org.openqa.selenium.remote.CommandCodec
-
Enhance this command codec with additional commands.
- defineCommand(String, HttpMethod, String) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpCommandCodec
-
Defines a new command mapping.
- delete(File) - 类 中的静态方法org.openqa.selenium.io.FileHandler
-
- DELETE_ALL_COOKIES - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- DELETE_COOKIE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- deleteAllCookies() - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
Delete all the cookies for the current domain.
- deleteAllVisibleCookies() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- deleteAllVisibleCookies() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Calls deleteCookie with recurse=true on all cookies visible to the current page.
- DeleteAllVisibleCookies - com.thoughtworks.selenium.webdriven.commands中的类
-
- DeleteAllVisibleCookies() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DeleteAllVisibleCookies
-
- deleteBaseDir() - 类 中的方法org.openqa.selenium.io.TemporaryFilesystem
-
- deleteCookie(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- deleteCookie(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Delete a named cookie with specified path and domain.
- DeleteCookie - com.thoughtworks.selenium.webdriven.commands中的类
-
- DeleteCookie() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DeleteCookie
-
- deleteCookie(Cookie) - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
Delete a cookie from the browser's "cookie jar".
- deleteCookieNamed(String) - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
Delete the named cookie from the current domain.
- deleteExtensionsCacheIfItExists(File) - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
- deleteRegistryValue(String) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
- deleteTempDir(File) - 类 中的方法org.openqa.selenium.io.TemporaryFilesystem
-
Delete a temporary directory that we were responsible for creating.
- deleteTemporaryFiles() - 类 中的方法org.openqa.selenium.io.TemporaryFilesystem
-
Perform the operation that a shutdown hook would have.
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.find.BaseFinder
-
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.match.AttributeMatcher
-
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.match.DisplayedMatcher
-
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.match.SelectionMatcher
-
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.match.TextMatcher
-
- describeTo(Description) - 类 中的方法org.openqa.selenium.lift.match.ValueMatcher
-
- deselectAll() - 接口 中的方法org.openqa.selenium.support.ui.ISelect
-
Clear all selected entries.
- deselectAll() - 类 中的方法org.openqa.selenium.support.ui.Select
-
Clear all selected entries.
- deselectByIndex(int) - 接口 中的方法org.openqa.selenium.support.ui.ISelect
-
Deselect the option at the given index.
- deselectByIndex(int) - 类 中的方法org.openqa.selenium.support.ui.Select
-
Deselect the option at the given index.
- deselectByValue(String) - 接口 中的方法org.openqa.selenium.support.ui.ISelect
-
Deselect all options that have a value matching the argument.
- deselectByValue(String) - 类 中的方法org.openqa.selenium.support.ui.Select
-
Deselect all options that have a value matching the argument.
- deselectByVisibleText(String) - 接口 中的方法org.openqa.selenium.support.ui.ISelect
-
Deselect all options that display text matching the argument.
- deselectByVisibleText(String) - 类 中的方法org.openqa.selenium.support.ui.Select
-
Deselect all options that display text matching the argument.
- deselectPopUp() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- deselectPopUp() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Selects the main window.
- DeselectPopUp - com.thoughtworks.selenium.webdriven.commands中的类
-
- DeselectPopUp(Windows) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DeselectPopUp
-
- DesiredCapabilities - org.openqa.selenium.remote中的类
-
- DesiredCapabilities(String, String, Platform) - 类 的构造器org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities() - 类 的构造器org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Map<String, ?>) - 类 的构造器org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Capabilities) - 类 的构造器org.openqa.selenium.remote.DesiredCapabilities
-
- DesiredCapabilities(Capabilities...) - 类 的构造器org.openqa.selenium.remote.DesiredCapabilities
-
- destroy() - 类 中的方法org.openqa.selenium.os.CommandLine
-
Destroy the current command.
- destroy() - 类 中的方法org.openqa.selenium.os.WindowsProcessGroup
-
- DeviceRotation - org.openqa.selenium中的类
-
Defines an object which represents the three dimensional plane and how a device can be rotated about it.
- DeviceRotation(int, int, int) - 类 的构造器org.openqa.selenium.DeviceRotation
-
Instantiate a DeviceRotation object based on three integers.
- DeviceRotation(Map<String, Number>) - 类 的构造器org.openqa.selenium.DeviceRotation
-
Instantiate a DeviceRotation object based on a
HashMap object where the keys are the axis x, y, and z respectively:
x : xVal
y : yVal
z : zVal
- Dialect - org.openqa.selenium.remote中的枚举
-
- Dimension - org.openqa.selenium中的类
-
Similar to Point - implement locally to avoid depending on GWT.
- Dimension(int, int) - 类 的构造器org.openqa.selenium.Dimension
-
- discoverRegistryKeyType(String) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
- dismiss() - 接口 中的方法org.openqa.selenium.Alert
-
- DISMISS_ALERT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- DisplayAction - org.openqa.selenium.interactions.internal中的类
-
This class represents an abstraction of devices that can execute an action within a display area.
- displayed() - 类 中的静态方法org.openqa.selenium.lift.match.DisplayedMatcher
-
- displayed() - 类 中的静态方法org.openqa.selenium.lift.Matchers
-
- DisplayedMatcher - org.openqa.selenium.lift.match中的类
-
Hamcrest matcher for displayed status of
WebElements.
- div() - 类 中的静态方法org.openqa.selenium.lift.find.DivFinder
-
- div(String) - 类 中的静态方法org.openqa.selenium.lift.find.DivFinder
-
- div() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- div(String) - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- DivFinder - org.openqa.selenium.lift.find中的类
-
- DivFinder() - 类 的构造器org.openqa.selenium.lift.find.DivFinder
-
- doCommand(String, String[]) - 接口 中的方法com.thoughtworks.selenium.CommandProcessor
-
已过时。
Send the specified remote command to the browser to be performed
- doCommand(String, String[]) - 类 中的方法com.thoughtworks.selenium.HttpCommandProcessor
-
已过时。
- doCommand(String, String[]) - 类 中的方法com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- doesRegistryValueExist(String) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
- domain(String) - 类 中的方法org.openqa.selenium.Cookie.Builder
-
- DOUBLE_CLICK - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- doubleClick(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- doubleClick(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Double clicks on a link, button, checkbox or radio button.
- DoubleClick - com.thoughtworks.selenium.webdriven.commands中的类
-
- DoubleClick(AlertOverride, ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DoubleClick
-
- doubleClick(WebElement) - 类 中的方法org.openqa.selenium.interactions.Actions
-
Performs a double-click at middle of the given element.
- doubleClick() - 类 中的方法org.openqa.selenium.interactions.Actions
-
Performs a double-click at the current mouse location.
- doubleClick(Coordinates) - 接口 中的方法org.openqa.selenium.interactions.Mouse
-
- doubleClick(Coordinates) - 类 中的方法org.openqa.selenium.remote.RemoteMouse
-
- doubleClick(Coordinates) - 类 中的方法org.openqa.selenium.support.events.internal.EventFiringMouse
-
- DoubleClickAction - org.openqa.selenium.interactions中的类
-
Double-clicks an element.
- DoubleClickAction(Mouse, Locatable) - 类 的构造器org.openqa.selenium.interactions.DoubleClickAction
-
- doubleClickAt(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- doubleClickAt(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Doubleclicks on a link, button, checkbox or radio button.
- doubleTap(WebElement) - 类 中的方法org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
- doubleTap(Coordinates) - 接口 中的方法org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
- doubleTap(Coordinates) - 类 中的方法org.openqa.selenium.remote.RemoteTouchScreen
-
- doubleTap(Coordinates) - 类 中的方法org.openqa.selenium.support.events.internal.EventFiringTouch
-
- DoubleTapAction - org.openqa.selenium.interactions.touch中的类
-
Creates a double tap gesture on a touch screen.
- DoubleTapAction(TouchScreen, Locatable) - 类 的构造器org.openqa.selenium.interactions.touch.DoubleTapAction
-
- down(int, int) - 类 中的方法org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of the gesture 'down' on the screen.
- down(int, int) - 接口 中的方法org.openqa.selenium.interactions.TouchScreen
-
Allows the execution of the gesture 'down' on the screen.
- down(int, int) - 类 中的方法org.openqa.selenium.remote.RemoteTouchScreen
-
- down(int, int) - 类 中的方法org.openqa.selenium.support.events.internal.EventFiringTouch
-
- DownAction - org.openqa.selenium.interactions.touch中的类
-
Creates a down gesture.
- DownAction(TouchScreen, int, int) - 类 的构造器org.openqa.selenium.interactions.touch.DownAction
-
- dragAndDrop(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- dragAndDrop(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Drags an element a certain distance and then drops it
- DragAndDrop - com.thoughtworks.selenium.webdriven.commands中的类
-
- DragAndDrop(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DragAndDrop
-
- dragAndDrop(WebElement, WebElement) - 类 中的方法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) - 类 中的方法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) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- dragAndDropToObject(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Drags an element and drops it on another element
- DragAndDropToObject - com.thoughtworks.selenium.webdriven.commands中的类
-
- DragAndDropToObject(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.DragAndDropToObject
-
- dragdrop(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- dragdrop(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
deprecated - use dragAndDrop instead
- drainStream(OutputStream) - 类 中的静态方法org.openqa.selenium.firefox.internal.Streams
-
Drains the contents of a stream without blocking on further input from that stream.
- DRIVER - 类 中的静态变量org.openqa.selenium.logging.LogType
-
This log pertains to logs from the WebDriver implementation.
- DRIVER_INFO - 异常错误 中的静态变量org.openqa.selenium.WebDriverException
-
- DRIVER_USE_MARIONETTE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
Boolean system property that instructs FirefoxDriver to use Marionette backend,
overrides any capabilities specified by the user
- DRIVER_XPI_PROPERTY - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the webdriver.xpi browser extension to install
in the browser.
- DriverCommand - org.openqa.selenium.remote中的接口
-
An empty interface defining constants for the standard commands defined in the WebDriver JSON
wire protocol.
- DriverCommandExecutor - org.openqa.selenium.remote.service中的类
-
- DriverCommandExecutor(DriverService) - 类 的构造器org.openqa.selenium.remote.service.DriverCommandExecutor
-
Creates a new DriverCommandExecutor which will communicate with the driver as configured
by the given service.
- DriverService - org.openqa.selenium.remote.service中的类
-
Manages the life and death of a native executable driver server.
- DriverService.Builder<DS extends DriverService,B extends DriverService.Builder> - org.openqa.selenium.remote.service中的类
-
- Duration - org.openqa.selenium.support.ui中的类
-
Represents an immutable duration of time.
- Duration(long, TimeUnit) - 类 的构造器org.openqa.selenium.support.ui.Duration
-