chai-webdriver Provides selenium-webdriver sugar for the Chai assertion library. Allows you to create expressive integration tests: expect('.frequency-field').dom.to.contain.text('One time') expect('.toggle-pane').dom.to.not.be.visible() What sorts of assertions can we make? All assertions start with a Sizzle-compatible css selector, for example: expect('.list') expect('div > h1') expect('a[href=h