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

Method constructor

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

Source from the content-addressed store, hash-verified

4
5export class RadioDetector {
6 constructor(getXpaths) {
7 this.getXpaths = getXpaths;
8 }
9
10 /**
11 * Enrich click data with radio/checkbox group info if detected

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected