UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

7 lines (6 loc) 216 B
describe('baseUrl', () => { it('should get prepended if url starts with /', async function () { await this.client.url('/two.html'); (await this.client.getTitle()).should.be.equal('two') }) })