v2.2.8: Update the proxy configuration and capabilities
·
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