UNPKG

@puppedo/atoms

Version:
10 lines (7 loc) 274 B
module.exports = async function atomRun() { const { selector } = this.selectors; const { option } = this.data; const element = await this.getElement(selector); await element.select(option); await this.log({ text: `Selector select: '${selector}'`, element }); };