Hello everyone!
I am developing an extension that needs to access the position of the mouse, move it, enter data with the keyboard, create screenshots and change the ulr of the tab. The purpose of the extension is for the collection of information automatically through scraping that follow modular workflows set by the user himself, the extension does nothing but what the user decides to automate. The source of inspiration was the library puppeter, which uses the Chrome DevTools Protocol under the woods. My question is if there is any incompatibility with google's policies to use the Chrome DevTools Protocol so the API debugger not for testing but in the same final product for users in production. Thanks for collaboration