mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
chrome.cast.media definition tests
This commit is contained in:
@@ -17,7 +17,7 @@ const firefoxOptions = new firefox.Options()
|
||||
const chromeOptions = new chrome.Options()
|
||||
.excludeSwitches("disable-default-apps")
|
||||
.addArguments(
|
||||
"--load-media-router-component-extension");
|
||||
`--user-data-dir=${path.resolve(__dirname, "ChromeProfile")}`);
|
||||
|
||||
|
||||
async function create () {
|
||||
|
||||
Reference in New Issue
Block a user