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

Function isWebDriverKey

javascript/webdriver/atoms/element.js:211–213  ·  view source on GitHub ↗

* @param {!string|!bot.Keyboard.Key} c * @returns {!boolean}

(c)

Source from the content-addressed store, hash-verified

209 * @returns {!boolean}
210 */
211 function isWebDriverKey(c) {
212 return '\uE000' <= c && c <= '\uE03D';
213 }
214};
215
216

Callers 1

element.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected