跳过导航链接
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 

W

W3CHttpCommandCodec - org.openqa.selenium.remote.http中的类
A command codec that adheres to the W3C's WebDriver wire protocol.
W3CHttpCommandCodec() - 类 的构造器org.openqa.selenium.remote.http.W3CHttpCommandCodec
 
W3CHttpResponseCodec - org.openqa.selenium.remote.http中的类
A response codec that adheres to the W3C WebDriver wire protocol.
W3CHttpResponseCodec() - 类 的构造器org.openqa.selenium.remote.http.W3CHttpResponseCodec
 
Wait - com.thoughtworks.selenium中的类
已过时。
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
Wait() - 类 的构造器com.thoughtworks.selenium.Wait
已过时。
 
Wait(String) - 类 的构造器com.thoughtworks.selenium.Wait
已过时。
 
wait(String) - 类 中的方法com.thoughtworks.selenium.Wait
已过时。
Wait until the "until" condition returns true or time runs out.
wait(String, long) - 类 中的方法com.thoughtworks.selenium.Wait
已过时。
Wait until the "until" condition returns true or time runs out.
wait(String, long, long) - 类 中的方法com.thoughtworks.selenium.Wait
已过时。
Wait until the "until" condition returns true or time runs out.
Wait<F> - org.openqa.selenium.support.ui中的接口
A generic interface for waiting until a condition is true or not null.
Wait.WaitTimedOutException - com.thoughtworks.selenium中的异常错误
已过时。
 
waitFor(Condition) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法com.thoughtworks.selenium.condition.DefaultConditionRunner
 
waitFor(String, Condition) - 类 中的方法com.thoughtworks.selenium.condition.DefaultConditionRunner
 
waitFor() - 类 中的方法org.openqa.selenium.firefox.FirefoxBinary
Waits for the process to execute, returning the command output taken from the profile's execution.
waitFor(long) - 类 中的方法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>, long) - 接口 中的方法org.openqa.selenium.lift.TestContext
 
waitFor(Finder<WebElement, WebDriver>, long) - 类 中的方法org.openqa.selenium.lift.WebDriverTestContext
 
waitFor() - 类 中的方法org.openqa.selenium.os.CommandLine
 
waitFor(long) - 类 中的方法org.openqa.selenium.os.CommandLine
 
waitFor() - 类 中的方法org.openqa.selenium.os.WindowsProcessGroup
 
waitFor(long) - 类 中的方法org.openqa.selenium.os.WindowsProcessGroup
 
waitForCondition(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
waitForCondition(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
WaitForCondition - com.thoughtworks.selenium.webdriven.commands中的类
 
WaitForCondition(ScriptMutator) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.WaitForCondition
 
waitForFrameToLoad(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
waitForFrameToLoad(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Waits for a new frame to load.
waitForPageToLoad(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
waitForPageToLoad(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Waits for a new page to load.
WaitForPageToLoad - com.thoughtworks.selenium.webdriven.commands中的类
 
WaitForPageToLoad() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.WaitForPageToLoad
 
waitForPopUp(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
waitForPopUp(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Waits for a popup window to appear and load up.
WaitForPopup - com.thoughtworks.selenium.webdriven.commands中的类
 
WaitForPopup(Windows) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.WaitForPopup
 
waitForPortUp(int, int, TimeUnit) - 类 中的静态方法org.openqa.selenium.net.PortProber
 
waitHasBegun(ConditionRunner.Context, Condition) - 类 中的方法com.thoughtworks.selenium.condition.DefaultConditionRunner.Log4jMonitor
 
waitHasBegun(ConditionRunner.Context, Condition) - 接口 中的方法com.thoughtworks.selenium.condition.DefaultConditionRunner.Monitor
Called whenever a DefaultConditionRunner.waitFor(Condition) has begun, and is being tracked with the given condition.
waitHasBegun(ConditionRunner.Context, Condition) - 类 中的方法com.thoughtworks.selenium.condition.DefaultConditionRunner.NoOpMonitor
 
WaitTimedOutException() - 异常错误 的构造器com.thoughtworks.selenium.Wait.WaitTimedOutException
已过时。
 
WaitTimedOutException(String, Throwable) - 异常错误 的构造器com.thoughtworks.selenium.Wait.WaitTimedOutException
已过时。
 
WaitTimedOutException(String) - 异常错误 的构造器com.thoughtworks.selenium.Wait.WaitTimedOutException
已过时。
 
WaitTimedOutException(Throwable) - 异常错误 的构造器com.thoughtworks.selenium.Wait.WaitTimedOutException
已过时。
 
waitUntilAvailable(long, TimeUnit, URL...) - 类 中的方法org.openqa.selenium.net.UrlChecker
 
waitUntilUnavailable(long, TimeUnit, URL) - 类 中的方法org.openqa.selenium.net.UrlChecker
 
WARN - 类 中的静态变量com.thoughtworks.selenium.SeleniumLogLevels
 
WebDriver - org.openqa.selenium中的接口
The main interface to use for testing, which represents an idealised web browser.
WebDriver.ImeHandler - org.openqa.selenium中的接口
An interface for managing input methods.
WebDriver.Navigation - org.openqa.selenium中的接口
 
WebDriver.Options - org.openqa.selenium中的接口
An interface for managing stuff you would do in a browser menu
WebDriver.TargetLocator - org.openqa.selenium中的接口
Used to locate a given frame or window.
WebDriver.Timeouts - org.openqa.selenium中的接口
An interface for managing timeout behavior for WebDriver instances.
WebDriver.Window - org.openqa.selenium中的接口
 
WebDriverBackedSelenium - com.thoughtworks.selenium.webdriven中的类
 
WebDriverBackedSelenium(Supplier<WebDriver>, String) - 类 的构造器com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
 
WebDriverBackedSelenium(WebDriver, String) - 类 的构造器com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
 
WebDriverCommandProcessor - com.thoughtworks.selenium.webdriven中的类
A CommandProcessor which delegates commands down to an underlying webdriver instance.
WebDriverCommandProcessor(String, WebDriver) - 类 的构造器com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
 
WebDriverCommandProcessor(String, Supplier<WebDriver>) - 类 的构造器com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
 
WebDriverEventListener - org.openqa.selenium.support.events中的接口
 
WebDriverException - org.openqa.selenium中的异常错误
 
WebDriverException() - 异常错误 的构造器org.openqa.selenium.WebDriverException
 
WebDriverException(String) - 异常错误 的构造器org.openqa.selenium.WebDriverException
 
WebDriverException(Throwable) - 异常错误 的构造器org.openqa.selenium.WebDriverException
 
WebDriverException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.WebDriverException
 
WebDriverTestContext - org.openqa.selenium.lift中的类
Gives the context for a test, holds page state, and interacts with the WebDriver.
WebDriverTestContext(WebDriver) - 类 的构造器org.openqa.selenium.lift.WebDriverTestContext
 
WebDriverWait - org.openqa.selenium.support.ui中的类
A specialization of FluentWait that uses WebDriver instances.
WebDriverWait(WebDriver, long) - 类 的构造器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) - 类 的构造器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) - 类 的构造器org.openqa.selenium.support.ui.WebDriverWait
 
WebElement - org.openqa.selenium中的接口
Represents an HTML element.
WebElementToJsonConverter - org.openqa.selenium.remote.internal中的类
Converts RemoteWebElement objects, which may be wrapped, into their JSON representation as defined by the WebDriver wire protocol.
WebElementToJsonConverter() - 类 的构造器org.openqa.selenium.remote.internal.WebElementToJsonConverter
 
WebStorage - org.openqa.selenium.html5中的接口
 
width - 类 中的变量org.openqa.selenium.Dimension
 
width - 类 中的变量org.openqa.selenium.Rectangle
 
WIFI - 类 中的静态变量org.openqa.selenium.mobile.NetworkConnection.ConnectionType
 
window() - 接口 中的方法org.openqa.selenium.WebDriver.Options
 
window(String) - 接口 中的方法org.openqa.selenium.WebDriver.TargetLocator
Switch the focus of future commands for this driver to the window with the given name/handle.
windowFocus() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
windowFocus() - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Gives focus to the currently selected window
WindowFocus - com.thoughtworks.selenium.webdriven.commands中的类
 
WindowFocus(JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.WindowFocus
 
windowMaximize() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
windowMaximize() - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Resize currently selected window to take up the entire screen
WindowMaximize - com.thoughtworks.selenium.webdriven.commands中的类
 
WindowMaximize(JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.WindowMaximize
 
Windows - com.thoughtworks.selenium.webdriven中的类
 
Windows(WebDriver) - 类 的构造器com.thoughtworks.selenium.webdriven.Windows
 
WindowsProcessGroup - org.openqa.selenium.os中的类
Utility class for grouping a set of processes into a process group on Windows.
WindowsProcessGroup(String, String...) - 类 的构造器org.openqa.selenium.os.WindowsProcessGroup
 
WindowsRegistryException - org.openqa.selenium.os中的异常错误
 
WindowsUtils - org.openqa.selenium.os中的类
 
WindowsUtils() - 类 的构造器org.openqa.selenium.os.WindowsUtils
 
with(Matcher<S>) - 类 中的方法org.openqa.selenium.lift.find.BaseFinder
 
with(Matcher<S>) - 接口 中的方法org.openqa.selenium.lift.find.Finder
 
with(Matcher<WebElement>) - 类 中的方法org.openqa.selenium.lift.find.HtmlTagFinder
 
withEngineImplementation(InternetExplorerDriverEngine) - 类 中的方法org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Configures the driver engine implementation for the driver server.
withEnvironment(Map<String, String>) - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Defines the environment for the launched driver server.
withExtractPath(File) - 类 中的方法org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Configures path to which the driver server library will be extracted.
withHost(String) - 类 中的方法org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Configures the host to which the driver server bound.
withLogFile(File) - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Configures the driver server to write log to the given file.
withLogLevel(InternetExplorerDriverLogLevel) - 类 中的方法org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Configures the logging level for the driver server.
withMessage(String) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Sets the message to be displayed when time expires.
withMessage(Supplier<String>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Sets the message to be evaluated and displayed when time expires.
withSilent(boolean) - 类 中的方法org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the driver server for silent output.
withSilent(Boolean) - 类 中的方法org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Configures silence in stdout of the driver server by unlogged messages.
withSilent(boolean) - 类 中的方法org.openqa.selenium.opera.OperaDriverService.Builder
Configures the driver server for silent output.
withTimeout(long, TimeUnit) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Sets how long to wait for the evaluated condition to be true.
withVerbose(boolean) - 类 中的方法org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the driver server verbosity.
withVerbose(boolean) - 类 中的方法org.openqa.selenium.opera.OperaDriverService.Builder
Configures the driver server verbosity.
withWhitelistedIps(String) - 类 中的方法org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
WrapsDriver - org.openqa.selenium.internal中的接口
This interface indicates that the implementing class knows about the driver that contains it and can export it.
WrapsElement - org.openqa.selenium.internal中的接口
Indicates that there is an underlying element that can be used
write(int) - 类 中的方法org.openqa.selenium.io.CircularOutputStream
 
writeBooleanRegistryValue(String, boolean) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
 
writeIntRegistryValue(String, int) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
 
WriteOperationCount - 类 中的变量org.openqa.selenium.os.Kernel32.IO_COUNTERS
 
writeStringRegistryValue(String, String) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
 
writeTo(File) - 类 中的方法org.openqa.selenium.firefox.internal.ClasspathExtension
 
writeTo(File) - 接口 中的方法org.openqa.selenium.firefox.internal.Extension
 
writeTo(File) - 类 中的方法org.openqa.selenium.firefox.internal.FileExtension
 
WriteTransferCount - 类 中的变量org.openqa.selenium.os.Kernel32.IO_COUNTERS
 
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 
跳过导航链接