* @return {firefox.ServiceBuilder} the Firefox service currently configured * for this instance.
()
| 483 | * for this instance. |
| 484 | */ |
| 485 | getFirefoxService() { |
| 486 | return this.firefoxService_ |
| 487 | } |
| 488 | |
| 489 | /** |
| 490 | * Sets the {@link firefox.ServiceBuilder} to use to manage the geckodriver |
no outgoing calls
no test coverage detected