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

Method waitForElement

modules/action/index.js:62–64  ·  view source on GitHub ↗
(xpath, timeout)

Source from the content-addressed store, hash-verified

60 }
61
62 waitForElement(xpath, timeout) {
63 return this.trackers.assertions.waitForElement(xpath, timeout);
64 }
65
66 // Get specific tracker if needed
67 getTracker(name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected