Reputation: 5901
I have a tedious sequence of operations that i would like to automate with Haskell. It involves automatically clicking on a checkbox and then pushing a button. Then on the next page there's a radio button and a button. After these two steps I will get a final result page. I will then make some analysis and take some actions upon the result.
Which haskell libraries I can use ? Any sample code ?
Step 1:
Step 2:
Upvotes: 0
Views: 126