Skip to content

Commit

Permalink
Updating documentation comment. No functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 4, 2014
1 parent 5fed4c7 commit bfd3cce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dotnet/src/webdriver/Chrome/ChromeOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ namespace OpenQA.Selenium.Chrome
/// <para>For use with RemoteWebDriver:</para>
/// <para></para>
/// <code>
/// DesiredCapabilities capabilities = DesiredCapabilities.Chrome();
/// capabilities.SetCapability(ChromeOptions.Capability, options);
/// RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), capabilities);
/// RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), options.ToCapabilities());
/// </code>
/// </example>
public class ChromeOptions
Expand Down

0 comments on commit bfd3cce

Please sign in to comment.