Skip to content

Commit

Permalink
Remove deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed May 14, 2023
1 parent 4f5d6fa commit a6ebc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_fromdriver(self):
options = webdriver.ChromeOptions()
options.add_argument('no-sandbox')
options.add_argument('headless')
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options, keep_alive=False)
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options)

solutions = list()
for i in range(5):
Expand Down

0 comments on commit a6ebc69

Please sign in to comment.