We have an application that uses Internet Explorer's browser control to navigate to sites and scrape information by listening to page load events and parsing and accessing the DOM once its ready. I'm looking for a full fledged browser for chrome, similar to the IE browser control, explained here, which supports the following
- Events, like - NavigateComplete, DOM Ready DocumentComplete et al, coming from the browser
- Traversal and Operations on the DOM
- Navigations on the Page - click, post et al
- Cookie Access
- Message Box and Internet Error Dialog Handling
- The ability to customize the location where static content, like .css, .axd and .js are cached, to a different location compared to where dynamic conent, like .html are cached.