Questions related to WebBrowser control
-
Hi I have developed an application using WebBrowser control. In this application the user visits web-sites in WebBrowser control. Whichever sites he is visiting I am recording all sites along with PostData, Url and Frame information in the collection object. I’ve kept option to replay the user’s visits. If user wants to see the pages he has visited then he can replay the websites using Replay button. But I am facing the problems while replaying in following scenarios.
1.If user is visiting the pages and doing steps within same page, ie. He is navigating such that the page remains
same only the data in frames of the page changes. In this case during replay only the page is displayed
while the steps user has done are not displayed.
2.If user is downloading any file from website then while replay that download-file step is not replayed.Please tell me what can be solution for these problems.
Abhishek J