(selector: string)
| 1163 | } |
| 1164 | |
| 1165 | getRefRole(selector: string): string | null { |
| 1166 | return this.getActiveSession().getRefRole(selector); |
| 1167 | } |
| 1168 | |
| 1169 | getRefCount(): number { |
| 1170 | return this.getActiveSession().getRefCount(); |
nothing calls this directly
no test coverage detected