MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / launchApp

Method launchApp

javascript/selenium-webdriver/chromium.js:670–672  ·  view source on GitHub ↗

* Schedules a command to launch Chrome App with given ID. * @param {string} id ID of the App to launch. * @return {!Promise } A promise that will be resolved * when app is launched.

(id)

Source from the content-addressed store, hash-verified

668 * when app is launched.
669 */
670 launchApp(id) {
671 return this.execute(new command.Command(Command.LAUNCH_APP).setParameter('id', id))
672 }
673
674 /**
675 * Schedules a command to get Chromium network emulation settings.

Callers

nothing calls this directly

Calls 2

setParameterMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected