How to Set capability for IE browser to run in Headless mode

后端 未结 1 1251
情深已故
情深已故 2020-12-03 23:19

I want to run the scripts in Headless mode for all the 3 browsers Chrome, Firefox & IE

The following is the code for Chrome:

   System.setPropert         


        
相关标签:
1条回答
  • 2020-12-03 23:45

    IE does not have support for a headless mode (since IE nowadays does not recieve any kind of update or improvements.).

    But you can use trifle.js, a kind of browser that can emulate some IE versions in a headless mode, since its coded as a port of PhantomJS.

    0 讨论(0)
提交回复
热议问题