* Selects a cast sink (Cast device) as the recipient of media router intents (connect or play). * * @param {String} deviceName name of the target device. * @return {!promise.Thenable } A promise that will be resolved * when the target device has been selected to respond further
(deviceName)
| 800 | * when the target device has been selected to respond further webdriver commands. |
| 801 | */ |
| 802 | setCastSinkToUse(deviceName) { |
| 803 | return this.execute(new command.Command(Command.SET_CAST_SINK_TO_USE).setParameter('sinkName', deviceName)) |
| 804 | } |
| 805 | |
| 806 | /** |
| 807 | * Initiates desktop mirroring for the current browser tab on the specified device. |
nothing calls this directly
no test coverage detected