HtmlUnit Javascript error when getting Page
问题 I'm new to interacting with websites in Java, and I am having trouble getting a webpage with htmlUnit 2.18. I've tried to change the URL to other websites(like google), and those pages have loaded. But when I try to load the page my program needs I get the attached errors. I've steped through my program and it is breaking on the line final HtmlPage loginPage = browser.getPage(LOGIN_PAGE); Java File: import java.io.IOException; import java.net.MalformedURLException; import com.gargoylesoftware