Skip to content

Instantly share code, notes, and snippets.

@teal33t
Created February 29, 2020 21:15
Show Gist options
  • Save teal33t/2135f3a27d8a3fd12ef185ba883cbc79 to your computer and use it in GitHub Desktop.
Save teal33t/2135f3a27d8a3fd12ef185ba883cbc79 to your computer and use it in GitHub Desktop.
# Enable Marionette, An automation driver for Mozilla's Gecko engine
def setUpCapabilities(self):
self.capabilities = webdriver.DesiredCapabilities.FIREFOX
self.capabilities['marionette'] = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment