You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my browser extension I use an offscreen page and document.execCommand to read and write to the clipboard. This works fine in headful mode but not in headless. I have tested both document.execCommand("copy") and document.execCommand("paste"). There is no error, they simply do nothing.
The text was updated successfully, but these errors were encountered:
In my browser extension I use an offscreen page and
document.execCommand
to read and write to the clipboard. This works fine in headful mode but not in headless. I have tested bothdocument.execCommand("copy")
anddocument.execCommand("paste")
. There is no error, they simply do nothing.The text was updated successfully, but these errors were encountered: