chrome.cast.media definition tests

This commit is contained in:
hensm
2018-06-12 02:54:16 +01:00
parent c8dc192f19
commit 26e2381182
6 changed files with 140 additions and 8 deletions

View File

@@ -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 () {