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 31bcb39 commit ecc34f6Copy full SHA for ecc34f6
tests/conftest.py
@@ -70,7 +70,7 @@ def driver():
70
driver = webdriver.Chrome(
71
options=options,
72
# executable_path="/home/jeroen/chromedriver",
73
- executable_path="/home/jonas/Documents/chromedriver-linux64/chromedriver",
+ # executable_path="/home/jonas/Documents/chromedriver-linux64/chromedriver",
74
desired_capabilities=d,
75
)
76
# driver = webdriver.Firefox(executable_path='/home/jonas/git/gIDLaB/plotly-dynamic-resampling/geckodriver')
0 commit comments