Ruan A N Santos

Results 6 comments of Ruan A N Santos

Same thing here `Microsoft.Playwright.PlaywrightException : Unknown permission: clipboard-write` Any news?

What do you mean don't need to have this permission @amrsa1 ? Copying content into the application is one of my tests and using Webkit ends up with the error...

It's not what I see. I have that error message when using clipboard functions with Webkit.

I have the same issue here: ![image](https://github.com/extent-framework/extentreports-csharp/assets/64651136/2debf0e6-6b01-4cba-92b3-50f9b521aaef) These are the details: - HTML Report - Intermittent issue - It happens more often on UI tests running in parallel with Playwright+Webkit...

> I can reproduce with Puppeteer: > > ```ts > import puppeteer from 'puppeteer'; > > (async () => { > const browser = await puppeteer.launch({ > channel: 'chrome', >...