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

P

PAGE_LOAD_STRATEGY - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
PAGE_LOADING_STRATEGY - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
已过时。
Use PAGE_LOAD_STRATEGY instead
PageFactory - org.openqa.selenium.support中的类
Factory class to make using Page Objects simpler and easier.
PageFactory() - 类 的构造器org.openqa.selenium.support.PageFactory
 
pageLoadTimeout(long, TimeUnit) - 接口 中的方法org.openqa.selenium.WebDriver.Timeouts
Sets the amount of time to wait for a page load to complete before throwing an error.
PageTitleFinder - org.openqa.selenium.lift.find中的类
A Finder for HTML title tags.
parameters() - 类 中的方法org.openqa.selenium.DeviceRotation
 
parentFrame() - 接口 中的方法org.openqa.selenium.WebDriver.TargetLocator
Change focus to the parent context.
parse(String) - 类 中的静态方法com.thoughtworks.selenium.DefaultRemoteCommand
Factory method to create a RemoteCommand from a wiki-style input string
parseCSV(String) - 类 中的静态方法com.thoughtworks.selenium.HttpCommandProcessor
已过时。
Convert backslash-escaped comma-delimited string into String array.
partialLinkText(String) - 类 中的静态方法org.openqa.selenium.By
 
path(String) - 类 中的方法org.openqa.selenium.Cookie.Builder
 
pause(int) - 类 中的方法com.thoughtworks.selenium.SeleneseTestBase
已过时。
Sleeps for the specified number of milliseconds
pause(int) - 类 中的方法com.thoughtworks.selenium.SeleneseTestCase
已过时。
Sleeps for the specified number of milliseconds
pause(long) - 类 中的方法org.openqa.selenium.interactions.Actions
已过时。
'Pause' is considered to be a bad design practice.
PauseAction - org.openqa.selenium.interactions中的类
已过时。
'Pause' is considered to be a bad design practice.
PauseAction(long) - 类 的构造器org.openqa.selenium.interactions.PauseAction
已过时。
 
PeakJobMemoryUsed - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
 
PeakProcessMemoryUsed - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
 
perform() - 接口 中的方法org.openqa.selenium.interactions.Action
 
perform() - 类 中的方法org.openqa.selenium.interactions.Actions
A convenience method for performing the actions without calling build() first.
perform() - 类 中的方法org.openqa.selenium.interactions.ButtonReleaseAction
Releases the mouse button currently left held.
perform() - 类 中的方法org.openqa.selenium.interactions.ClickAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.ClickAndHoldAction
Holds down the mouse button on a selected element.
perform() - 类 中的方法org.openqa.selenium.interactions.CompositeAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.ContextClickAction
Emulates clicking on the mouse button that would bring up contextual menus (usually right-clicking).
perform() - 类 中的方法org.openqa.selenium.interactions.DoubleClickAction
Double-clicks on the given element.
perform() - 类 中的方法org.openqa.selenium.interactions.KeyDownAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.KeyUpAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.MoveMouseAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.MoveToOffsetAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.PauseAction
已过时。
 
perform() - 类 中的方法org.openqa.selenium.interactions.SendKeysAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.DoubleTapAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.DownAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.FlickAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.LongPressAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.MoveAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.ScrollAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.SingleTapAction
 
perform() - 类 中的方法org.openqa.selenium.interactions.touch.UpAction
 
PERFORMANCE - 类 中的静态变量org.openqa.selenium.logging.LogType
This log type pertains to logs relating to performance timings.
PerJobUserTimeLimit - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
 
PerProcessUserTimeLimit - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
 
PHANTOMJS - 接口 中的静态变量org.openqa.selenium.remote.BrowserType
 
phantomjs() - 类 中的静态方法org.openqa.selenium.remote.DesiredCapabilities
 
Platform - org.openqa.selenium中的枚举
Represents the known and supported Platforms that WebDriver runs on.
PLATFORM - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
Point - org.openqa.selenium中的类
A copy of java.awt.Point, to remove dependency on awt.
Point(int, int) - 类 的构造器org.openqa.selenium.Point
 
pollingEvery(long, TimeUnit) - 类 中的方法org.openqa.selenium.support.ui.FluentWait
Sets how often the condition should be evaluated.
pollPort(int) - 类 中的静态方法org.openqa.selenium.net.PortProber
 
pollPort(int, int, TimeUnit) - 类 中的静态方法org.openqa.selenium.net.PortProber
 
PORT_PREFERENCE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxProfile
 
PortProber - org.openqa.selenium.net中的类
 
Presence - com.thoughtworks.selenium.condition中的类
Checks whether a given locator exists on the page.
Presence(String) - 类 的构造器com.thoughtworks.selenium.condition.Presence
 
presenceOfAllElementsLocatedBy(By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that there is at least one element present on a web page.
presenceOfElementLocated(By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element is present on the DOM of a page.
presenceOfNestedElementLocatedBy(By, By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to present
presenceOfNestedElementLocatedBy(WebElement, By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to be present
presenceOfNestedElementsLocatedBy(By, By) - 类 中的静态方法org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to present
pressKey(CharSequence) - 接口 中的方法org.openqa.selenium.interactions.Keyboard
Press a key on the keyboard that isn't text.
pressKey(CharSequence) - 类 中的方法org.openqa.selenium.remote.RemoteKeyboard
 
pressKey(CharSequence) - 类 中的方法org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
PriorityClass - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
 
ProcessMemoryLimit - 类 中的变量org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
 
ProcessStillAliveException(String, Throwable) - 异常错误 的构造器org.openqa.selenium.os.ProcessUtils.ProcessStillAliveException
 
ProcessUtils - org.openqa.selenium.os中的类
 
ProcessUtils() - 类 的构造器org.openqa.selenium.os.ProcessUtils
 
ProcessUtils.ProcessStillAliveException - org.openqa.selenium.os中的异常错误
 
procMap() - 类 中的静态方法org.openqa.selenium.os.WindowsUtils
Returns a map of process IDs to command lines
PROFILE - 类 中的静态变量org.openqa.selenium.firefox.FirefoxDriver
 
PROFILE_NAME - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
 
PROFILER - 类 中的静态变量org.openqa.selenium.logging.LogType
This log type pertains to logs relating to performance timings.
ProfilerLogEntry - org.openqa.selenium.logging.profiler中的类
 
ProfilerLogEntry(EventType, String) - 类 的构造器org.openqa.selenium.logging.profiler.ProfilerLogEntry
 
ProfilesIni - org.openqa.selenium.firefox.internal中的类
 
ProfilesIni() - 类 的构造器org.openqa.selenium.firefox.internal.ProfilesIni
 
protect(WebDriver) - 类 中的静态方法org.openqa.selenium.support.ThreadGuard
 
ProtocolHandshake - org.openqa.selenium.remote中的类
 
ProtocolHandshake() - 类 的构造器org.openqa.selenium.remote.ProtocolHandshake
 
ProtocolHandshake.Result - org.openqa.selenium.remote中的类
 
Proxy - org.openqa.selenium中的类
Configuration parameters for using proxies in WebDriver.
Proxy() - 类 的构造器org.openqa.selenium.Proxy
 
Proxy(Map<String, ?>) - 类 的构造器org.openqa.selenium.Proxy
 
PROXY - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType
 
Proxy.ProxyType - org.openqa.selenium中的枚举
 
PROXY_CONFIG - 类 中的静态变量com.thoughtworks.selenium.BrowserConfigurationOptions
 
PROXY_PAC - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
PROXYING_EVERYTHING - 接口 中的静态变量org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
publish(LogRecord) - 类 中的方法org.openqa.selenium.logging.LoggingHandler
 
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 
跳过导航链接