UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

7 lines (6 loc) 240 B
describe('settings', () => { it('should be able to set and get settings on device', async function () { await this.client.settings({foo: 'bar'}); (await this.client.settings()).value.foo.should.be.equal('bar') }) })