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

B

back() - 接口 中的方法org.openqa.selenium.WebDriver.Navigation
Move back a single "item" in the browser's history.
BASE64 - 接口 中的静态变量org.openqa.selenium.OutputType
Obtain the screenshot as base64 data.
BaseAction - org.openqa.selenium.interactions.internal中的类
Base class for all actions.
BaseAugmenter - org.openqa.selenium.remote中的类
Enhance the interfaces implemented by an instance of the RemoteWebDriver based on the returned Capabilities of the driver.
BaseAugmenter() - 类 的构造器org.openqa.selenium.remote.BaseAugmenter
 
BaseFinder<S,T> - org.openqa.selenium.lift.find中的类
Base class for Finders.
BaseFinder() - 类 的构造器org.openqa.selenium.lift.find.BaseFinder
 
BasicLimitInformation - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
 
BeanToJsonConverter - org.openqa.selenium.remote中的类
Utility class for converting between JSON and Java Objects.
BeanToJsonConverter() - 类 的构造器org.openqa.selenium.remote.BeanToJsonConverter
 
beforeAlertAccept(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeAlertAccept(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time before Alert.accept()
beforeAlertDismiss(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeAlertDismiss(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time after Alert.dismiss()
beforeChangeValueOf(WebElement, WebDriver, CharSequence[]) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeChangeValueOf(WebElement, WebDriver, CharSequence[]) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
beforeClickOn(WebElement, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeClickOn(WebElement, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Called before WebElement.click().
beforeFindBy(By, WebElement, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeFindBy(By, WebElement, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
beforeNavigateBack(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateBack(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().back().
beforeNavigateForward(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateForward(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().forward().
beforeNavigateRefresh(WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateRefresh(WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().refresh().
beforeNavigateTo(String, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateTo(String, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Called before get(String url) respectively navigate().to(String url).
beforeScript(String, WebDriver) - 类 中的方法org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeScript(String, WebDriver) - 接口 中的方法org.openqa.selenium.support.events.WebDriverEventListener
Beta - org.openqa.selenium中的注释类型
Indicates that a feature or API is in active development, and so should not be relied upon.
BINARY - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver
 
BROWSER - 类 中的静态变量org.openqa.selenium.logging.LogType
This log type pertains to logs from the browser.
BROWSER_ATTACH_TIMEOUT - 类 中的静态变量org.openqa.selenium.ie.InternetExplorerDriver
Capability that defines timeout in milliseconds for attaching to new browser window.
BROWSER_BINARY - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
System property that defines the location of the Firefox executable file.
BROWSER_EXECUTABLE_PATH - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
 
BROWSER_LIBRARY_PATH - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
System property that defines the additional library path (Linux only).
BROWSER_LOGFILE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
System property that defines the location of the file where Firefox log should be stored.
BROWSER_MODE - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
 
BROWSER_NAME - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
BROWSER_PROFILE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
System property that defines the profile that should be used as a template.
BROWSER_VERSION - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
BrowserConfigurationOptions - com.thoughtworks.selenium中的类
Contains parameters for a single Selenium browser session.
BrowserConfigurationOptions() - 类 的构造器com.thoughtworks.selenium.BrowserConfigurationOptions
Instantiate a blank BrowserConfigurationOptions instance.
BrowserType - org.openqa.selenium.remote中的接口
All the browsers supported by selenium
build() - 类 中的方法org.openqa.selenium.Cookie.Builder
 
build() - 类 中的方法org.openqa.selenium.interactions.Actions
Generates a composite action containing all actions so far, ready to be performed (and resets the internal builder state, so subsequent calls to build() will contain fresh sequences).
build() - 类 中的方法org.openqa.selenium.remote.service.DriverService.Builder
Creates a new service to manage the driver server.
buildBy() - 类 中的方法org.openqa.selenium.support.pagefactory.AbstractAnnotations
Defines how to transform given object (field, class, etc) into By class used by webdriver to locate elements.
buildBy() - 类 中的方法org.openqa.selenium.support.pagefactory.Annotations
Defines how to transform given object (field, class, etc) into By class used by webdriver to locate elements.
Builder() - 类 的构造器org.openqa.selenium.chrome.ChromeDriverService.Builder
 
Builder(String, String) - 类 的构造器org.openqa.selenium.Cookie.Builder
 
Builder() - 类 的构造器org.openqa.selenium.edge.EdgeDriverService.Builder
 
Builder() - 类 的构造器org.openqa.selenium.firefox.GeckoDriverService.Builder
 
Builder(FirefoxBinary) - 类 的构造器org.openqa.selenium.firefox.GeckoDriverService.Builder
 
Builder() - 类 的构造器org.openqa.selenium.ie.InternetExplorerDriverService.Builder
 
Builder() - 类 的构造器org.openqa.selenium.opera.OperaDriverService.Builder
 
Builder() - 类 的构造器org.openqa.selenium.remote.service.DriverService.Builder
 
Builder() - 类 的构造器org.openqa.selenium.safari.SafariDriverService.Builder
 
BuildInfo - org.openqa.selenium.internal中的类
Reads information about how the current application was built from the Build-Info section of the manifest in the jar file, which contains this class.
BuildInfo() - 类 的构造器org.openqa.selenium.internal.BuildInfo
 
button() - 类 中的静态方法org.openqa.selenium.lift.Finders
 
button(String) - 类 中的静态方法org.openqa.selenium.lift.Finders
 
ButtonReleaseAction - org.openqa.selenium.interactions中的类
Releases the left mouse button
ButtonReleaseAction(Mouse, Locatable) - 类 的构造器org.openqa.selenium.interactions.ButtonReleaseAction
 
By - org.openqa.selenium中的类
Mechanism used to locate elements within a document.
By() - 类 的构造器org.openqa.selenium.By
 
By.ByClassName - org.openqa.selenium中的类
 
By.ByCssSelector - org.openqa.selenium中的类
 
By.ById - org.openqa.selenium中的类
 
By.ByLinkText - org.openqa.selenium中的类
 
By.ByName - org.openqa.selenium中的类
 
By.ByPartialLinkText - org.openqa.selenium中的类
 
By.ByTagName - org.openqa.selenium中的类
 
By.ByXPath - org.openqa.selenium中的类
 
ByAll - org.openqa.selenium.support.pagefactory中的类
Mechanism used to locate elements within a document using a series of lookups.
ByAll(By...) - 类 的构造器org.openqa.selenium.support.pagefactory.ByAll
 
ByChained - org.openqa.selenium.support.pagefactory中的类
Mechanism used to locate elements within a document using a series of other lookups.
ByChained(By...) - 类 的构造器org.openqa.selenium.support.pagefactory.ByChained
 
ByClassName(String) - 类 的构造器org.openqa.selenium.By.ByClassName
 
ByCssSelector(String) - 类 的构造器org.openqa.selenium.By.ByCssSelector
 
ById(String) - 类 的构造器org.openqa.selenium.By.ById
 
ByIdOrName - org.openqa.selenium.support中的类
 
ByIdOrName(String) - 类 的构造器org.openqa.selenium.support.ByIdOrName
 
ByLinkText(String) - 类 的构造器org.openqa.selenium.By.ByLinkText
 
ByName(String) - 类 的构造器org.openqa.selenium.By.ByName
 
ByPartialLinkText(String) - 类 的构造器org.openqa.selenium.By.ByPartialLinkText
 
ByReference() - 类 的构造器org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
 
ByReference(Pointer) - 类 的构造器org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
 
ByReference() - 类 的构造器org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
 
ByReference(Pointer) - 类 的构造器org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
 
ByTagName(String) - 类 的构造器org.openqa.selenium.By.ByTagName
 
BYTES - 接口 中的静态变量org.openqa.selenium.OutputType
Obtain the screenshot as raw bytes.
ByXPath(String) - 类 的构造器org.openqa.selenium.By.ByXPath
 
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 
跳过导航链接