How to change proxy settings while using Watin?
Posted
by john
on Stack Overflow
See other posts from Stack Overflow
or by john
Published on 2010-04-13T21:06:23Z
Indexed on
2010/05/18
21:30 UTC
Read the original article
Hit count: 304
Hi,
I am using Watin mostly to automate thing I do by hand. Sometimes, I need to change proxy. To do this, I have to set up IE to use a local proxy all the time (listens locally and forwards to a remote porxy), and then by hand change the settings of that program each time I need to use another proxy.
This is not an elegant solution! It may work, but it is not nice.
So, my question is, how do I change programmatically IE settings while using Watin? I code in VB.NET.
Thank you
© Stack Overflow or respective owner