- AbstractAnnotations - org.openqa.selenium.support.pagefactory中的类
-
Abstract class to work with fields in Page Objects.
- AbstractAnnotations() - 类 的构造器org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
- AbstractHttpCommandCodec - org.openqa.selenium.remote.http中的类
-
A command codec that adheres to the W3C's WebDriver wire protocol.
- AbstractHttpCommandCodec() - 类 的构造器org.openqa.selenium.remote.http.AbstractHttpCommandCodec
-
- AbstractHttpResponseCodec - org.openqa.selenium.remote.http中的类
-
A response codec usable as a base for both the JSON and W3C wire protocols.
- AbstractHttpResponseCodec() - 类 的构造器org.openqa.selenium.remote.http.AbstractHttpResponseCodec
-
- AbstractWebDriverEventListener - org.openqa.selenium.support.events中的类
-
Use this class as base class, if you want to implement a
WebDriverEventListener and are
only interested in some events.
- AbstractWebDriverEventListener() - 类 的构造器org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- accept() - 接口 中的方法org.openqa.selenium.Alert
-
- ACCEPT_ALERT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- ACCEPT_SSL_CERTS - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
-
- ACCEPT_UNTRUSTED_CERTIFICATES - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver
-
已过时。
- Action - org.openqa.selenium.interactions中的接口
-
Interface representing a single user-interaction action.
- ACTION_CHAIN - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- ActionChainExecutor - org.openqa.selenium.interactions中的接口
-
Interface representing an operation that allows to execute an action chain.
- Actions - org.openqa.selenium.interactions中的类
-
The user-facing API for emulating complex user gestures.
- Actions(WebDriver) - 类 的构造器org.openqa.selenium.interactions.Actions
-
Default constructor - uses the default keyboard, mouse implemented by the driver.
- Actions(Keyboard, Mouse) - 类 的构造器org.openqa.selenium.interactions.Actions
-
A constructor that should only be used when the keyboard or mouse were extended to provide
additional functionality (for example, dragging-and-dropping from the desktop).
- Actions(Keyboard) - 类 的构造器org.openqa.selenium.interactions.Actions
-
Only used by the TouchActions class.
- activateEngine(String) - 接口 中的方法org.openqa.selenium.WebDriver.ImeHandler
-
Make an engines that is available (appears on the list returned by getAvailableEngines)
active.
- activeElement() - 接口 中的方法org.openqa.selenium.WebDriver.TargetLocator
-
Switches to the element that currently has focus within the document currently "switched to",
or the body element if this cannot be detected.
- ActiveProcessLimit - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- add(String, String) - 类 中的方法com.thoughtworks.selenium.webdriven.ElementFinder
-
- ADD_COOKIE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- addAction(Action) - 类 中的方法org.openqa.selenium.interactions.CompositeAction
-
- AddApplicationCache - org.openqa.selenium.remote.html5中的类
-
- AddApplicationCache() - 类 的构造器org.openqa.selenium.remote.html5.AddApplicationCache
-
- addArguments(String...) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
- addArguments(List<String>) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
Adds additional command line arguments to be used when starting Chrome.
- addArguments(String...) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- addArguments(List<String>) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- addArguments(String...) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
- addArguments(List<String>) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
Adds additional command line arguments to be used when starting Opera.
- addCommandLineOptions(String...) - 类 中的方法org.openqa.selenium.firefox.FirefoxBinary
-
- addCookie(Cookie) - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
Add a specific cookie.
- addCustomRequestHeader(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- addCustomRequestHeader(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Tells the Selenium server to add the specificed key and value as a custom outgoing request
header.
- addDriverAugmentation(String, AugmenterProvider) - 类 中的方法org.openqa.selenium.remote.BaseAugmenter
-
Add a mapping between a capability name and the implementation of the interface that name
represents for instances of
WebDriver.
- addElementAugmentation(String, AugmenterProvider) - 类 中的方法org.openqa.selenium.remote.BaseAugmenter
-
Add a mapping between a capability name and the implementation of the interface that name
represents for instances of
WebElement.
- addEncodedExtensions(String...) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
- addEncodedExtensions(List<String>) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
Adds a new Chrome extension to install on browser startup.
- addEncodedExtensions(String...) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
- addEncodedExtensions(List<String>) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
Adds a new Opera extension to install on browser startup.
- addEntry(String, LogEntry) - 类 中的方法org.openqa.selenium.logging.LocalLogs
-
- addExtension(Class<?>, String) - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
- addExtension(File) - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
Attempt to add an extension to install into this instance.
- addExtension(String, Extension) - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
- addExtensions(File...) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
- addExtensions(List<File>) - 类 中的方法org.openqa.selenium.chrome.ChromeOptions
-
Adds a new Chrome extension to install on browser startup.
- addExtensions(File...) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
- addExtensions(List<File>) - 类 中的方法org.openqa.selenium.opera.OperaOptions
-
Adds a new Opera extension to install on browser startup.
- AddFindsByCss - org.openqa.selenium.remote中的类
-
- AddFindsByCss() - 类 的构造器org.openqa.selenium.remote.AddFindsByCss
-
- AddFindsChildByCss - org.openqa.selenium.remote中的类
-
- AddFindsChildByCss() - 类 的构造器org.openqa.selenium.remote.AddFindsChildByCss
-
- addInfo(String, String) - 异常错误 中的方法org.openqa.selenium.WebDriverException
-
- AddLocationContext - org.openqa.selenium.remote.html5中的类
-
- AddLocationContext() - 类 的构造器org.openqa.selenium.remote.html5.AddLocationContext
-
- addLocationStrategy(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- addLocationStrategy(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Defines a new function for Selenium to locate elements on the page.
- AddLocationStrategy - com.thoughtworks.selenium.webdriven.commands中的类
-
- AddLocationStrategy(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AddLocationStrategy
-
- addLog(String, LogEntries) - 类 中的方法org.openqa.selenium.logging.SessionLogs
-
- addMethod(String, SeleneseCommand<?>) - 类 中的方法com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- addMutator(ScriptMutator) - 类 中的方法com.thoughtworks.selenium.webdriven.CompoundMutator
-
- addMutator(ScriptMutator) - 类 中的方法com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- AddNetworkConnection - org.openqa.selenium.remote.mobile中的类
-
- AddNetworkConnection() - 类 的构造器org.openqa.selenium.remote.mobile.AddNetworkConnection
-
- addPreference(String, boolean) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- addPreference(String, int) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- addPreference(String, String) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- addPreferences(LoggingPreferences) - 类 中的方法org.openqa.selenium.logging.LoggingPreferences
-
Adds the given logging preferences giving them precedence over existing
preferences.
- AddRemoteTouchScreen - org.openqa.selenium.remote中的类
-
Provides the RemoteTouchScreen for getTouch method to the proxy.
- AddRemoteTouchScreen() - 类 的构造器org.openqa.selenium.remote.AddRemoteTouchScreen
-
- AddRotatable - org.openqa.selenium.remote中的类
-
- AddRotatable() - 类 的构造器org.openqa.selenium.remote.AddRotatable
-
- addScript(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- addScript(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Loads script content into a new script tag in the Selenium document.
- addSelection(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- addSelection(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Add a selection to the set of selected options in a multi-select element using an option
locator.
- AddSelection - com.thoughtworks.selenium.webdriven.commands中的类
-
- AddSelection(JavascriptLibrary, ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AddSelection
-
- addSelection(String) - 类 中的方法com.thoughtworks.selenium.webdriven.commands.SeleniumSelect
-
- addTo(DesiredCapabilities) - 类 中的方法org.openqa.selenium.firefox.FirefoxOptions
-
- AddWebStorage - org.openqa.selenium.remote.html5中的类
-
- AddWebStorage() - 类 的构造器org.openqa.selenium.remote.html5.AddWebStorage
-
- Affinity - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- afterAlertAccept(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterAlertAccept(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterAlertDismiss(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterAlertDismiss(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterClickOn(WebElement, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterClickOn(WebElement, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterFindBy(By, WebElement, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterFindBy(By, WebElement, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateBack(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateBack(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateForward(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateForward(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateRefresh(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateRefresh(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterNavigateTo(String, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterNavigateTo(String, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- afterScript(String, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
-
- afterScript(String, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
-
- AIRPLANE_MODE - 类 中的静态变量org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- AjaxElementLocator - org.openqa.selenium.support.pagefactory中的类
-
An element locator that will wait for the specified number of seconds for an element to appear,
rather than failing instantly if it's not present.
- AjaxElementLocator(SearchContext, int, AbstractAnnotations) - 类 的构造器org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Use this constructor in order to process custom annotaions.
- AjaxElementLocator(Clock, SearchContext, int, AbstractAnnotations) - 类 的构造器org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
- AjaxElementLocator(SearchContext, Field, int) - 类 的构造器org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
Main constructor.
- AjaxElementLocator(Clock, SearchContext, Field, int) - 类 的构造器org.openqa.selenium.support.pagefactory.AjaxElementLocator
-
- AjaxElementLocatorFactory - org.openqa.selenium.support.pagefactory中的类
-
- AjaxElementLocatorFactory(SearchContext, int) - 类 的构造器org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
-
- Alert - org.openqa.selenium中的接口
-
- alert() - 接口 中的方法org.openqa.selenium.WebDriver.TargetLocator
-
Switches to the currently active modal dialog for this particular driver instance.
- alertIsPresent() - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
- AlertOverride - com.thoughtworks.selenium.webdriven.commands中的类
-
- AlertOverride(boolean) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- alias(String, String) - 接口 中的方法org.openqa.selenium.remote.CommandCodec
-
Allow commands to have aliases.
- alias(String, String) - 类 中的方法org.openqa.selenium.remote.http.AbstractHttpCommandCodec
-
- ALL - 类 中的静态变量org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- ALLOWED_HOSTS_PREFERENCE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxProfile
-
- allowNativeXpath(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- allowNativeXpath(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Specifies whether Selenium should use the native in-browser implementation of XPath (if any
native version is available); if you pass "false" to this function, we will always use our
pure-JavaScript xpath library.
- AllowNativeXPath - com.thoughtworks.selenium.webdriven.commands中的类
-
- AllowNativeXPath() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AllowNativeXPath
-
- altKeyDown() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- altKeyDown() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
- AltKeyDown - com.thoughtworks.selenium.webdriven.commands中的类
-
- AltKeyDown(KeyState) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AltKeyDown
-
- altKeyDown - 类 中的变量com.thoughtworks.selenium.webdriven.commands.KeyState
-
- altKeyUp() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- altKeyUp() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Release the alt key.
- AltKeyUp - com.thoughtworks.selenium.webdriven.commands中的类
-
- AltKeyUp(KeyState) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AltKeyUp
-
- and(ExpectedCondition<?>...) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation with the logical and condition of the given list of conditions.
- ANDROID - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- android() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
-
- Annotations - org.openqa.selenium.support.pagefactory中的类
-
- Annotations(Field) - 类 的构造器org.openqa.selenium.support.pagefactory.Annotations
-
- answerOnNextPrompt(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- answerOnNextPrompt(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Instructs Selenium to return the specified answer string in response to the next JavaScript
prompt [window.prompt()].
- AnswerOnNextPrompt - com.thoughtworks.selenium.webdriven.commands中的类
-
- AnswerOnNextPrompt() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AnswerOnNextPrompt
-
- ApacheHttpClient - org.openqa.selenium.remote.internal中的类
-
- ApacheHttpClient(HttpClient, URL) - 类 的构造器org.openqa.selenium.remote.internal.ApacheHttpClient
-
- ApacheHttpClient.Factory - org.openqa.selenium.remote.internal中的类
-
- AppCacheStatus - org.openqa.selenium.html5中的枚举
-
Represents the application cache status.
- APPLICATION_NAME - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
-
- ApplicationCache - org.openqa.selenium.html5中的接口
-
- apply(WebDriver, String[]) - 类 中的方法com.thoughtworks.selenium.webdriven.SeleneseCommand
-
- apply(Object) - 类 中的方法org.openqa.selenium.remote.internal.JsonToWebElementConverter
-
- apply(Object) - 类 中的方法org.openqa.selenium.remote.internal.WebElementToJsonConverter
-
- Architecture - org.openqa.selenium中的枚举
-
Represents the known architectures used in WebDriver.
- areNativeEventsEnabled() - 类 中的方法org.openqa.selenium.firefox.FirefoxProfile
-
- asHex() - 类 中的方法org.openqa.selenium.support.Color
-
- asList() - 类 中的方法org.openqa.selenium.interactions.ButtonReleaseAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.ClickAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.ClickAndHoldAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.CompositeAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.ContextClickAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.DoubleClickAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.KeyDownAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.KeyUpAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.MoveMouseAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.MoveToOffsetAction
-
- asList() - 类 中的方法org.openqa.selenium.interactions.PauseAction
-
已过时。
- asMap() - 接口 中的方法org.openqa.selenium.Capabilities
-
- asMap() - 类 中的方法org.openqa.selenium.remote.DesiredCapabilities
-
- asRgb() - 类 中的方法org.openqa.selenium.support.Color
-
- asRgba() - 类 中的方法org.openqa.selenium.support.Color
-
- assertEquals(Object, Object) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Like JUnit's Assert.assertEquals, but knows how to compare string arrays
- assertEquals(String, String) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
- assertEquals(String, String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:"
strings like HTML Selenese
- assertEquals(String[], String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Asserts that two string arrays have identical string contents
- assertEquals(Object, Object) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Like JUnit's Assert.assertEquals, but knows how to compare string arrays
- assertEquals(String, String) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
- assertEquals(String, String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:"
strings like HTML Selenese
- assertEquals(String[], String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Asserts that two string arrays have identical string contents
- assertEquals(Object, Object) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String, String) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String, String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertEquals(String[], String[]) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- assertFalse(String, boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
- assertFalse(boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
- assertNotEquals(Object, Object) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Asserts that two objects are not the same (compares using .equals())
- assertNotEquals(boolean, boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
Asserts that two booleans are not the same
- assertNotEquals(boolean, boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Asserts that two booleans are not the same
- assertNotEquals(Object, Object) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestCase
-
已过时。
Asserts that two objects are not the same (compares using .equals())
- assertPresenceOf(Finder<WebElement, WebDriver>) - 接口 中的方法org.openqa.selenium.lift.TestContext
-
- assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - 接口 中的方法org.openqa.selenium.lift.TestContext
-
- assertPresenceOf(Finder<WebElement, WebDriver>) - 类 中的方法org.openqa.selenium.lift.WebDriverTestContext
-
- assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - 类 中的方法org.openqa.selenium.lift.WebDriverTestContext
-
- assertTrue(String, boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
- assertTrue(boolean) - 类 中的静态方法com.thoughtworks.selenium.SeleneseTestBase
-
已过时。
- assignId(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- assignId(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Temporarily sets the "id" attribute of the specified element, so you can locate it in the
future using its ID rather than a slow/complicated XPath.
- AssignId - com.thoughtworks.selenium.webdriven.commands中的类
-
- AssignId(JavascriptLibrary, ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AssignId
-
- AssignProcessToJobObject(WinNT.HANDLE, WinNT.HANDLE) - 接口 中的方法org.openqa.selenium.os.Kernel32
-
- ASSUME_UNTRUSTED_ISSUER - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver
-
已过时。
- ASYNC_SCRIPT_TIMEOUT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- atLeast(int) - 类 中的静态方法org.openqa.selenium.lift.match.NumericalMatchers
-
- atLeast(int) - 类 中的静态方法org.openqa.selenium.lift.Matchers
-
- attachFile(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- attachFile(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Sets a file input (upload) field to the file listed in fileLocator
- AttachFile - com.thoughtworks.selenium.webdriven.commands中的类
-
- AttachFile(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.AttachFile
-
- attachScreenshotListener(String, String, ITestContext) - 类 中的方法com.thoughtworks.selenium.SeleneseTestNgHelper
-
- attribute(String, Matcher<String>) - 类 中的静态方法org.openqa.selenium.lift.match.AttributeMatcher
-
- attribute(String, Matcher<String>) - 类 中的静态方法org.openqa.selenium.lift.Matchers
-
- attributeContains(WebElement, String, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute which contains specific
value
- attributeContains(By, String, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute which contains specific
value
- AttributeMatcher - org.openqa.selenium.lift.match中的类
-
- attributeToBe(By, String, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement with given locator has attribute with a specific value
- attributeToBe(WebElement, String, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking given WebElement has attribute with a specific value
- attributeToBeNotEmpty(WebElement, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking WebElement any non empty value for given attribute
- augment(WebDriver) - 类 中的方法org.openqa.selenium.remote.BaseAugmenter
-
Enhance the interfaces implemented by this instance of WebDriver iff that instance is a
RemoteWebDriver.
- augment(RemoteWebElement) - 类 中的方法org.openqa.selenium.remote.BaseAugmenter
-
Enhance the interfaces implemented by this instance of WebElement iff that instance is a
RemoteWebElement.
- Augmentable - org.openqa.selenium.remote中的注释类型
-
Indicates that a class can be processed by
Augmenter.
- Augmenter - org.openqa.selenium.remote中的类
-
- Augmenter() - 类 的构造器org.openqa.selenium.remote.Augmenter
-
- AugmenterProvider - org.openqa.selenium.remote中的接口
-
Describes and provides an implementation for a particular interface for use with the
Augmenter.
- authenticateUsing(Credentials) - 接口 中的方法org.openqa.selenium.Alert
-
Authenticate an HTTP Basic Auth dialog.
- AVOIDING_PROXY - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
-