UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

6 lines (5 loc) 174 B
describe('getCurrentTabId', () => { it('should return a single tab id', async function () { (await this.client.getCurrentTabId()).should.be.a('string') }) })