HTMLUnit : super slow execution?

前端 未结 3 766
情深已故
情深已故 2020-12-30 09:34

I have been using HTMLUnit . It suits my requirements well. But it seems to be extremely slow. for example : I have automated the following scenario using HTMLUnit



        
3条回答
  •  不知归路
    2020-12-30 10:14

    I recommend also to set a time limit to the javascript:

       client.setJavaScriptTimeout(30000); //e.g. 30s
    

提交回复
热议问题