ProxySettings class
Platform: WebdriverIO 5Language: JavaScript 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 setProxy method.
Require statement
const {ProxySettings} = require('@applitools/eyes-webdriverio');
Constructor
- ProxySettings()
- This is the constructor for the ProxySettings class.
Methods
- getIsDisabled()
- Returns true if there is no proxy server.
- getIsHttpOnly()
- Returns whether the proxy has been defines as Is HTTP only
- getPassword()
- Returns the proxy password set when the object was created.
- getUri()
- Returns the proxy URI set when the object was created.
- getUsername()
- Returns the proxy username set when the object was created.