(xpath)
| 52 | } |
| 53 | |
| 54 | getElementValue(xpath) { |
| 55 | return this.trackers.assertions.getElementValue(xpath); |
| 56 | } |
| 57 | |
| 58 | getElementProperties(xpath) { |
| 59 | return this.trackers.assertions.getElementProperties(xpath); |
nothing calls this directly
no outgoing calls
no test coverage detected