ChromeOptions PropertiesWebDriver
The ChromeOptions type exposes the following members.
Properties

  NameDescription
Public propertyArguments
Gets the list of arguments appended to the Chrome command line as a string array.
Public propertyBinaryLocation
Gets or sets the location of the Chrome browser's binary executable file.
Public propertyExtensions
Gets the list of extensions to be installed as an array of base64-encoded strings.
Public propertyProxy
Gets or sets the proxy to use with this instance of Chrome.
Back to Top
See Also