Created
February 29, 2020 21:15
-
-
Save teal33t/2135f3a27d8a3fd12ef185ba883cbc79 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
# 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