I'm trying to create a Flex application that automates a web browser to perform certain tasks. I would use the application to login to a site, parse data out of the HTML, and send it to a jsp page for processing.
I currently have an application written in WPF that does that exact thing, but it needs to be ported to flex. Any known ways to do this easily?