(getXpaths)
| 4 | |
| 5 | export class RadioDetector { |
| 6 | constructor(getXpaths) { |
| 7 | this.getXpaths = getXpaths; |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Enrich click data with radio/checkbox group info if detected |
nothing calls this directly
no outgoing calls
no test coverage detected