Ejemplo n.º 1
0
    public async Task DisposeAsync()
    {
        if (BrowserContext != null)
        {
            await BrowserContext.DisposeAsync();
        }

        PlaywrightInstance?.Dispose();
    }