I'm searching for a framework that could allow me to emulate user browsing session.
A typical session looks like:
- Browse to home page, get session
- Be redirected to current page
- Click on some link
- Get connected
- Submit a form
- and co...
I would like to be able to define this session using API calls.
What frameworks would you recommend to be able to run this setup? It should be run headless (not inside the browser), to be able to execute via Hudson.
Language does not matter, python of java would be great.
Thank you,
Maxim.