(xpath, timeout)
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected