Some APIs such as accessing the clipboard or playing a video require user interaction when called from a page, but I'd like to be able to call them from the console, e.g. navigator.clipboard.writeText(document.title).Currently in Firefox I have to ad...