I only have a basic understanding of javascript, and was considering whether it would be possible for me to make a small utility that opens an url in a new tab, and then proceeds to enter a value from the utility site into a text field on the website in the new tab.
I could see why browsers would want to prevent this behavior for security reasons, but what I want to do, is basically just to automate this proces so I don't have to do it.
Is this possible? If so, how? (code examples not required)
I've been using Selenium before, and this would be my alternative solution if it can't be done with JS.
Thank you