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

Method constructor

modules/action/context/choice.js:4–6  ·  view source on GitHub ↗
(getXpaths)

Source from the content-addressed store, hash-verified

2
3export class ChoiceDetector {
4 constructor(getXpaths) {
5 this.getXpaths = getXpaths;
6 }
7
8 /**
9 * Enrich click data with choice group info if detected

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected