mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Use chromium for tests
This commit is contained in:
@@ -58,7 +58,7 @@ async function setup(): Promise<WebDriver> {
|
||||
options.addArguments("--headless=new");
|
||||
options.addArguments("--window-size=1920,1080");
|
||||
|
||||
const driver = await new Builder().forBrowser("chrome").setChromeOptions(options).build();
|
||||
const driver = await new Builder().forBrowser("chromium").setChromeOptions(options).build();
|
||||
driver.manage().setTimeouts({
|
||||
implicit: 5000
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user