* Sets Firefox specific plain firefox.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 {!fir
(options)
| 466 | * @return {!Builder} A self reference. |
| 467 | */ |
| 468 | setFirefoxOptions(options) { |
| 469 | this.firefoxOptions_ = options |
| 470 | return this |
| 471 | } |
| 472 | |
| 473 | /** |
| 474 | * @return {firefox.Options} the Firefox specific options currently configured |
no outgoing calls
no test coverage detected