Свойство | Тип | Описание | |
---|---|---|---|
Capability | string |
Метод | Описание | |
---|---|---|
AddArgument ( string argument ) : void |
Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.
|
|
AddArguments ( ) : void |
Adds arguments to be appended to the Chrome.exe command line.
|
|
AddArguments ( IEnumerable |
Adds arguments to be appended to the Chrome.exe command line.
|
|
AddExtension ( string pathToExtension ) : void |
Adds a path to a packed Chrome extension (.crx file) to the list of extensions to be installed in the instance of Chrome.
|
|
AddExtensions ( ) : void |
Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
|
|
AddExtensions ( IEnumerable |
Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
|
public AddArgument ( string argument ) : void | ||
argument | string | The argument to add. |
Результат | void |
public AddArguments ( IEnumerable |
||
arguments | IEnumerable |
An |
Результат | void |
public AddExtension ( string pathToExtension ) : void | ||
pathToExtension | string | The full path to the extension to add. |
Результат | void |
public AddExtensions ( IEnumerable |
||
extensions | IEnumerable |
An |
Результат | void |