isNotFocused top-level property
Matcher
isNotFocused
getter/setter pair
A matcher that checks if PageLoaderElement/PageObject is not focused.
Implementation
Matcher isNotFocused = isNot(isFocused);