How do you get WatiN to work on Windows Server 2008 with IE8?

前端 未结 5 534
南旧
南旧 2020-12-08 15:32

My problem is that I cannot get a simple WatiN test to reliably work on my development machine which is running Windows Server 2008 and IE8.

I have seen a couple of

5条回答
  •  我在风中等你
    2020-12-08 16:15

    The other alternative to avoid running Visual Studio or NUnit as an admin would be to disable UAC at a machine level, which shouldn't be a security issue if you are running with least privileges (which you should be).

提交回复
热议问题