跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

E

EDGE - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
 
edge() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
 
EDGE_DRIVER_EXE_PROPERTY - 类 中的静态变量org.openqa.selenium.edge.EdgeDriverService
System property that defines the location of the MicrosoftWebDriver executable that will be used by the default service.
EdgeDriver - org.openqa.selenium.edge中的类
A WebDriver implementation that controls a Edge browser running on the local machine.
EdgeDriver() - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver using the default server configuration.
EdgeDriver(EdgeDriverService) - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver instance.
EdgeDriver(Capabilities) - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver instance.
EdgeDriver(EdgeOptions) - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver instance with the specified options.
EdgeDriver(EdgeDriverService, EdgeOptions) - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver instance with the specified options.
EdgeDriver(EdgeDriverService, Capabilities) - 类 的构造器org.openqa.selenium.edge.EdgeDriver
Creates a new EdgeDriver instance.
EdgeDriverService - org.openqa.selenium.edge中的类
Manages the life and death of a MicrosoftWebDriver server.
EdgeDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - 类 的构造器org.openqa.selenium.edge.EdgeDriverService
 
EdgeDriverService.Builder - org.openqa.selenium.edge中的类
 
EdgeOptions - org.openqa.selenium.edge中的类
Class to manage options specific to EdgeDriver.
EdgeOptions() - 类 的构造器org.openqa.selenium.edge.EdgeOptions
 
elapsed() - 接口 中的方法com.thoughtworks.selenium.condition.ConditionRunner.Context
 
ELEMENT_EQUALS - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
 
ELEMENT_NOT_INTERACTABLE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_NOT_SELECTABLE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_NOT_VISIBLE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_SCREENSHOT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
 
ELEMENT_SCROLL_BEHAVIOR - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines how elements are scrolled into view in the InternetExplorerDriver.
ELEMENT_SCROLL_BEHAVIOR - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
ElementFinder - com.thoughtworks.selenium.webdriven中的类
 
ElementFinder(JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.ElementFinder
 
ElementLocator - org.openqa.selenium.support.pagefactory中的接口
 
ElementLocatorFactory - org.openqa.selenium.support.pagefactory中的接口
A factory for producing ElementLocators.
ElementNotInteractableException - org.openqa.selenium中的异常错误
Thrown to indicate that although an element is present on the DOM, it is not in a state that can be interacted with.
ElementNotInteractableException(String) - 异常错误 的构造器org.openqa.selenium.ElementNotInteractableException
 
ElementNotInteractableException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.ElementNotInteractableException
 
ElementNotSelectableException - org.openqa.selenium中的异常错误
Thrown to indicate that although an element is present on the DOM, it is not selectable, and so is not able to be interacted with.
ElementNotSelectableException(String) - 异常错误 的构造器org.openqa.selenium.ElementNotSelectableException
 
ElementNotSelectableException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.ElementNotSelectableException
 
ElementNotVisibleException - 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) - 异常错误 的构造器org.openqa.selenium.ElementNotVisibleException
 
ElementNotVisibleException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.ElementNotVisibleException
 
ElementScrollBehavior - org.openqa.selenium.internal中的枚举
 
elementSelectionStateToBe(WebElement, boolean) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given element is selected.
elementSelectionStateToBe(By, boolean) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
 
elementToBeClickable(By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking an element is visible and enabled such that you can click it.
elementToBeClickable(WebElement) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking an element is visible and enabled such that you can click it.
elementToBeSelected(WebElement) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given element is selected.
elementToBeSelected(By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
 
enable(String, Level) - 类 中的方法org.openqa.selenium.logging.LoggingPreferences
Enables logging for the given log type at the specified level and above.
ENABLE_ELEMENT_CACHE_CLEANUP - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines to use or not cleanup of element cache on document loading.
ENABLE_PERSISTENT_HOVERING - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines to use persistent hovering or not.
ENABLE_PERSISTENT_HOVERING - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
已过时。
ENABLE_PROFILING_CAPABILITY - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
encode(Command) - 接口 中的方法org.openqa.selenium.remote.CommandCodec
Encodes a command.
encode(Command) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
encode(Response) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpResponseCodec
Encodes the given response as a HTTP response message.
encode(Response) - 接口 中的方法org.openqa.selenium.remote.ResponseCodec
Encodes a response.
ENSURING_CLEAN_SESSION - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
EphemeralPortRangeDetector - org.openqa.selenium.net中的接口
Identifies the ephemeral port range for a given environment.
equals(Object) - 类 中的方法org.openqa.selenium.By
 
equals(Object) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
 
equals(Object) - 类 中的方法org.openqa.selenium.Cookie
Two cookies are equal if the name and value match
equals(Object) - 类 中的方法org.openqa.selenium.DeviceRotation
 
equals(Object) - 类 中的方法org.openqa.selenium.Dimension
 
equals(Object) - 类 中的方法org.openqa.selenium.mobile.NetworkConnection.ConnectionType
 
equals(Object) - 类 中的方法org.openqa.selenium.opera.OperaOptions
 
equals(Object) - 类 中的方法org.openqa.selenium.Point
 
equals(Object) - 类 中的方法org.openqa.selenium.Rectangle
 
equals(Object) - 类 中的方法org.openqa.selenium.remote.DesiredCapabilities
 
equals(Object) - 类 中的方法org.openqa.selenium.remote.RemoteWebElement
 
equals(Object) - 类 中的方法org.openqa.selenium.remote.SessionId
 
equals(Object) - 类 中的方法org.openqa.selenium.safari.SafariOptions
 
equals(Object) - 类 中的方法org.openqa.selenium.support.Color
 
equals(Object) - 类 中的方法org.openqa.selenium.support.ui.Duration
 
ERROR - 类 中的静态变量com.thoughtworks.selenium.SeleniumLogLevels
 
ErrorCodes - org.openqa.selenium.remote中的类
Defines common error codes for the wire protocol.
ErrorCodes() - 类 的构造器org.openqa.selenium.remote.ErrorCodes
 
ErrorHandler - org.openqa.selenium.remote中的类
Maps exceptions to status codes for sending over the wire.
ErrorHandler() - 类 的构造器org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler(boolean) - 类 的构造器org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler(ErrorCodes, boolean) - 类 的构造器org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler.UnknownServerException - org.openqa.selenium.remote中的异常错误
Exception used as a place holder if the server returns an error without a stack trace.
escape(String) - 类 中的静态方法org.openqa.selenium.support.ui.Quotes
Convert strings with both quotes and ticks into a valid xpath component For example, foo will be converted to "foo", f"oo will be converted to 'f"oo', foo'"bar will be converted to concat("foo'", '"', "bar")
EventFiringKeyboard - org.openqa.selenium.support.events.internal中的类
A keyboard firing events.
EventFiringKeyboard(WebDriver, WebDriverEventListener) - 类 的构造器org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
EventFiringMouse - org.openqa.selenium.support.events.internal中的类
A mouse that fires events.
EventFiringMouse(WebDriver, WebDriverEventListener) - 类 的构造器org.openqa.selenium.support.events.internal.EventFiringMouse
 
EventFiringTouch - org.openqa.selenium.support.events.internal中的类
A touch screen that fires events.
EventFiringTouch(WebDriver, WebDriverEventListener) - 类 的构造器org.openqa.selenium.support.events.internal.EventFiringTouch
 
EventFiringWebDriver - org.openqa.selenium.support.events中的类
A wrapper around an arbitrary WebDriver instance which supports registering of a WebDriverEventListener, e.g. for logging purposes.
EventFiringWebDriver(WebDriver) - 类 的构造器org.openqa.selenium.support.events.EventFiringWebDriver
 
EventType - org.openqa.selenium.logging.profiler中的枚举
 
exactly(int) - 类 中的静态方法org.openqa.selenium.lift.match.NumericalMatchers
 
exactly(int) - 类 中的静态方法org.openqa.selenium.lift.Matchers
 
Executable - org.openqa.selenium.firefox.internal中的类
Wrapper around our runtime environment requirements.
Executable(File) - 类 的构造器org.openqa.selenium.firefox.internal.Executable
 
execute(Command) - 类 中的方法org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
 
execute(Command) - 类 中的方法org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
 
execute(Action) - 接口 中的方法org.openqa.selenium.interactions.ActionChainExecutor
 
execute() - 类 中的方法org.openqa.selenium.os.CommandLine
 
execute(Command) - 接口 中的方法org.openqa.selenium.remote.CommandExecutor
 
execute(String, Map<String, ?>) - 接口 中的方法org.openqa.selenium.remote.ExecuteMethod
Execute the given command on the remote webdriver server.
execute(HttpRequest, boolean) - 接口 中的方法org.openqa.selenium.remote.http.HttpClient
Executes the given request.
execute(Command) - 类 中的方法org.openqa.selenium.remote.HttpCommandExecutor
 
execute(HttpRequest, boolean) - 类 中的方法org.openqa.selenium.remote.internal.ApacheHttpClient
 
execute(Action) - 类 中的方法org.openqa.selenium.remote.RemoteActionChainExecutor
 
execute(String, Map<String, ?>) - 类 中的方法org.openqa.selenium.remote.RemoteExecuteMethod
 
execute(Command) - 类 中的方法org.openqa.selenium.remote.service.DriverCommandExecutor
Sends the command to the driver server for execution.
EXECUTE_ASYNC_SCRIPT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
 
EXECUTE_SCRIPT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
 
executeAsync() - 类 中的方法org.openqa.selenium.os.CommandLine
 
executeAsync() - 类 中的方法org.openqa.selenium.os.WindowsProcessGroup
 
executeAsyncScript(String, Object...) - 接口 中的方法org.openqa.selenium.JavascriptExecutor
Execute an asynchronous piece of JavaScript in the context of the currently selected frame or window.
executeAsyncScript(String, Object...) - 类 中的方法org.openqa.selenium.remote.RemoteWebDriver
 
executeAsyncScript(String, Object...) - 类 中的方法org.openqa.selenium.support.events.EventFiringWebDriver
 
executeCommandOnServlet(String) - 类 中的方法com.thoughtworks.selenium.HttpCommandProcessor
已过时。
Sends the specified command string to the bridge servlet
ExecuteMethod - org.openqa.selenium.remote中的接口
executeScript(WebDriver, String, Object...) - 类 中的方法com.thoughtworks.selenium.webdriven.JavascriptLibrary
 
executeScript(String, Object...) - 接口 中的方法org.openqa.selenium.JavascriptExecutor
Executes JavaScript in the context of the currently selected frame or window.
executeScript(String, Object...) - 类 中的方法org.openqa.selenium.remote.RemoteWebDriver
 
executeScript(String, Object...) - 类 中的方法org.openqa.selenium.support.events.EventFiringWebDriver
 
ExpectedCondition<T> - 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 - org.openqa.selenium.support.ui中的类
Canned ExpectedConditions which are generally useful within webdriver tests.
expiresOn(Date) - 类 中的方法org.openqa.selenium.Cookie.Builder
 
Extension - org.openqa.selenium.firefox.internal中的接口
 
ExtensionConnection - org.openqa.selenium.firefox中的接口
Represents a connection with the FirefoxDriver browser extension.
EXTRACT_PATH - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines full path to directory to which will be extracted supporting files of the IEDriverServer.
extractFrom(Capabilities) - 类 中的静态方法org.openqa.selenium.Proxy
 
extractFromSysProperty(String) - 枚举 中的静态方法org.openqa.selenium.Architecture
Extracts architectures based on system properties in Java and a heuristic to overcome differences between JDK implementations.
extractFromSysProperty(String) - 枚举 中的静态方法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) - 枚举 中的静态方法org.openqa.selenium.Platform
Extracts platforms based on system properties in Java and uses a heuristic to determine the most likely operating system.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
跳过导航链接