Headless JavaScript Testing with Python
There are many ways to test JavaScript, both the kind you find on a website, and local JavaScript as you would find in a Server-Side application like Node. While Selenium and WebDriver are good for this task, HTMLUnit does not always provide the results you expect. Here are some other Python based Headless JavaScript execution [...]