开发者

Capture httpWebrequest sent by the webbrowser control

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜