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

Method _init

lib/helper/WebDriver.js:576–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574 }
575
576 async _init() {
577 // Load webdriverio dynamically
578 if (!webdriverio) {
579 try {
580 webdriverio = await import('webdriverio')
581 webdriverio = webdriverio.default || webdriverio
582 } catch (e) {
583 throw new Error('webdriverio could not be loaded. Please install webdriverio.')
584 }
585 }
586 }
587
588 static _config() {
589 return [

Callers 1

_beforeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected