MCPcopy
hub / github.com/plotly/plotly.js / timed_click.js

File timed_click.js

test/jasmine/assets/timed_click.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var mouseEvent = require('./mouse_event');
2
3module.exports = function click(x, y) {
4 mouseEvent('mousemove', x, y, {buttons: 0});

Callers

nothing calls this directly

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected