Package at.willhaben.willtest.proxy
Class SeleniumProxy
- java.lang.Object
-
- org.openqa.selenium.Proxy
-
- at.willhaben.willtest.proxy.SeleniumProxy
-
public class SeleniumProxy extends org.openqa.selenium.Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROXY_URL_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description SeleniumProxy(net.lightbody.bmp.BrowserMobProxy proxy)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.Proxy
equals, extractFrom, getFtpProxy, getHttpProxy, getNoProxy, getProxyAutoconfigUrl, getProxyType, getSocksPassword, getSocksProxy, getSocksUsername, getSocksVersion, getSslProxy, hashCode, isAutodetect, setAutodetect, setFtpProxy, setHttpProxy, setNoProxy, setProxyAutoconfigUrl, setProxyType, setSocksPassword, setSocksProxy, setSocksUsername, setSocksVersion, setSslProxy, toJson, toString
-
-
-
-
Field Detail
-
PROXY_URL_PROPERTY_KEY
public static final java.lang.String PROXY_URL_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-