JavaScript Context in HttpClient

2019-09-02 13:52发布

hi i need to Execute all the java Script on the page that i downloaded using HttpCleint Get method, which are the steps to perform the execution of the javascript containned on the page on the context of the page without loosing the connectio to the server. thx

1条回答
Root(大扎)
2楼-- · 2019-09-02 14:31

Have a look at htmlunit don't know if you can pass your downloaded page but it can download the page it self.

查看更多
登录 后发表回答