isDesktop

Returns true if the current test execution target is JVM Desktop.

Example Usage

if (isDesktop()) {
// Perform Desktop-specific window management assertion
}