The information in this topic may be out of date. The current SDK reference guide has moved here.

ProxySettingsPlain class

Platform: Selenium 4Language: 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.

Properties

isHttpOnlyType:boolean
The value of this property is whether the proxy has been defines as Is HTTP only
passwordType:string
The value of this property is the proxy password set when the object was created.
urlType:string
The value of this property is the proxy URI set when the object was created.
usernameType:string
The value of this property is the proxy username set when the object was created.