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

Method stopCasting

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

* Stops casting from media router to the specified device, if connected. * * @param {String} deviceName name of the target device. * @return {!promise.Thenable } A promise that will be resolved * when the stop command has been issued to the device.

(deviceName)

Source from the content-addressed store, hash-verified

842 * when the stop command has been issued to the device.
843 */
844 stopCasting(deviceName) {
845 return this.execute(new command.Command(Command.STOP_CASTING).setParameter('sinkName', deviceName))
846 }
847}
848
849// PUBLIC API

Callers

nothing calls this directly

Calls 2

setParameterMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected