diff --git a/misskaty/plugins/selenium_tes.py b/misskaty/plugins/selenium_tes.py index e23b50d0..51bba187 100644 --- a/misskaty/plugins/selenium_tes.py +++ b/misskaty/plugins/selenium_tes.py @@ -15,6 +15,7 @@ async def pahe(_, msg): chromedriver_autoinstaller.install() os.chmod("/MissKaty/chromedriver", 755) chrome_options = webdriver.ChromeOptions() + chrome_options.binary_location = "/usr/bin/google-chrome" chrome_options.add_argument("--headless") chrome_options.add_argument("--no-sandbox") chrome_options.add_argument("--disable-dev-shm-usage")