I have an automating task in which I need to fill several forms in a site with data from word documents. For that I would need a library that emulates a browser and allows me to programatically enter a site and access html elements. What is this called? Are there examples of libraries that do this for python or clojure?
Share
You have a couple of choices:
There are others too, but I can’t remember them off the top of my head right now (will post as and when I remember more)