How to capture "SetCookie JavaScript event" in WebBrowser? I want to sync a cookie with a CookieContainer when the javascript setcookie event happened at the same time. such as
<script>document.cookie="testcookie"</script>
Is there an event related to this? thank.
Environment: .Net 2.0 WebBrowser, C #, VS2008
source
share