mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-browsers: add --remote-allow-origins to ChromeUser
parent
5eb47d7401
commit
7fa65661f9
|
@ -73,6 +73,7 @@ public class ChromeUser extends BrowserUser {
|
|||
}
|
||||
|
||||
options.addArguments("--disable-infobars");
|
||||
options.addArguments("--remote-allow-origins=*");
|
||||
options.setExperimentalOption("excludeSwitches", new String[] { "enable-automation" });
|
||||
|
||||
Map<String, Object> prefs = new HashMap<String, Object>();
|
||||
|
|
Loading…
Reference in New Issue