MCPcopy
hub / github.com/SeleniumHQ/selenium / startCastTabMirroring

Method startCastTabMirroring

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

* Initiates tab mirroring for the current browser tab on the specified device. * * @param {String} deviceName name of the target device. * @return {!promise.Thenable } A promise that will be resolved * when the mirror command has been issued to the device.

(deviceName)

Source from the content-addressed store, hash-verified

822 * when the mirror command has been issued to the device.
823 */
824 startCastTabMirroring(deviceName) {
825 return this.execute(new command.Command(Command.START_CAST_TAB_MIRRORING).setParameter('sinkName', deviceName))
826 }
827
828 /**
829 * Returns an error message when there is any issue in a Cast session.

Callers

nothing calls this directly

Calls 2

setParameterMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected