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

Method enableBidi

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

* Enable bidi connection * @returns {!Capabilities}

()

Source from the content-addressed store, hash-verified

554 * @returns {!Capabilities}
555 */
556 enableBidi() {
557 return this.set('webSocketUrl', true)
558 }
559}
560
561/**

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected