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

Method constructor

util/dom_utils.js:330–333  ·  view source on GitHub ↗
(sendMessage, getXpaths)

Source from the content-addressed store, hash-verified

328// Element assertion helpers for QA testing - checking element existence, values, etc.
329export class ElementAssertions {
330 constructor(sendMessage, getXpaths) {
331 this.sendMessage = sendMessage;
332 this.getXpaths = getXpaths;
333 }
334
335 init() {
336 // Listen for assertion requests from background script

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected