ProxySettings class
An object used to set and retrieve the details of the proxy server used to interact with the Eyes server.
To set a proxy server, create an object of this type and pass it to the setProxy
method.
Import statement
from applitools.common import ProxySettings
ProxySettings method
Syntax
proxySettings = ProxySettings()
Parameters
This method does not take any parameters.
Return value
Type: None
password property
Syntax
proxySettings.password = value
value = proxySettings.password
Type: Text
port property
Syntax
proxySettings.port = value
value = proxySettings.port
Type: int
username property
Syntax
proxySettings.username = value
value = proxySettings.username
Type: Text