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

Method release

javascript/selenium-webdriver/bidi/input.js:67–75  ·  view source on GitHub ↗

* Resets the input state in the specified browsing context. * * @param {string} browsingContextId - The ID of the browsing context. * @returns {Promise} A promise that resolves when the release actions are sent.

(browsingContextId)

Source from the content-addressed store, hash-verified

65 * @returns {Promise} A promise that resolves when the release actions are sent.
66 */
67 async release(browsingContextId) {
68 const command = {
69 method: 'input.releaseActions',
70 params: {
71 context: browsingContextId,
72 },
73 }
74 return await this.bidi.send(command)
75 }
76
77 /**
78 * Sets the files property of a given input element.

Callers 3

action.jsFile · 0.45
actions_test.jsFile · 0.45
input_test.jsFile · 0.45

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected