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

Method toJSON

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

@return {!Object} the JSON encoding for this device.

()

Source from the content-addressed store, hash-verified

222
223 /** @return {!Object} the JSON encoding for this device. */
224 toJSON() {
225 return { type: this.type_, id: this.id_ }
226 }
227}
228
229/**

Callers 12

toJSONMethod · 0.45
performMethod · 0.45
getSequencesMethod · 0.45
toWireValueFunction · 0.45
tinymce.min.jsFile · 0.45
sFunction · 0.45
dFunction · 0.45
oFunction · 0.45
uFunction · 0.45
fFunction · 0.45
mFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected