Which drivers support “no-browser”/“headless” testing?

前端 未结 2 746
清酒与你
清酒与你 2020-12-12 05:27

Actually I want to run my selenium code on server where dont want open the any browser. But I am confused which webdriver is use for the server which do all task (where I do

2条回答
  •  执笔经年
    2020-12-12 05:43

    HtmlUnitDriver and PhantomJSDriver are two webdrivers for headless testing without need of opening browsers.

提交回复
热议问题