Skip to content

Instantly share code, notes, and snippets.

@teal33t
Created February 29, 2020 21:12
Show Gist options
  • Save teal33t/022d0bafb51eef71621345da3a190a91 to your computer and use it in GitHub Desktop.
Save teal33t/022d0bafb51eef71621345da3a190a91 to your computer and use it in GitHub Desktop.
# Setup proxy
def setUpProxy(self):
self.capabilities['proxy'] = { "proxyType": "MANUAL", "httpProxy": PROXY, "ftpProxy": PROXY, "sslProxy": PROXY }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment