Skip to content Skip to sidebar Skip to footer
Showing posts with the label Htmlunit

Determine Used Libraries To Reduce Jar File Size

I am using HtmlUnit in some programs and I always have the problem that whenever I use it, I have t… Read more Determine Used Libraries To Reduce Jar File Size

How To Make 2 Htmlunit's Webclients Use Same Cookies?

If I create 2 WebClients in different threads, how do I make them use the same cookies? Solution 1… Read more How To Make 2 Htmlunit's Webclients Use Same Cookies?

Java Htmlunit Getbyfirstxpath Not Working

I am trying to load a page and click a link using HTMLUnit 2.4 in Java. I am attempting to find th… Read more Java Htmlunit Getbyfirstxpath Not Working

How To Debug Htmlunit Traffic With Fiddler Using Pac (proxy Auto-config)

I have an application using Htmlunit and need put Fiddler to intercept traffic, i read something ab… Read more How To Debug Htmlunit Traffic With Fiddler Using Pac (proxy Auto-config)

Htmlunitdriver Not Getting Page Properly

I'm a newbie at this, basically I'm trying to use the HtmlUnitDriver, this is my code: WebD… Read more Htmlunitdriver Not Getting Page Properly

How To Submit File In Form With Htmlunit

I have a problem with this form Solution 1: The code is working, the overload goes. But I ran… Read more How To Submit File In Form With Htmlunit