I'm trying to automate the following task in my browser:I want to parse text out of an html page, do a google search based on the result of that parsing, and then fill in a form on the html page based on the result of the google search. If I can't do this with one platform, how can I get the different platforms to work together with the least manual interaction possible?Right now I copy and paste the html code into a file, have a python program parse stuff and search the web, and output to the console. Then I manually copy and paste the stuff into the forms. Any ideas for ways to add automazation to that process would be appreciated!