proxy

Purpose

Defines the settings for a proxy server.

Contained by

Attributes

Attribute Description Type Default Options Use
host The name of the host xs:string none    optional 
id The identifier for the proxy server. You refer to this identifier in the ref attribute of the pipeline:proxy element. xs:string none    required 
port The name of the port xs:string none    required 

Example

<web-driver connection-timeout="10000">
  <proxy
    id="myproxy"  
    host="myhost"                  
    port="8086"/>         
</web-driver>

Related topics