Tagged Questions
2
votes
1answer
172 views
Interop.SHDocVw Navigate2() method displays unwanted download box
I am writing some regression tests in WatiN and needed to make a couple POST web requests. The requests are working fine but I get an annoying dialog box asking me if I want to save the file or find a ...
2
votes
2answers
437 views
System.InvalidCastException: Specified cast is not valid
Automation using WatiN is being carried out. Using couple of simultaneous threads to test the application. Few threads are failed and log report/stack trace says the following.
...
1
vote
1answer
407 views
Error using interop.Shdocvw
I was trying to connect to web browser control but it continuously threw exception that iwebbrowser2 should implement iwebbrowser2 something like this ,then i googled and found solution to this ...
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 ...