Open GoogleCodeExporter opened 9 years ago
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Please provide chrome switch through ChromeOptions and it is working fine
Chrome:41, ChromeDriver:2.14
Please find below code:
ChromeOptions options = new ChromeOptions();
options.addArguments("--use-fake-ui-for-media-stream");
DesiredCapabilities capabilities = DesiredCapabilities.chrome();
capabilities.setCapability(ChromeOptions.CAPABILITY, options);
WebDriver driver = new RemoteWebDriver(new
URL("http://localhost:4444/wd/hub"),capabilities);
driver.get("http://www.html5rocks.com/en/tutorials/getusermedia/intro");
driver.findElement(By.id("capture-button")).click()
Original comment by ssudunag...@chromium.org
on 18 Mar 2015 at 7:31
Original comment by ssudunag...@chromium.org
on 26 Mar 2015 at 6:39
Original issue reported on code.google.com by
rajendra...@gmail.com
on 30 May 2014 at 8:52