Created
February 29, 2020 21:12
-
-
Save teal33t/022d0bafb51eef71621345da3a190a91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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