isDesktop
Returns true if the current test execution target is JVM Desktop.
Example Usage
if (isDesktop()) {
// Perform Desktop-specific window management assertion
}Content copied to clipboard
Returns true if the current test execution target is JVM Desktop.
if (isDesktop()) {
// Perform Desktop-specific window management assertion
}