BrowserBrowser.removeScreenVersion: NextOn this pageBrowser.removeScreen() method Removes a screen. Signature class Browser { abstract removeScreen(screenId: string): Promise<void>;} Parameters ParameterTypeDescriptionscreenIdstring Returns: Promise<void> Remarks Only supported in headless mode. Fails if the primary screen id is specified.