ChromeOptions MembersWebDriver

The ChromeOptions type exposes the following members.
Constructors

  NameDescription
Public methodChromeOptions
Initializes a new instance of the ChromeOptions class
Back to Top
Methods

  NameDescription
Public methodAddAdditionalCapability
Provides a means to add additional capabilities not yet added as type safe options for the Chrome driver.
Public methodAddArgument
Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.
Public methodAddArguments(IEnumerable String )
Adds arguments to be appended to the Chrome.exe command line.
Public methodAddArguments( String )
Adds arguments to be appended to the Chrome.exe command line.
Public methodAddExtension
Adds a path to a packed Chrome extension (.crx file) to the list of extensions to be installed in the instance of Chrome.
Public methodAddExtensions(IEnumerable String )
Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
Public methodAddExtensions( String )
Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToCapabilities
Returns DesiredCapabilities for Chrome with these options included as capabilities. This does not copy the options. Further changes will be reflected in the returned capabilities.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCapability
Gets the name of the capability used to store Chrome options in a DesiredCapabilities object.
Back to Top
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