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

Method getCastIssueMessage

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

* Returns an error message when there is any issue in a Cast session. * @return {!promise.Thenable } A promise that will be resolved * when the mirror command has been issued to the device.

()

Source from the content-addressed store, hash-verified

831 * when the mirror command has been issued to the device.
832 */
833 getCastIssueMessage() {
834 return this.execute(new command.Command(Command.GET_CAST_ISSUE_MESSAGE))
835 }
836
837 /**
838 * Stops casting from media router to the specified device, if connected.

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected