- table() - 类 中的静态方法org.openqa.selenium.lift.find.TableFinder
-
- table() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- TableCellFinder - org.openqa.selenium.lift.find中的类
-
A
Finder for HTML table cell "td" tags.
- TableFinder - org.openqa.selenium.lift.find中的类
-
- tables() - 类 中的静态方法org.openqa.selenium.lift.find.TableFinder
-
- tables() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- tagName(String) - 类 中的静态方法org.openqa.selenium.By
-
- TAKES_SCREENSHOT - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
-
- TakesScreenshot - org.openqa.selenium中的接口
-
Indicates a driver that can capture a screenshot and store it in different ways.
- tearDown() - 类 中的方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
checks for verification errors and stops the browser
- tearDown() - 类 中的方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
checks for verification errors and stops the browser
- tearDown() - 类 中的方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- TemporaryFilesystem - org.openqa.selenium.io中的类
-
A wrapper around temporary filesystem behaviour.
- TerminateJobObject(WinNT.HANDLE, long) - 接口 中的方法org.openqa.selenium.os.Kernel32
-
- TestContext - org.openqa.selenium.lift中的接口
-
Interface for objects that provide a context (maintaining any state) for web tests.
- Text - com.thoughtworks.selenium.condition中的类
-
Checks whether text exists either anywhere on the page, or inside a given locator.
- Text(String) - 类 的构造器com.thoughtworks.selenium.condition.Text
-
Look for text anywhere on the page.
- Text(String, String) - 类 的构造器com.thoughtworks.selenium.condition.Text
-
Look for text inside a given locator.
- text(Matcher<String>) - 类 中的静态方法org.openqa.selenium.lift.match.TextMatcher
-
- text(Matcher<String>) - 类 中的静态方法org.openqa.selenium.lift.Matchers
-
- textbox() - 类 中的静态方法org.openqa.selenium.lift.find.InputFinder
-
- textbox() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- TextMatcher - org.openqa.selenium.lift.match中的类
-
Matcher for matching text content within
WebElements.
- textMatches(By, Pattern) - 类 中的静态方法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) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has specific text
- textToBePresentInElement(WebElement, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the specified element.
- textToBePresentInElement(By, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
- textToBePresentInElementLocated(By, String) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking if the given text is present in the specified elements value
attribute.
- thisIsWindows() - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
Returns true if the current OS is MS Windows; false otherwise
- ThreadGuard - org.openqa.selenium.support中的类
-
Multithreaded client code should use this to assert that it accesses webdriver in a
thread-safe manner.
- ThreadGuard() - 类 的构造器org.openqa.selenium.support.ThreadGuard
-
- throwAssertionException(String) - 类 中的方法com.thoughtworks.selenium.condition.JUnit4AndTestNgConditionRunner
-
- throwAssertionException(String, Throwable) - 类 中的方法com.thoughtworks.selenium.condition.JUnit4AndTestNgConditionRunner
-
- throwAssertionException(String) - 类 中的方法com.thoughtworks.selenium.condition.JUnitConditionRunner
-
- throwAssertionException(String, Throwable) - 类 中的方法com.thoughtworks.selenium.condition.JUnitConditionRunner
-
- throwIfResponseFailed(Response, long) - 类 中的方法org.openqa.selenium.remote.ErrorHandler
-
- TIMEOUT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- TIMEOUT_IN_SECONDS - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
-
- TimeoutException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.net.UrlChecker.TimeoutException
-
- TimeoutException - org.openqa.selenium中的异常错误
-
Thrown when a command does not complete in enough time.
- TimeoutException() - 异常错误 的构造器org.openqa.selenium.TimeoutException
-
- TimeoutException(String) - 异常错误 的构造器org.openqa.selenium.TimeoutException
-
- TimeoutException(Throwable) - 异常错误 的构造器org.openqa.selenium.TimeoutException
-
- TimeoutException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.TimeoutException
-
- timeouts() - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
- Timer - com.thoughtworks.selenium.webdriven中的类
-
- Timer(long) - 类 的构造器com.thoughtworks.selenium.webdriven.Timer
-
- title() - 类 中的静态方法org.openqa.selenium.lift.find.PageTitleFinder
-
- title(String) - 类 中的静态方法org.openqa.selenium.lift.find.PageTitleFinder
-
- title() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- title(String) - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- titleContains(String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that the title contains a case-sensitive substring
- titleIs(String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking the title of a page.
- titles() - 类 中的静态方法org.openqa.selenium.lift.find.PageTitleFinder
-
- titles() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- to(String) - 接口 中的方法org.openqa.selenium.WebDriver.Navigation
-
Load a new web page in the current browser window.
- to(URL) - 接口 中的方法org.openqa.selenium.WebDriver.Navigation
-
- toJson() - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
Converts this instance to its JSON representation.
- toJson() - 类 中的方法org.openqa.selenium.edge.EdgeOptions
-
Converts this instance to its JSON representation.
- toJson() - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- toJson() - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
- toJson() - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
Converts this instance to its JSON representation.
- toJson() - 类 中的方法org.openqa.selenium.safari.SafariOptions
-
Converts this instance to its JSON representation.
- toLevel(String) - 类 中的静态方法org.openqa.selenium.logging.LogLevelMapping
-
- toMap() - 类 中的方法org.openqa.selenium.logging.LogEntry
-
- toProtocolHostAndPort(String) - 类 中的静态方法org.openqa.selenium.net.Urls
-
Strips the specified URL so it only includes a protocol, hostname and port
- toState(Integer) - 类 中的方法org.openqa.selenium.remote.ErrorCodes
-
- toStatus(String, Optional<Integer>) - 类 中的方法org.openqa.selenium.remote.ErrorCodes
-
- toStatusCode(Throwable) - 类 中的方法org.openqa.selenium.remote.ErrorCodes
-
- toString() - 类 中的方法com.thoughtworks.selenium.BrowserConfigurationOptions
-
- toString() - 类 中的方法com.thoughtworks.selenium.condition.Condition
-
- toString() - 类 中的方法com.thoughtworks.selenium.DefaultRemoteCommand
-
- toString() - 枚举 中的方法org.openqa.selenium.Architecture
-
- toString() - 类 中的方法org.openqa.selenium.By.ByClassName
-
- toString() - 类 中的方法org.openqa.selenium.By.ByCssSelector
-
- toString() - 类 中的方法org.openqa.selenium.By.ById
-
- toString() - 类 中的方法org.openqa.selenium.By.ByLinkText
-
- toString() - 类 中的方法org.openqa.selenium.By.ByName
-
- toString() - 类 中的方法org.openqa.selenium.By.ByPartialLinkText
-
- toString() - 类 中的方法org.openqa.selenium.By.ByTagName
-
- toString() - 类 中的方法org.openqa.selenium.By.ByXPath
-
- toString() - 类 中的方法org.openqa.selenium.By
-
- toString() - 类 中的方法org.openqa.selenium.Cookie
-
- toString() - 类 中的方法org.openqa.selenium.Dimension
-
- toString() - 类 中的方法org.openqa.selenium.firefox.FirefoxBinary
-
- toString() - 类 中的方法org.openqa.selenium.html5.Location
-
- toString() - 类 中的方法org.openqa.selenium.internal.BuildInfo
-
- toString() - 枚举 中的方法org.openqa.selenium.internal.ElementScrollBehavior
-
- toString() - 类 中的方法org.openqa.selenium.io.CircularOutputStream
-
- toString() - 枚举 中的方法org.openqa.selenium.Keys
-
- toString() - 类 中的方法org.openqa.selenium.logging.LogEntry
-
- toString() - 类 中的方法org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- toString() - 类 中的方法org.openqa.selenium.os.CommandLine
-
- toString() - 类 中的方法org.openqa.selenium.Point
-
- toString() - 类 中的方法org.openqa.selenium.remote.Command
-
- toString() - 类 中的方法org.openqa.selenium.remote.DesiredCapabilities
-
- toString() - 类 中的方法org.openqa.selenium.remote.ProtocolHandshake.Result
-
- toString() - 类 中的方法org.openqa.selenium.remote.RemoteStatus
-
- toString() - 类 中的方法org.openqa.selenium.remote.RemoteWebDriver
-
- toString() - 类 中的方法org.openqa.selenium.remote.RemoteWebElement
-
- toString() - 类 中的方法org.openqa.selenium.remote.Response
-
- toString() - 类 中的方法org.openqa.selenium.remote.SessionId
-
- toString() - 类 中的方法org.openqa.selenium.support.ByIdOrName
-
- toString() - 类 中的方法org.openqa.selenium.support.Color
-
- toString() - 类 中的方法org.openqa.selenium.support.pagefactory.ByAll
-
- toString() - 类 中的方法org.openqa.selenium.support.pagefactory.ByChained
-
- toString() - 类 中的方法org.openqa.selenium.support.pagefactory.DefaultElementLocator
-
- toString() - 类 中的方法org.openqa.selenium.support.ui.Duration
-
- toString() - 枚举 中的方法org.openqa.selenium.UnexpectedAlertBehaviour
-
- TOUCH_DOUBLE_TAP - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_DOWN - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_FLICK - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_LONG_PRESS - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_MOVE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_SCROLL - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_SINGLE_TAP - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TOUCH_UP - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- TouchAction - org.openqa.selenium.interactions.internal中的类
-
Base class for all touch screen-related actions
- TouchAction(TouchScreen, Locatable) - 类 的构造器org.openqa.selenium.interactions.internal.TouchAction
-
- TouchActions - org.openqa.selenium.interactions.touch中的类
-
Implements actions for touch enabled devices, reusing the available composite and builder design
patterns from Actions.
- TouchActions(WebDriver) - 类 的构造器org.openqa.selenium.interactions.touch.TouchActions
-
- TouchActions(Keyboard, TouchScreen) - 类 的构造器org.openqa.selenium.interactions.touch.TouchActions
-
- TouchScreen - org.openqa.selenium.interactions中的接口
-
Interface representing basic touch screen operations.
- traceWith(Logger) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
- tryToKillByName(String) - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
Kill processes by name, log and ignore errors
- type(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- type(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Sets the value of an input field, as though you typed it in.
- Type - com.thoughtworks.selenium.webdriven.commands中的类
-
- Type(AlertOverride, JavascriptLibrary, ElementFinder, KeyState) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.Type
-
- type(String, Finder<WebElement, WebDriver>) - 接口 中的方法org.openqa.selenium.lift.TestContext
-
- type(String, Finder<WebElement, WebDriver>) - 类 中的方法org.openqa.selenium.lift.WebDriverTestContext
-
- TYPE_KEY - 类 中的静态变量org.openqa.selenium.remote.RemoteLogs
-
- typeKeys(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- typeKeys(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Simulates keystroke events on the specified element, as though you typed the value key-by-key.
- TypeKeys - com.thoughtworks.selenium.webdriven.commands中的类
-
- TypeKeys(AlertOverride, ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.TypeKeys
-