- id(String) - 类 中的静态方法org.openqa.selenium.By
-
- IE - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- IE_DRIVER_ENGINE_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the implementation of the driver engine to use.
- IE_DRIVER_EXE_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the IEDriverServer executable
that will be used by the
default service.
- IE_DRIVER_EXTRACT_PATH_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines path to which will be extracted IEDriverServer library.
- IE_DRIVER_HOST_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines host to which will be bound IEDriverServer.
- IE_DRIVER_LOGFILE_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the file where IEDriverServer
should write log messages to.
- IE_DRIVER_LOGLEVEL_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the detalization level the IEDriverServer logs.
- IE_DRIVER_SILENT_PROPERTY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines logging to stdout for IEDriverServer.
- IE_ENSURE_CLEAN_SESSION - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to clean or not browser cache before launching IE by IEDriverServer.
- IE_HTA - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- IE_SWITCHES - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
- IE_USE_PRE_PROCESS_PROXY - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines setting the proxy information for a single IE process
without affecting the proxy settings of other instances of IE.
- IEXPLORE - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- IEXPLORE_PROXY - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- IGNORE_ZOOM_SETTING - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines whether to ignore the browser zoom level or not.
- ignoreAll(Collection<Class<? extends K>>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
-
Configures this instance to ignore specific types of exceptions while waiting for a condition.
- ignoreAttributesWithoutValue(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- ignoreAttributesWithoutValue(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Specifies whether Selenium will ignore xpath attributes that have no value, i.e. are the empty
string, when using the non-native xpath evaluation engine.
- ignoring(Class<? extends Throwable>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
-
- ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
-
- image() - 类 中的静态方法org.openqa.selenium.lift.find.ImageFinder
-
- image() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- imageButton() - 类 中的静态方法org.openqa.selenium.lift.find.InputFinder
-
- imageButton(String) - 类 中的静态方法org.openqa.selenium.lift.find.InputFinder
-
- imageButton() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- imageButton(String) - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- ImageFinder - org.openqa.selenium.lift.find中的类
-
- ImageFinder() - 类 的构造器org.openqa.selenium.lift.find.ImageFinder
-
- images() - 类 中的静态方法org.openqa.selenium.lift.find.ImageFinder
-
- images() - 类 中的静态方法org.openqa.selenium.lift.Finders
-
- ime() - 接口 中的方法org.openqa.selenium.WebDriver.Options
-
- IME_ACTIVATE_ENGINE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IME_DEACTIVATE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IME_ENGINE_ACTIVATION_FAILED - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- IME_GET_ACTIVE_ENGINE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IME_GET_AVAILABLE_ENGINES - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IME_IS_ACTIVATED - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IME_NOT_AVAILABLE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- ImeActivationFailedException - org.openqa.selenium中的异常错误
-
Indicates that activating an IME engine has failed.
- ImeActivationFailedException(String) - 异常错误 的构造器org.openqa.selenium.ImeActivationFailedException
-
- ImeActivationFailedException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.ImeActivationFailedException
-
- ImeNotAvailableException - org.openqa.selenium中的异常错误
-
Indicates that IME support is not available.
- ImeNotAvailableException(String) - 异常错误 的构造器org.openqa.selenium.ImeNotAvailableException
-
- ImeNotAvailableException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.ImeNotAvailableException
-
- IMPLICITLY_WAIT - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- implicitlyWait(long, TimeUnit) - 接口 中的方法org.openqa.selenium.WebDriver.Timeouts
-
Specifies the amount of time the driver should wait when searching for an element if it is
not immediately present.
- in(TimeUnit) - 类 中的方法org.openqa.selenium.support.ui.Duration
-
Converts this durtation to the given unit of time.
- info(String) - 接口 中的方法com.thoughtworks.selenium.condition.ConditionRunner.Context
-
- INFO - 类 中的静态变量com.thoughtworks.selenium.SeleniumLogLevels
-
- initElements(WebDriver, Class<T>) - 类 中的静态方法org.openqa.selenium.support.PageFactory
-
Instantiate an instance of the given class, and set a lazy proxy for each of the WebElement and
List<WebElement> fields that have been declared, assuming that the field
name is also the HTML element's "id" or "name".
- initElements(WebDriver, Object) - 类 中的静态方法org.openqa.selenium.support.PageFactory
-
- initElements(ElementLocatorFactory, Object) - 类 中的静态方法org.openqa.selenium.support.PageFactory
-
Similar to the other "initElements" methods, but takes an
ElementLocatorFactory which
is used for providing the mechanism for finding elements.
- initElements(FieldDecorator, Object) - 类 中的静态方法org.openqa.selenium.support.PageFactory
-
Similar to the other "initElements" methods, but takes an
FieldDecorator which is used
for decorating each of the fields.
- INITIAL_BROWSER_URL - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the initial URL to be used when IE is launched.
- InputFinder - org.openqa.selenium.lift.find中的类
-
- InputFinder() - 类 的构造器org.openqa.selenium.lift.find.InputFinder
-
- INSTANCE - 接口 中的静态变量org.openqa.selenium.os.Kernel32
-
- InterfaceImplementation - org.openqa.selenium.remote中的接口
-
An implementation of a particular interface, used by the
Augmenter.
- internetExplorer() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
-
- InternetExplorerDriver - org.openqa.selenium.ie中的类
-
- InternetExplorerDriver() - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(Capabilities) - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(int) - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService) - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService, Capabilities) - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriver(InternetExplorerDriverService, Capabilities, int) - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriver
-
- InternetExplorerDriverEngine - org.openqa.selenium.ie中的枚举
-
- InternetExplorerDriverLogLevel - org.openqa.selenium.ie中的枚举
-
- InternetExplorerDriverService - org.openqa.selenium.ie中的类
-
Manages the life and death of an IEDriverServer.
- InternetExplorerDriverService.Builder - org.openqa.selenium.ie中的类
-
- INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to ignore ot not browser
protected mode settings during starting by IEDriverServer.
- INVALID_ARGUMENT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_COOKIE_DOMAIN - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_ELEMENT_COORDINATES - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_ELEMENT_STATE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_SELECTOR_ERROR - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_XPATH_SELECTOR - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- INVALID_XPATH_SELECTOR_RETURN_TYPER - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- InvalidArgumentException - org.openqa.selenium中的异常错误
-
- InvalidArgumentException(String) - 异常错误 的构造器org.openqa.selenium.InvalidArgumentException
-
- InvalidArgumentException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidArgumentException
-
- InvalidCookieDomainException - org.openqa.selenium中的异常错误
-
Thrown when attempting to add a cookie under a different domain than the current URL.
- InvalidCookieDomainException() - 异常错误 的构造器org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(String) - 异常错误 的构造器org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCookieDomainException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidCookieDomainException
-
- InvalidCoordinatesException - org.openqa.selenium.interactions中的异常错误
-
Indicates that the coordinates provided to an interactions operation are invalid.
- InvalidCoordinatesException(String) - 异常错误 的构造器org.openqa.selenium.interactions.InvalidCoordinatesException
-
- InvalidElementStateException - org.openqa.selenium中的异常错误
-
- InvalidElementStateException() - 异常错误 的构造器org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(String) - 异常错误 的构造器org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidElementStateException
-
- InvalidElementStateException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidElementStateException
-
- InvalidSelectorException - org.openqa.selenium中的异常错误
-
- InvalidSelectorException(String) - 异常错误 的构造器org.openqa.selenium.InvalidSelectorException
-
- InvalidSelectorException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.InvalidSelectorException
-
- inViewPort() - 接口 中的方法org.openqa.selenium.interactions.internal.Coordinates
-
Gets coordinates on the element relative to the top-left corner of OS-window being used
to display the content.
- invisibilityOfAllElements(List<WebElement>) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking all elements from given list to be invisible
- invisibilityOfElementLocated(By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element is either invisible or not present on the DOM.
- invisibilityOfElementWithText(By, String) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking that an element with text is either invisible or not present on the
DOM.
- invoke(ExecuteMethod, Object, Method, Object...) - 接口 中的方法org.openqa.selenium.remote.InterfaceImplementation
-
Called when it has become apparent that this is the right interface to implement a particular
method.
- invoke(Object, Method, Object[]) - 类 中的方法org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler
-
- IO_COUNTERS() - 类 的构造器org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- IoInfo - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- IOUtils - org.openqa.selenium.io中的类
-
- IOUtils() - 类 的构造器org.openqa.selenium.io.IOUtils
-
- IPAD - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- ipad() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
-
- IPHONE - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
-
- iphone() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
-
- is(Architecture) - 枚举 中的方法org.openqa.selenium.Architecture
-
Heuristic for comparing two architectures.
- is(String) - 接口 中的方法org.openqa.selenium.Capabilities
-
- is(Platform) - 枚举 中的方法org.openqa.selenium.Platform
-
Heuristic for comparing two platforms.
- is(String) - 类 中的方法org.openqa.selenium.remote.DesiredCapabilities
-
- IS_BROWSER_ONLINE - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_DISPLAYED - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_ENABLED - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- IS_ELEMENT_SELECTED - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- isActivated() - 接口 中的方法org.openqa.selenium.WebDriver.ImeHandler
-
Indicates whether IME input active at the moment (not if it's available).
- isAirplaneMode() - 类 中的方法org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isAlertPresent() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isAlertPresent() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Has an alert occurred?
- isAlertPresent(WebDriver) - 类 中的方法com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- IsAlertPresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsAlertPresent(AlertOverride) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsAlertPresent
-
- isAutodetect() - 类 中的方法org.openqa.selenium.Proxy
-
Whether to autodetect proxy settings.
- isChecked(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isChecked(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Gets whether a toggle-button (checkbox/radio) is checked.
- IsChecked - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsChecked(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsChecked
-
- isConfirmationPresent() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isConfirmationPresent() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Has confirm() been called?
- isConfirmationPresent(WebDriver) - 类 中的方法com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- IsConfirmationPresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsConfirmationPresent(AlertOverride) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsConfirmationPresent
-
- isConnected() - 接口 中的方法org.openqa.selenium.firefox.ExtensionConnection
-
- isConnected() - 类 中的方法org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- isCookiePresent(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isCookiePresent(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Returns true if a cookie with the specified name is present, or false otherwise.
- IsCookiePresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsCookiePresent() - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsCookiePresent
-
- isDataEnabled() - 类 中的方法org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isDisplayed() - 类 中的方法org.openqa.selenium.remote.RemoteWebElement
-
- isDisplayed() - 接口 中的方法org.openqa.selenium.WebElement
-
Is this element displayed or not?
- isEditable(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isEditable(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Determines whether the specified input element is editable, ie hasn't been disabled.
- IsEditable - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsEditable(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsEditable
-
- ISelect - org.openqa.selenium.support.ui中的接口
-
Created by evgeniyat on 13.05.16
ISelect interface makes a protocol for all kind of select elements (standard html and custom
model)
- isElementPresent(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isElementPresent(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Verifies that the specified element is somewhere on the page.
- IsElementPresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsElementPresent(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsElementPresent
-
- isEnabled() - 类 中的方法org.openqa.selenium.remote.RemoteWebElement
-
- isEnabled() - 接口 中的方法org.openqa.selenium.WebElement
-
Is the element currently enabled or not?
- isHttpOnly(boolean) - 类 中的方法org.openqa.selenium.Cookie.Builder
-
- isHttpOnly() - 类 中的方法org.openqa.selenium.Cookie
-
- isIncludeServerErrors() - 类 中的方法org.openqa.selenium.remote.ErrorHandler
-
- isIp4AddressBindingOnly() - 类 中的方法org.openqa.selenium.net.NetworkInterface
-
- isJavascriptEnabled() - 接口 中的方法org.openqa.selenium.Capabilities
-
- isJavascriptEnabled() - 类 中的方法org.openqa.selenium.remote.DesiredCapabilities
-
- isLookupCached() - 类 中的方法org.openqa.selenium.support.pagefactory.AbstractAnnotations
-
Defines whether or not given element
should be returned from cache on further calls.
- isLookupCached() - 类 中的方法org.openqa.selenium.support.pagefactory.Annotations
-
Defines whether or not given element
should be returned from cache on further calls.
- isLoopBack() - 类 中的方法org.openqa.selenium.net.NetworkInterface
-
- isMappableError(Throwable) - 类 中的方法org.openqa.selenium.remote.ErrorCodes
-
- isMethodAvailable(String) - 类 中的方法com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor
-
- isMultiple() - 接口 中的方法org.openqa.selenium.support.ui.ISelect
-
- isMultiple() - 类 中的方法org.openqa.selenium.support.ui.Select
-
- isNowBefore(long) - 接口 中的方法org.openqa.selenium.support.ui.Clock
-
- isNowBefore(long) - 类 中的方法org.openqa.selenium.support.ui.SystemClock
-
- isOrdered(String, String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isOrdered(String, String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Check if these two elements have same parent and are ordered siblings in the DOM.
- IsOrdered - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsOrdered(ElementFinder, JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsOrdered
-
- isPromptPresent() - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isPromptPresent() - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Has a prompt occurred?
- isPromptPresent(WebDriver) - 类 中的方法com.thoughtworks.selenium.webdriven.commands.AlertOverride
-
- IsPromptPresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsPromptPresent(AlertOverride) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsPromptPresent
-
- isRegExeVersion1() - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
-
- isRequired(File) - 接口 中的方法org.openqa.selenium.io.FileHandler.Filter
-
- isRunning() - 类 中的方法org.openqa.selenium.os.CommandLine
-
Check whether the current command is still executing.
- isRunning() - 类 中的方法org.openqa.selenium.os.WindowsProcessGroup
-
- isRunning() - 类 中的方法org.openqa.selenium.remote.service.DriverService
-
Checks whether the driver child process is currently running.
- isSecure(boolean) - 类 中的方法org.openqa.selenium.Cookie.Builder
-
- isSecure() - 类 中的方法org.openqa.selenium.Cookie
-
- isSelected() - 类 中的方法org.openqa.selenium.remote.RemoteWebElement
-
- isSelected() - 接口 中的方法org.openqa.selenium.WebElement
-
Determine whether or not this element is selected or not.
- isSet(String) - 类 中的方法com.thoughtworks.selenium.BrowserConfigurationOptions
-
- isSomethingSelected(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isSomethingSelected(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Determines whether some option in a drop-down menu is selected.
- IsSomethingSelected - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsSomethingSelected(JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsSomethingSelected
-
- isSuccessful() - 类 中的方法org.openqa.selenium.os.CommandLine
-
- isTextPresent(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isTextPresent(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Verifies that the specified text pattern appears somewhere on the rendered page shown to the
user.
- IsTextPresent - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsTextPresent(JavascriptLibrary) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsTextPresent
-
- isTrue(ConditionRunner.Context) - 类 中的方法com.thoughtworks.selenium.condition.Condition
-
- isTrue(ConditionRunner.Context) - 类 中的方法com.thoughtworks.selenium.condition.Not
-
- isTrue(ConditionRunner.Context) - 类 中的方法com.thoughtworks.selenium.condition.Presence
-
- isTrue(ConditionRunner.Context) - 类 中的方法com.thoughtworks.selenium.condition.Text
-
- isVisible(String) - 类 中的方法com.thoughtworks.selenium.DefaultSelenium
-
已过时。
- isVisible(String) - 接口 中的方法com.thoughtworks.selenium.Selenium
-
已过时。
Determines if the specified element is visible.
- IsVisible - com.thoughtworks.selenium.webdriven.commands中的类
-
- IsVisible(ElementFinder) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.IsVisible
-
- isWifiEnabled() - 类 中的方法org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- isZipped(String) - 类 中的静态方法org.openqa.selenium.io.FileHandler
-
- iterator() - 类 中的方法org.openqa.selenium.logging.LogEntries
-