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

Method getElementProperties

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

Source from the content-addressed store, hash-verified

56 }
57
58 getElementProperties(xpath) {
59 return this.trackers.assertions.getElementProperties(xpath);
60 }
61
62 waitForElement(xpath, timeout) {
63 return this.trackers.assertions.waitForElement(xpath, timeout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected