UNPKG

systelab-components-wdio-test

Version:
7 lines (6 loc) 151 B
import { Widget } from './widget.js'; export class Tab extends Widget { async getText() { return this.byTagName('span').getText(); } }