Top "Htmlunit" questions

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

How to detect when Selenium loads a browser's error page

Is there a universal way to detect when a selenium browser opens an error page? For example, disable your internet …

firefox selenium htmlunit
.net equivalent of htmlunit?

Does anybody know if there is a .net equivalent of htmlunit or similar library? I've heard that people have used …

c# .net htmlunit
HtmlUnit - Convert an HtmlPage into HTML string?

I'm using HtmlUnit to generate the HTML for various pages, but right now, the best I can do to get …

java html xml htmlunit
How to create HtmlUnit HTMLPage object from String?

This question was asked once already, but the API changed I guess and the answers are no valid anymore. URL …

java htmlunit
HtmlUnit to view source

HtmlUnit for Java is great but I haven't been able to figure out how to view the full source or …

java htmlunit
Passing basic auth credentials with every request with HtmlUnit WebClient

I'm trying to write a simple smoke test for a web application. The application normally uses form based authentication, but …

java htmlunit basic-authentication
How to click on a javascript button in htmlunit

I'm trying to click on a search button in this website: http://www.amadeusepower.com/trek/portals/trek/default.aspx?…

java javascript html htmlunit
HTMLUnit : super slow execution?

I have been using HTMLUnit . It suits my requirements well. But it seems to be extremely slow. for example : I …

java selenium htmlunit
HTMLUnit: change User Agent string

I'm using HtmlUnit in my Java project in order to test a web page that has got Javascript inside. My …

javascript user-agent htmlunit
htmlunit java change input text

I use htmlunit. How i can set value of text input if it does not have an attribute 'value' ? <…

java htmlunit