* @return {firefox.Options} the Firefox specific options currently configured * for this instance.
()
| 475 | * for this instance. |
| 476 | */ |
| 477 | getFirefoxOptions() { |
| 478 | return this.firefoxOptions_ |
| 479 | } |
| 480 | |
| 481 | /** |
| 482 | * Sets the {@link firefox.ServiceBuilder} to use to manage the geckodriver |
no outgoing calls
no test coverage detected