ChromeOptions MethodsWebDriver
The ChromeOptions type exposes the following members.
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
See Also