The ChromeOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ChromeOptions | Initializes a new instance of the ChromeOptions class |
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 ![]() |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Capability |
Gets the name of the capability used to store Chrome options in
a DesiredCapabilities object.
|
Properties
Name | Description | |
---|---|---|
![]() | Arguments |
Gets the list of arguments appended to the Chrome command line as a string array.
|
![]() | BinaryLocation |
Gets or sets the location of the Chrome browser's binary executable file.
|
![]() | Extensions |
Gets the list of extensions to be installed as an array of base64-encoded strings.
|
![]() | Proxy |
Gets or sets the proxy to use with this instance of Chrome.
|
See Also