Skip to content

v2.2.8: Update the proxy configuration and capabilities

Compare
Choose a tag to compare
@nicolasiltis nicolasiltis released this 22 May 07:44
· 1 commit to fork-2.0 since this release
 * update method createFirefoxDriver()
        - it adds the noProxy (if they have been set in config.xml) hosts to the ffprofile
        - delete the if block : [if (capabilities != null) { return new FirefoxDriver(capabilities);}] to be able to add some capabilities.

 * update createProxyCapabilities() to createProxyCapabilities(String type)
        - Instead of creating only chrome capabilities now it can create firefox capabilities aswell

 * add the method getNoProxyHosts()

 * add the method getNoProxyHosts() : extract the NoProxy hosts from the config.xml file