开发者

Capture httpWebrequest sent by the webbrowser control

开发者 https://www.devze.com 2023-02-03 15:25 出处:网络
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

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

精彩评论

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

关注公众号