Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ toJSON
Method
toJSON
javascript/selenium-webdriver/lib/input.js:332–334 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
330
331
/** @override */
332
toJSON() {
333
return
Object.assign({ parameters: { pointerType: this.pointerType_ } }, super.toJSON())
334
}
335
336
/**
337
* @
return
{!Action} An action that cancels this pointer's current input.
Callers
nothing calls this directly
Calls
1
toJSON
Method · 0.45
Tested by
no test coverage detected