I am kind of desperate here. For a couple of days I have been trying to create a web scraper that can go through our website and check for Javascript errors.
The big problem is that I only know Java and it seems that GhostDriver isn't maintained anymore. The guy from Ghostdriver refers to JbrowserDriver. JBrowserDriver however has no option to collect the Javascript errors from the console.
Then I tried HTMLUnit which is way to eager on throwing errors, not javascript related. So after fiddling with it half a day, I threw in the towel on HtmlUnit.
I could revert to plain old WebDriver but that would involve too much boilerplate.
Does anyone of you guys have any suggestions?