We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c190c2f commit 5fdba74Copy full SHA for 5fdba74
apps/integration_tests/selenium_generic.py
@@ -71,10 +71,10 @@ def setup_method(self, method):
71
opt.add_argument("--headless")
72
73
# Define the chrome driver path
74
- ser=Service('/usr/bin/chromedriver')
+ ser = Service('/usr/bin/chromedriver')
75
76
# Initiate the Chromedriver by passing options as argument
77
- self.driver = webdriver.Chrome(service=ser,options=opt)
+ self.driver = webdriver.Chrome(service=ser, options=opt)
78
79
# self.driver = webdriver.Remote(
80
# command_executor='http://chrome:4444/wd/hub', options=opt)
0 commit comments