new cssClass(selector, cssClass [, hasClass] [, options])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
selector |
String | jQuery selector for the DOM Elements to check |
||
cssClass |
String | the class existence to check |
||
hasClass |
boolean |
<optional> |
true | Checks if class is present or not |
options |
TestActionOptions |
<optional> |
Test method options |