What I was working on, uploading my website files, is uploading them to Google Drive. My system goes through a process of uploading the file to my website, and uploading it in Google Drive. To make the process more efficient, a script could be written. I might not want to write that script right away, but scripts could be written. Ideas could be noted for the future.
With xdotool, you can move your mouse to a location on the screen with a script. You can set up a script to do a pattern of movements and clicks, so if you can determine where they need to happen you can automate graphical tasks. Keyboard input is possible. It's also possible to paste text to the paste buffer, and then when you press the paste keyboard shortcut (usually Ctrl + v), you'll get that text. You can move text around by using paste commands.