I'd like to build a windows forms app to allow users to make selections within the Browser object. I'd like to capture their selection (by index or DOM element - no too picky at this point) and use this information to query content from the page.
How can I capture the DOM selection from my C# app code?