UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

9 lines (7 loc) 288 B
describe('webdriver.io page', function() { it('should have the right title - the fancy generator way', function() { browser.url('/'); var title = browser.getTitle(); expect(title).toBe('WebdriverIO - Selenium 2.0 javascript bindings for nodejs'); }); });