* Sets Chrome specific plain chrome.Options options for drivers * created by this builder. Any logging or proxy settings defined on the given * options will take precedence over those set through * #setLoggingPrefs and #setProxy, respectively. * * @param {!chrom
(options)
| 429 | * @return {!Builder} A self reference. |
| 430 | */ |
| 431 | setChromeOptions(options) { |
| 432 | this.chromeOptions_ = options |
| 433 | return this |
| 434 | } |
| 435 | |
| 436 | /** |
| 437 | * @return {chrome.Options} the Chrome specific options currently configured |
no outgoing calls
no test coverage detected