* @return {chrome.Options} the Chrome specific options currently configured * for this builder.
()
| 438 | * for this builder. |
| 439 | */ |
| 440 | getChromeOptions() { |
| 441 | return this.chromeOptions_ |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | * Sets the service builder to use for managing the chromedriver child process |
no outgoing calls
no test coverage detected