Skip to content
Maarten Groeneweg edited this page Mar 30, 2015 · 1 revision

title: I.Assert.Class link: Class

Assert that an element matching selector has the specified class.

// Has btn-primary class
I.Assert.Class("btn-primary").Of("header");
// TODO - Visual Basic Code Sample

Clone this wiki locally