Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ChromeOptions options = new ChromeOptions();
  2. // set some options
  3. DesiredCapabilities dc = DesiredCapabilities.Chrome();
  4. dc.SetCapability(ChromeOptions.Capability, options);
  5. IWebDriver driver = new RemoteWebDriver(dc);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement