UNPKG

remix-ide

Version:

Minimalistic browser-based Solidity IDE

13 lines (10 loc) 272 B
const EventEmitter = require('events') class ClickLaunchIcon extends EventEmitter { command (icon) { this.api.click('#icon-panel div[plugin="' + icon + '"]').perform(() => { this.emit('complete') }) return this } } module.exports = ClickLaunchIcon