keepwalking
keepwalking

Reputation: 2654

Simulate chrome/firefox browser (for javascript testing)

Using command line in linux, how can i call a webpage and get its content simulating a chrome or firefox browser. I also need for the browser to be javascript capable so it outputs the exact final html.

Thanks.

Upvotes: 1

Views: 3262

Answers (1)

keepwalking
keepwalking

Reputation: 2654

After some search i will be using phantomjs, http://phantomjs.org/

Upvotes: 2

Related Questions