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