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

U

UIRestrictionsClass - 类 中的变量org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS
 
UNABLE_TO_CAPTURE_SCREEN - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
UNABLE_TO_SET_COOKIE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
UnableToCreateProfileException - org.openqa.selenium.firefox中的异常错误
 
UnableToCreateProfileException(Throwable) - 异常错误 的构造器org.openqa.selenium.firefox.UnableToCreateProfileException
 
UnableToCreateProfileException(String) - 异常错误 的构造器org.openqa.selenium.firefox.UnableToCreateProfileException
 
UnableToSetCookieException - org.openqa.selenium中的异常错误
Thrown when a driver fails to set a cookie.
UnableToSetCookieException() - 异常错误 的构造器org.openqa.selenium.UnableToSetCookieException
 
UnableToSetCookieException(String) - 异常错误 的构造器org.openqa.selenium.UnableToSetCookieException
 
UnableToSetCookieException(Throwable) - 异常错误 的构造器org.openqa.selenium.UnableToSetCookieException
 
UnableToSetCookieException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.UnableToSetCookieException
 
uncheck(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
uncheck(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Uncheck a toggle-button (checkbox/radio)
Uncheck - com.thoughtworks.selenium.webdriven.commands中的类
 
Uncheck(AlertOverride, ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.Uncheck
 
UNEXPECTED_ALERT_BEHAVIOR - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines which behaviour will be used if an unexpected Alert is found.
UNEXPECTED_ALERT_BEHAVIOUR - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
UNEXPECTED_ALERT_PRESENT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
UnexpectedAlertBehaviour - org.openqa.selenium中的枚举
 
UnexpectedTagNameException - org.openqa.selenium.support.ui中的异常错误
 
UnexpectedTagNameException(String, String) - 异常错误 的构造器org.openqa.selenium.support.ui.UnexpectedTagNameException
 
UNHANDLED_ERROR - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
UnhandledAlertException - org.openqa.selenium中的异常错误
 
UnhandledAlertException(String) - 异常错误 的构造器org.openqa.selenium.UnhandledAlertException
 
UnhandledAlertException(String, String) - 异常错误 的构造器org.openqa.selenium.UnhandledAlertException
 
UNKNOWN_COMMAND - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
 
unlock() - 接口 中的方法org.openqa.selenium.internal.Lock
 
unlock() - 类 中的方法org.openqa.selenium.internal.SocketLock
 
UnreachableBrowserException - org.openqa.selenium.remote中的异常错误
Indicates there was a problem communicating with the browser being controlled or the Selenium server.
UnreachableBrowserException(String) - 异常错误 的构造器org.openqa.selenium.remote.UnreachableBrowserException
 
UnreachableBrowserException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.remote.UnreachableBrowserException
 
unregister(WebDriverEventListener) - 类 中的方法org.openqa.selenium.support.events.EventFiringWebDriver
 
UnsupportedCommandException - org.openqa.selenium中的异常错误
Used to indicate that a command used by the remote webdriver is unsupported.
UnsupportedCommandException() - 异常错误 的构造器org.openqa.selenium.UnsupportedCommandException
 
UnsupportedCommandException(String) - 异常错误 的构造器org.openqa.selenium.UnsupportedCommandException
 
UnsupportedCommandException(Throwable) - 异常错误 的构造器org.openqa.selenium.UnsupportedCommandException
 
UnsupportedCommandException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.UnsupportedCommandException
 
until() - 类 中的方法com.thoughtworks.selenium.Wait
已过时。
 
until(Predicate<T>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Repeatedly applies this instance's input value to the given predicate until the timeout expires or the predicate evaluates to true.
until(Function<? super T, V>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Repeatedly applies this instance's input value to the given function until one of the following occurs: the function returns neither null nor false, the function throws an unignored exception, the timeout expires, the current thread is interrupted
until(Function<? super F, T>) - 接口 中的方法org.openqa.selenium.support.ui.Wait
Implementations should wait until the condition evaluates to a value that is neither null nor false.
unzip(InputStream) - 类 中的静态方法org.openqa.selenium.io.FileHandler
 
unzip(String, File) - 类 中的方法org.openqa.selenium.io.Zip
 
unzip(File, File) - 类 中的方法org.openqa.selenium.io.Zip
 
unzip(InputStream, File) - 类 中的方法org.openqa.selenium.io.Zip
 
unzipFile(File, InputStream, String) - 类 中的方法org.openqa.selenium.io.Zip
 
up(int, int) - 类 中的方法org.openqa.selenium.interactions.touch.TouchActions
Allows the execution of the gesture 'up' on the screen.
up(int, int) - 接口 中的方法org.openqa.selenium.interactions.TouchScreen
Allows the execution of the gesture 'up' on the screen.
up(int, int) - 类 中的方法org.openqa.selenium.remote.RemoteTouchScreen
 
up(int, int) - 类 中的方法org.openqa.selenium.support.events.internal.EventFiringTouch
 
UpAction - org.openqa.selenium.interactions.touch中的类
Creates an up gesture.
UpAction(TouchScreen, int, int) - 类 的构造器org.openqa.selenium.interactions.touch.UpAction
 
updateUserPrefs(File) - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
 
UPLOAD_FILE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
 
UrlChecker - org.openqa.selenium.net中的类
Polls a URL until a HTTP 200 response is received.
UrlChecker() - 类 的构造器org.openqa.selenium.net.UrlChecker
 
UrlChecker.TimeoutException - org.openqa.selenium.net中的异常错误
 
urlContains(String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for the URL of the current page to contain specific text.
urlEncode(String) - 类 中的静态方法org.openqa.selenium.net.Urls
Encodes the text as an URL using UTF-8.
urlMatches(String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
Expectation for the URL to match a specific regular expression
Urls - org.openqa.selenium.net中的类
 
Urls() - 类 的构造器org.openqa.selenium.net.Urls
 
urlToBe(String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for the URL of the current page to be a specific url.
UselessFileDetector - org.openqa.selenium.remote中的类
A file detector that never finds anything.
UselessFileDetector() - 类 的构造器org.openqa.selenium.remote.UselessFileDetector
 
UserAndPassword - org.openqa.selenium.security中的类
Represents the authentication credentials for a user with username and password
UserAndPassword(String, String) - 类 的构造器org.openqa.selenium.security.UserAndPassword
 
useXpathLibrary(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
已过时。
 
useXpathLibrary(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
已过时。
Allows choice of one of the available libraries.
UseXPathLibrary - com.thoughtworks.selenium.webdriven.commands中的类
 
UseXPathLibrary() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.UseXPathLibrary
 
usingAnyFreePort() - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Configures the driver server to start on any available port.
usingDriverExecutable(File) - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Sets which driver executable the builder will use.
usingPort(int) - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Sets which port the driver server should be started on.
usingTechnologyPreview(boolean) - 类 中的方法org.openqa.selenium.safari.SafariDriverService.Builder
 
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 
跳过导航链接