(config)
| 282 | } |
| 283 | |
| 284 | _getOptions(config) { |
| 285 | return config.browser === 'firefox' ? Object.assign(this.options.firefox, { product: 'firefox' }) : this.options.chrome |
| 286 | } |
| 287 | |
| 288 | _setConfig(config) { |
| 289 | this.options = this._validateConfig(config) |