3 writes to _page
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\PlaywrightService.cs (3)
122_page = await FindWorkspacePageAsync(workspaceName); 133_page = _context.Pages.FirstOrDefault() ?? await _context.NewPageAsync(); 226_page = null;
7 references to _page
Microsoft.VisualStudioCode.Razor.IntegrationTests (7)
Services\PlaywrightService.cs (7)
24public IPage Page => _page ?? throw new InvalidOperationException("Playwright not connected. Call ConnectAsync first."); 33if (_page == null) 56await _page.ScreenshotAsync(new PageScreenshotOptions 124if (_page != null) 126_context = _page.Context; 215if (_page != null) 219await _page.CloseAsync();