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

Method assertElement

modules/action/index.js:50–52  ·  view source on GitHub ↗
(xpath, assertion)

Source from the content-addressed store, hash-verified

48
49 // Expose assertion methods for direct access
50 assertElement(xpath, assertion) {
51 return this.trackers.assertions.assertElement(xpath, assertion);
52 }
53
54 getElementValue(xpath) {
55 return this.trackers.assertions.getElementValue(xpath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected