Need some direction. New to Go, but not to programming languages.
At work, I have a web form that I have to enter the data and submit.
I would like to create a Window’s popup window to fill and “submit” the data.
The setup would be something like this:
- Log into work website and open form to be ready to enter data
- Open Go application which will activate a Window’s popup window. This will allow me to fill in the required fields. When completed, I will then click the “submit” button on the window.
- Go application will then automatically fill in the data into the web form
Can anyone offer me a direction or any binaries I can look at?
Thank You!!