Attempting to monitor the on-screen status of an element that transitions from :
class="slide-out-div contrastBoxDark closed"
to
class="slide-out-div contrastBoxDark"
however, when using
Page Should Contain Element class:slide-out-div.contrastBoxDark
it results in
InvalidSelectorException: Message: invalid selector: Compound class names not permitted
If compound class names are not allowed, what would be a suitable locator and attribute here? Tried this, but it did not work:
css:slide-out-div.contrastBoxDark