Tagged Questions
0
votes
0answers
359 views
Issue with reading cookie in WPF webbrowser?
i am using DocumentComplete event of SHDocVw.DWebBrowserEvents2 api with wpf webbrowser contorl.
in above event i am trying to read cookie using below code line.
...
0
votes
2answers
941 views
Using WatiN, how can I access the head part of the page, specifically the meta tags?
WatIn provides great functionality for programmatic access to the displayed parts of a Web page.
I want to access the head part of the page, spedifically the META tags. Watin allows me access to the ...