I have a couple of queries regarding web browser control usage in Visual Basic 2010-
- How do I obtain the entire text content within an iframe named "test_iframe"?
- How do I obtain the text contained in div id "samplediv" in the main window of browser.
- Are the cookies/session variables/site data for the browser control stored in same folder where the code (or executable) for the application is stored? Can I delete these? How do I do this?