Instantly share code, notes, and snippets.

anonymous /gist1.rb Secret
Created May 2, 2017

Embed
What would you like to do?
generated automatically from #selenium on freenode
@pytest.fixture
def chrome_options(chrome_options):
chrome_options.add_argument('--headless')
chrome_options.add_argument('--disable-gpu')
return chrome_options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment