Top "Htmlunit" questions

HtmlUnit is a "headless browser". Which means that there is no browser GUI and it does no rendering.

Selenium vs HtmlUnit?

I am trying to understand testing framework better and been looking into Selenium. I've used HTMLUnit before, mainly when I …

selenium htmlunit automated-tests
Turning HtmlUnit Warnings off

Do you know how can I turn Warnings, Notes, Errors in HtmlUnit off?

warnings htmlunit
HTMLUnit doesn't wait for Javascript

I have a GWT based page that I would like to create an HTML snapshot for it using HtmlUnit. The …

java ajax gwt htmlunit
How to use HtmlUnit in Java?

I'm trying to use HtmlUnit in Java to log into a website. First i enter the user name then password. …

java htmlunit
HtmlUnit, how to post form without clicking submit button?

I know that in HtmlUnit i can fireEvent submit on form and it will be posted. But what If I …

java htmlunit
How to overcome an HTMLUnit ScriptException?

I got a problem with a line of code that probably triggers some js function e couse an exception, how …

java javascript htmlunit
In Java and HtmlUnit, how to wait for a resulting page to finish loading and download it as HTML?

HtmlUnit is an awesome Java library that allows you to programatically fill out and submit web forms. I'm currently maintaining …

java htmlunit
XPath to locate a cell with specific text parsing HTML tables

Hope someone out there can quickly point me in the right direction with my XPath difficulties. Current I've got to …

xml xpath groovy htmlunit
How to use HtmlUnit in Java to select an element from a drop down box?

I'm using HtmlUnit in Java to navigate to a web page. From that webpage i need to log in and …

java htmlunit
HTMLUnit: Tons of obsolete content and can't create objects warnings on getPage() then fails with Exception invoking setOuterHTML on getByXPath()

I'm trying out HTMLUnit to automate downloading data off a webapp. However, I am getting a whole mess of warnings …

java htmlunit