{channel &&
}
- {!canConnect &&
Session closed
}
- {canConnect && !channel && wsUrl === null &&
- Session v{sessionFile.config.version} is not compatible with this viewer{model.clientInfo ? ` v${model.clientInfo.version}` : ''}.
-
- Please update playwright-cli and restart this with "playwright-cli show".
-
}
- {canConnect && !channel && wsUrl === undefined &&
Connecting
}
+ {!wsUrl &&
Session closed
}