MCPcopy Create free account
hub / github.com/MADEVAL/Oat-Table / click

Function click

tests/table.test.js:21–23  ·  view source on GitHub ↗
(window, element)

Source from the content-addressed store, hash-verified

19}
20
21function click(window, element) {
22 element.dispatchEvent(new window.MouseEvent('click', { bubbles: true }));
23}
24
25function change(window, element) {
26 element.dispatchEvent(new window.Event('change', { bubbles: true }));

Callers 1

table.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected