I am using Playwright with Chromium.
Every time a Chromium windows opens – When I debug a test, I can Not paste text into the console tabs.
I get this error:
“Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below and hit Enter to allow pasting.”
What can I do to make the dev tools enables for copy and paste? I know I can just type “allow pasting”, but I do not wish to do so every time. When I use a normal Chrome window I do not encounter this problem.