From 42c437bbc71fd64fab7a3fea1a7f23fd6b25f41a Mon Sep 17 00:00:00 2001 From: kaesinol Date: Sun, 12 Nov 2023 23:19:20 +0800 Subject: [PATCH] fuck u github ci --- tests/CI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CI.py b/tests/CI.py index 8d8ba2c..ab6aba3 100644 --- a/tests/CI.py +++ b/tests/CI.py @@ -12,7 +12,7 @@ def get_browser() -> WebDriver: chrome_options.add_argument('--disable-remote-fonts') chrome_options.add_argument('--disable-gpu') chrome_options.add_argument('--no-sandbox') - chrome_options.add_argument('--headless') + chrome_options.headless = True driver = webdriver.Chrome(options=chrome_options) return driver