I have a simple HTML page (ratings.html) that I\'m trying to test using HtmlUnit. The action that I\'m testing works when I load it up in a browser and do it by hand. However, when I try to test it wi
I have a link in a Google Sites page that runs a Google Apps script. It works fine when I manually click the link in Firefox.
I am writing an application that needs to load a jar periodically. The Jar fetches the content of a website making use of HTMLUnit.When this jar is run from commond prompt it runs as expected. But whe
I\'m using HtmlUnit for web testing and it is great. But I also want to test the download time for the total page including linked images, javascript and CSS pages as well as ensure the links are vali
This question was asked once already, but the API changed I guess and the answers are no valid anymore.
I want to parse a Feedburner feed with HtmlUnit. The feed is this one: http://feeds.feedburner.com/alcoanewsreleases
What I am trying to do is to use HtmlUnit to get the href from the parent anchor of a span. Here is what I mean.
HtmlUnit for Java is great but I haven\'t been able to figure out how to view the full source or retu开发者_C百科rn the source of a web site as a string. can anyone help me with this?
I am using the Java library 开发者_如何学GoHtmlUnit to create a regression test suite for a web app.
I\'m using htmlunit to make some tests but I don\'t want them to use all my available bandwidth. How can I set a limit on upload/download speed?