How to control Chrome browser from an NUnit test?
Posted
by Lucas Meijer
on Stack Overflow
See other posts from Stack Overflow
or by Lucas Meijer
Published on 2010-05-11T10:56:18Z
Indexed on
2010/05/11
11:14 UTC
Read the original article
Hit count: 244
What is the easiest way to control Chrome (pc/mac) from an NUnit test?
Things I want it to do:
- Use a proxy server I specify
- not bring up any dialog boxes that need to be clicked.
- open a url I specify
- close
With firefox I can do all these things by writing out a temp firefox profile, and telling firefox to use it. If someone knows an answer to this question for IE, I'd also love to hear about it.
© Stack Overflow or respective owner