- name(String) - 类 中的静态方法org.openqa.selenium.By
-
- NATIVE_EVENTS - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to use whether to use native or javascript events during operations.
- navigate() - 类 中的方法org.openqa.selenium.remote.RemoteWebDriver
-
- navigate() - 类 中的方法org.openqa.selenium.support.events.EventFiringWebDriver
-
- navigate() - 接口 中的方法org.openqa.selenium.WebDriver
-
An abstraction allowing the driver to access the browser's history and to navigate to a given
URL.
- NeedsLocalLogs - org.openqa.selenium.logging中的接口
-
- NetworkConnection - org.openqa.selenium.mobile中的接口
-
Control a device's network connection Example usage:
NetworkConnection mobileDriver = (NetworkConnection) driver;
if (mobileDriver.getNetworkConnection() !
- NetworkConnection.ConnectionType - org.openqa.selenium.mobile中的类
-
ConnectionType is a bitmask to represent a device's network connection
Data | WIFI | Airplane
0 0 1 == 1
1 1 0 == 6
1 0 0 == 4
0 1 0 == 2
0 0 0 == 0
Giving "Data" the first bit positions in order to give room for the future of enabling
specific types of data (Edge / 2G, 3G, 4G, LTE, etc) if the device allows it.
- NetworkInterface - org.openqa.selenium.net中的类
-
- NetworkInterface(NetworkInterface) - 类 的构造器org.openqa.selenium.net.NetworkInterface
-
- NetworkInterfaceProvider - org.openqa.selenium.net中的接口
-
Provides information about the local network interfaces.
- NetworkUtils - org.openqa.selenium.net中的类
-
- NetworkUtils() - 类 的构造器org.openqa.selenium.net.NetworkUtils
-
- NEW_SESSION - 接口 中的静态变量org.openqa.selenium.remote.DriverCommand
-
- NewProfileExtensionConnection - org.openqa.selenium.firefox.internal中的类
-
- NewProfileExtensionConnection(Lock, FirefoxBinary, FirefoxProfile, String) - 类 的构造器org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- NO_ALERT_PRESENT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NO_SUCH_COOKIE - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NO_SUCH_ELEMENT - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NO_SUCH_FRAME - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NO_SUCH_SESSION - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NO_SUCH_WINDOW - 类 中的静态变量org.openqa.selenium.remote.ErrorCodes
-
- NoAlertPresentException - org.openqa.selenium中的异常错误
-
Indicates that a user has tried to access an alert when one is not present.
- NoAlertPresentException() - 异常错误 的构造器org.openqa.selenium.NoAlertPresentException
-
- NoAlertPresentException(String) - 异常错误 的构造器org.openqa.selenium.NoAlertPresentException
-
- NoAlertPresentException(Throwable) - 异常错误 的构造器org.openqa.selenium.NoAlertPresentException
-
- NoAlertPresentException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoAlertPresentException
-
- NONE - 类 中的静态变量org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
- NoOp - com.thoughtworks.selenium.webdriven.commands中的类
-
- NoOp(Object) - 类 的构造器com.thoughtworks.selenium.webdriven.commands.NoOp
-
- NoOpMonitor() - 类 的构造器com.thoughtworks.selenium.condition.DefaultConditionRunner.NoOpMonitor
-
- normalize(Level) - 类 中的静态方法org.openqa.selenium.logging.LogLevelMapping
-
Normalizes the given level to one of those supported by Selenium.
- NoSuchContextException - org.openqa.selenium中的异常错误
-
- NoSuchContextException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchContextException
-
- NoSuchContextException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoSuchContextException
-
- NoSuchCookieException - org.openqa.selenium中的异常错误
-
- NoSuchCookieException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchCookieException
-
- NoSuchElementException - org.openqa.selenium中的异常错误
-
- NoSuchElementException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchElementException
-
- NoSuchElementException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoSuchElementException
-
- NoSuchFrameException - org.openqa.selenium中的异常错误
-
- NoSuchFrameException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchFrameException
-
- NoSuchFrameException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoSuchFrameException
-
- NoSuchSessionException - org.openqa.selenium中的异常错误
-
- NoSuchSessionException() - 异常错误 的构造器org.openqa.selenium.NoSuchSessionException
-
- NoSuchSessionException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchSessionException
-
- NoSuchSessionException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoSuchSessionException
-
- NoSuchWindowException - org.openqa.selenium中的异常错误
-
- NoSuchWindowException(String) - 异常错误 的构造器org.openqa.selenium.NoSuchWindowException
-
- NoSuchWindowException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NoSuchWindowException
-
- Not - com.thoughtworks.selenium.condition中的类
-
Simple predicate class, which also knows how to wait for its condition to be true.
- Not(Condition) - 类 的构造器com.thoughtworks.selenium.condition.Not
-
- not(ExpectedCondition<?>) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation with the logical opposite condition of the given condition.
- NotConnectedException - org.openqa.selenium.firefox中的异常错误
-
- NotConnectedException(URL, long, String) - 异常错误 的构造器org.openqa.selenium.firefox.NotConnectedException
-
- NotFoundException - org.openqa.selenium中的异常错误
-
- NotFoundException() - 异常错误 的构造器org.openqa.selenium.NotFoundException
-
- NotFoundException(String) - 异常错误 的构造器org.openqa.selenium.NotFoundException
-
- NotFoundException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.NotFoundException
-
- NotFoundException(Throwable) - 异常错误 的构造器org.openqa.selenium.NotFoundException
-
- now() - 接口 中的方法org.openqa.selenium.support.ui.Clock
-
- now() - 类 中的方法org.openqa.selenium.support.ui.SystemClock
-
- numberOfElementsToBe(By, Integer) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking number of WebElements with given locator
- numberOfElementsToBeLessThan(By, Integer) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking number of WebElements with given locator being less than defined
number
- numberOfElementsToBeMoreThan(By, Integer) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
An expectation for checking number of WebElements with given locator
- numberOfwindowsToBe(int) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
- numberOfWindowsToBe(int) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
-
- NumericalMatchers - org.openqa.selenium.lift.match中的类
-
Various numerical hamcrest Matchers.
- NumericalMatchers() - 类 的构造器org.openqa.selenium.lift.match.NumericalMatchers
-