MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / constructor

Method constructor

modules/action/events/input.js:7–12  ·  view source on GitHub ↗
(sendMessage, getXpaths)

Source from the content-addressed store, hash-verified

5
6export class InputEventTracker {
7 constructor(sendMessage, getXpaths) {
8 this.sendMessage = sendMessage;
9 this.getXpaths = getXpaths;
10 this.dropdownDetector = null; // Reactive dropdown detector
11 this.clickToEditDetector = null; // Click-to-edit pattern detector
12 }
13
14 /**
15 * Set the dropdown detector for recording input interactions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected