Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created May 14, 2020 18:07
Show Gist options
  • Select an option

  • Save seleniumgists/bfffcad07ea40ef5328cf250b5d41efe to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/bfffcad07ea40ef5328cf250b5d41efe to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
Proxy proxy = new Proxy();
proxy.setProxyType(Proxy.ProxyType.MANUAL);
proxy.setHttpProxy("webproxy:80");
proxy.setSslProxy("webproxy:80");
options.setCapability(CapabilityType.PROXY, proxy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment