UNPKG

systelab-components-wdio-test

Version:
7 lines (6 loc) 135 B
import { Widget } from './widget.js'; export class Icon extends Widget { async click() { return this.elem.click(); } }