diff --git a/tests/test_int.py b/tests/test_int.py index b5678f9..818bddc 100644 --- a/tests/test_int.py +++ b/tests/test_int.py @@ -25,6 +25,7 @@ def setUp(self): chrome_options = webdriver.chrome.options.Options() chrome_options.add_argument('--headless') + chrome_options.add_argument('--remote-debugging-port=9222') self.driver = webdriver.Chrome(options=chrome_options)