Does Selenium support headless browser testing?

前端 未结 12 2794
说谎
说谎 2020-11-27 03:49

I\'m looking at Selenium Server at the moment, and I don\'t seem to notice a driver that supports headless browser testing.

Unless I\'m mistaken, it doesn\'t support

12条回答
  •  执笔经年
    2020-11-27 04:15

    Yes ,selenium supports headless browser testing...but i found HTMLUnit failing most times...I was searching for an alternative...PhantomJs was really good.you can definitely give it a try it was very fast when compared to other browsers...It is really good for smoke testing...

    http://phantomjs.org/

提交回复
热议问题