跳过导航链接
A C D E G I M N P S U V W 

A

activateObject(PooledObject<WebDriver>) - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
对象激活,borrowObject时触发

C

CapabilityUtil - cn.patterncat.webdriver.util中的类
Created by patterncat on 2017-11-05.
CapabilityUtil() - 类 的构造器cn.patterncat.webdriver.util.CapabilityUtil
 
cn.patterncat.webdriver - 程序包 cn.patterncat.webdriver
 
cn.patterncat.webdriver.component - 程序包 cn.patterncat.webdriver.component
 
cn.patterncat.webdriver.exception - 程序包 cn.patterncat.webdriver.exception
 
cn.patterncat.webdriver.util - 程序包 cn.patterncat.webdriver.util
 
create() - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
这个方法是BasePooledObjectFactory额外有的,其实PooledObjectFactory接口只有makeObject 这里用create替代

D

destroyObject(PooledObject<WebDriver>) - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
对象销毁(clear时会触发) 这里要关闭driver
DriverLoader - cn.patterncat.webdriver.component中的类
Created by patterncat on 2017-11-04.
DriverLoader() - 类 的构造器cn.patterncat.webdriver.component.DriverLoader
 
DriverProcessor<T> - cn.patterncat.webdriver.component中的接口
Created by patterncat on 2017-10-18.
DriverType - cn.patterncat.webdriver.component中的枚举
Created by patterncat on 2017-11-04.

E

execute(WebDriver) - 接口 中的方法cn.patterncat.webdriver.component.DriverProcessor
 
execute(long, DriverProcessor<T>) - 类 中的方法cn.patterncat.webdriver.component.WebDriverTemplate
 

G

getDeviceName() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getDriverType() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getFilename() - 枚举 中的方法cn.patterncat.webdriver.component.DriverType
 
getImplicitlyWaitMs() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getPageLoadTimeoutMs() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getPoolMaxIdle() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getPoolMaxTotal() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getPoolMinIdle() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
getScriptLoadTimeoutMs() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 

I

isEnabled() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
isPreparePool() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
isTestOnBorrow() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
isTestOnCreate() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
isTestOnReturn() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
isTestWhileIdle() - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 

M

makeObject() - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
这个方法可以默认是调用warp(create())

N

newInstance(DriverType, DesiredCapabilities) - 类 中的静态方法cn.patterncat.webdriver.component.DriverLoader
 
NoDriverAvailableException - cn.patterncat.webdriver.exception中的异常错误
Created by patterncat on 2017-10-18.
NoDriverAvailableException(String, Throwable) - 异常错误 的构造器cn.patterncat.webdriver.exception.NoDriverAvailableException
 

P

passivateObject(PooledObject<WebDriver>) - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
对象钝化,从激活状态转入非激活状态,returnObject时触发
PooledDriverFactory - cn.patterncat.webdriver.component中的类
Created by patterncat on 2017-10-18.
PooledDriverFactory(DesiredCapabilities, WebDriverProperties) - 类 的构造器cn.patterncat.webdriver.component.PooledDriverFactory
 
pooledDriverFactory() - 类 中的方法cn.patterncat.webdriver.WebDriverAutoConfiguration
 
preparePoolRunner(WebDriverPool) - 类 中的方法cn.patterncat.webdriver.WebDriverAutoConfiguration
 

S

setChromeDeviceEmulation(DesiredCapabilities, String) - 类 中的静态方法cn.patterncat.webdriver.util.CapabilityUtil
 
setDeviceName(String) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setDriverType(DriverType) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setEnabled(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setImplicitlyWaitMs(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setLoggingPreferences(DesiredCapabilities) - 类 中的静态方法cn.patterncat.webdriver.util.CapabilityUtil
 
setPageLoadTimeoutMs(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setPoolMaxIdle(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setPoolMaxTotal(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setPoolMinIdle(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setPreparePool(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setScriptLoadTimeoutMs(int) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setTestOnBorrow(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setTestOnCreate(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setTestOnReturn(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 
setTestWhileIdle(boolean) - 类 中的方法cn.patterncat.webdriver.WebDriverProperties
 

U

unpack(DriverType) - 类 中的静态方法cn.patterncat.webdriver.util.UnPacker
 
unpack(String, String) - 类 中的静态方法cn.patterncat.webdriver.util.UnPacker
Unpack bundled phantomjs binary into specified directory
unpack(File, String) - 类 中的静态方法cn.patterncat.webdriver.util.UnPacker
Unpack bundled phantomjs binary into specified directory
unpackDriverIfNeeded(DriverType, String) - 类 中的静态方法cn.patterncat.webdriver.component.DriverLoader
 
UnPacker - cn.patterncat.webdriver.util中的类
Created by patterncat on 2017-11-04.
UnPacker() - 类 的构造器cn.patterncat.webdriver.util.UnPacker
 

V

validateObject(PooledObject<WebDriver>) - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
 
valueOf(String) - 枚举 中的静态方法cn.patterncat.webdriver.component.DriverType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.patterncat.webdriver.component.DriverType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebDriverAutoConfiguration - cn.patterncat.webdriver中的类
Created by patterncat on 2017-10-18.
WebDriverAutoConfiguration(WebDriverProperties) - 类 的构造器cn.patterncat.webdriver.WebDriverAutoConfiguration
 
WebDriverPool - cn.patterncat.webdriver.component中的类
Created by patterncat on 2017-10-18.
WebDriverPool(PooledObjectFactory<WebDriver>, GenericObjectPoolConfig) - 类 的构造器cn.patterncat.webdriver.component.WebDriverPool
 
webDriverPool() - 类 中的方法cn.patterncat.webdriver.WebDriverAutoConfiguration
 
WebDriverProperties - cn.patterncat.webdriver中的类
Created by patterncat on 2017-10-18.
WebDriverProperties() - 类 的构造器cn.patterncat.webdriver.WebDriverProperties
 
WebDriverTemplate - cn.patterncat.webdriver.component中的类
Created by patterncat on 2017-10-18.
WebDriverTemplate(WebDriverPool) - 类 的构造器cn.patterncat.webdriver.component.WebDriverTemplate
 
webDriverTemplate(WebDriverPool) - 类 中的方法cn.patterncat.webdriver.WebDriverAutoConfiguration
 
wrap(WebDriver) - 类 中的方法cn.patterncat.webdriver.component.PooledDriverFactory
 
A C D E G I M N P S U V W 
跳过导航链接

Copyright © 2017. All rights reserved.