The ChromeOptions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddAdditionalCapability |
Provides a means to add additional capabilities not yet added as type safe options
for the Chrome driver.
|
![]() | AddArgument |
Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.
|
![]() | AddArguments(IEnumerable String ) |
Adds arguments to be appended to the Chrome.exe command line.
|
![]() | AddArguments( String ) |
Adds arguments to be appended to the Chrome.exe command line.
|
![]() | AddExtension |
Adds a path to a packed Chrome extension (.crx file) to the list of extensions
to be installed in the instance of Chrome.
|
![]() | AddExtensions(IEnumerable String ) |
Adds a list of paths to packed Chrome extensions (.crx files) to be installed
in the instance of Chrome.
|
![]() | AddExtensions( String ) |
Adds a list of paths to packed Chrome extensions (.crx files) to be installed
in the instance of Chrome.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToCapabilities |
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.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also