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

Method handleFile

javascript/selenium-webdriver/lib/input.js:164–166  ·  view source on GitHub ↗

* Handles the file specified by the given path, preparing it for use with * the current browser. If the path does not refer to a valid file, it will * be returned unchanged, otherwise a path suitable for use with the current * browser will be returned. * * This default implementation

(_driver, path)

Source from the content-addressed store, hash-verified

162 * @package
163 */
164 handleFile(_driver, path) {
165 return Promise.resolve(path)
166 }
167}
168
169/**

Callers 2

sendKeysMethod · 0.45
remote_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected