@serenity-is/corelib / removeClass
Function: removeClass()
removeClass(
el,cls):void
Defined in: src/base/html.ts:71
Removes a CSS class from an element.
Parameters
el
Element
The element from which to remove the class.
cls
string
The CSS class to remove.
Returns
void
A boolean indicating whether the class was successfully removed.