(xpath, assertion)
| 48 | |
| 49 | // Expose assertion methods for direct access |
| 50 | assertElement(xpath, assertion) { |
| 51 | return this.trackers.assertions.assertElement(xpath, assertion); |
| 52 | } |
| 53 | |
| 54 | getElementValue(xpath) { |
| 55 | return this.trackers.assertions.getElementValue(xpath); |
nothing calls this directly
no outgoing calls
no test coverage detected