How could I start a Selenium browser(like Firefox) minimized?

前端 未结 14 1525
野的像风
野的像风 2020-12-15 04:35

How could I start a Selenium browser (like Firefox) minimized? I want the command browser.start(mySettings) to start a browser minimized.

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-15 05:31

    Without knowing your motive for minimizing the browser and assuming that you are using the WebDriver drivers (Selenium v2) and don't want a UI to pop up, one could use the lightweight browser HtmlUnitDriver.

提交回复
热议问题