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

Method constructor

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

Source from the content-addressed store, hash-verified

5
6export class ClickEventTracker {
7 constructor(sendMessage, getXpaths) {
8 this.sendMessage = sendMessage;
9 this.getXpaths = getXpaths;
10 this.dropdownDetector = null;
11 this.fileUploadDetector = null;
12 this.choiceDetector = null;
13 this.radioDetector = null;
14 this.clickToEditDetector = null;
15 }
16
17 /**
18 * Set the dropdown detector for reactive detection on clicks

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected