()
| 601 | } |
| 602 | |
| 603 | _beforeSuite() { |
| 604 | if (!this.options.restart && !this.options.manualStart && !this.isRunning) { |
| 605 | this.debugSection('Session', 'Starting singleton browser session') |
| 606 | return this._startBrowser() |
| 607 | } |
| 608 | } |
| 609 | |
| 610 | _lookupCustomLocator(customStrategy) { |
| 611 | if (typeof this.customLocatorStrategies !== 'object') { |
nothing calls this directly
no test coverage detected