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

Method getElementValue

modules/action/index.js:54–56  ·  view source on GitHub ↗
(xpath)

Source from the content-addressed store, hash-verified

52 }
53
54 getElementValue(xpath) {
55 return this.trackers.assertions.getElementValue(xpath);
56 }
57
58 getElementProperties(xpath) {
59 return this.trackers.assertions.getElementProperties(xpath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected