Why is Selenium InternetExplorerDriver Webdriver very slow in debug mode (visual studio 2010 and IE9)

后端 未结 3 1832
误落风尘
误落风尘 2020-12-09 09:39

I\'m using the example code from the SeleniumHq site - but in debug mode the performance is awful.

In release mode the entire test takes about 6 seconds (including l

3条回答
  •  醉酒成梦
    2020-12-09 10:12

    check 'prefer 32 bit' is not checked in your build properties. If it is and you are using the 64 bit IE driver it will run like an asthmatic snail.

提交回复
热议问题