MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / _getOptions

Method _getOptions

lib/helper/Puppeteer.js:284–286  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

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)

Callers 1

_setConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected