Java org.openqa.selenium Proxy fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium Proxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium Proxy.

The text is from its open source code.

Constructor

Method

ProxyextractFrom(Capabilities capabilities)
StringgetFtpProxy()
Gets the FTP proxy.
StringgetHttpProxy()
Gets the HTTP proxy.
StringgetProxyAutoconfigUrl()
Gets the proxy auto-configuration URL.
ProxyTypegetProxyType()
Gets the ProxyType .
StringgetSocksPassword()
Gets the SOCKS proxy's password.
StringgetSocksProxy()
Gets the SOCKS proxy.
StringgetSocksUsername()
Gets the SOCKS proxy's username.
ProxysetAutodetect(boolean autodetect)
Specifies whether to autodetect proxy settings.
ProxysetFtpProxy(String ftpProxy)
Specify which proxy to use for FTP connections.
ProxysetHttpProxy(String httpProxy)
Specify which proxy to use for HTTP connections.
ProxysetNoProxy(String noProxy)
Sets proxy bypass (noproxy) addresses
ProxysetProxyAutoconfigUrl(String proxyAutoconfigUrl)
Specifies the URL to be used for proxy auto-configuration.
ProxysetProxyType(ProxyType proxyType)
Explicitly sets the proxy type, useful for forcing direct connection on Linux.
ProxysetSocksPassword(String password)
Specifies a password for the SOCKS proxy.
ProxysetSocksProxy(String socksProxy)
Specifies which proxy to use for SOCKS.
ProxysetSocksUsername(String username)
Specifies a username for the SOCKS proxy.
ProxysetSslProxy(String sslProxy)
Specify which proxy to use for SSL connections.