ProxySettings class
Platform: Selenium 3Language: Python SDK:
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 undefined method.
Import statement
from applitools.common import ProxySettings
Constructor
- ProxySettings()
- This is the constructor for the ProxySettings class.
Properties
- passwordType:Text
- The value of this property is the proxy password set when the object was created.
- portType:int
- The value of this property is the proxy port set when the object was created.
- usernameType:Text
- The value of this property is the proxy username set when the object was created.
- url
- The value of this property is the proxy URI set when the object was created.