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

Method getCastSinks

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

* Returns the list of cast sinks (Cast devices) available to the Chrome media router. * * @return {!promise.Thenable } A promise that will be resolved with an array of Strings * containing the friendly device names of available cast sink targets.

()

Source from the content-addressed store, hash-verified

789 * containing the friendly device names of available cast sink targets.
790 */
791 getCastSinks() {
792 return this.execute(new command.Command(Command.GET_CAST_SINKS))
793 }
794
795 /**
796 * Selects a cast sink (Cast device) as the recipient of media router intents (connect or play).

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected