I've been using HTMLUnit and it's good but it does not work with all the sites, and when testing new sites I'm always unsure if it will work or not. Is there anything that has "full" JS support? something that is just like a real browser? I'm ok with it not being able to run on Java. Python would be good too. Any language would do as long as I can log results to my pgsql database.
Asked
Active
Viewed 341 times
0
-
1I'm not sure if this fulfills your requirements: http://phantomjs.org/ – sdasdadas Mar 20 '13 at 17:43
-
This question has a large list: http://stackoverflow.com/questions/814757/headless-internet-browser?rq=1 – Peter Bratton Mar 20 '13 at 17:46
1 Answers
1
If you're testing javascript, I would suggest a javascript test framework, such as Jasmine or Phantom.js.

Peter Bratton
- 6,302
- 6
- 39
- 61