UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

6 lines (5 loc) 171 B
describe('shake device', () => { it('should execute command successfully', async function () { (await this.client.shake()).status.should.be.equal(0) }) })