Actually am navigating to a url using the webBrowser Control in my c# project.Now i have开发者_运维问答 to record the action performed by the user and replay it later.So i need to capture the request and response sent by the webBrowser Control to the server.Thanks in advance
If you want to check what elements were actually clicked (ie. if they don't go to a new page), perhaps you could use some JavaScript injected by C# to keep a log in a hidden tag which you can then reference from C# to see what was done.
精彩评论