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

Making Ajax Applications Crawlable? How To Build A Simple Web Service On Google App Engine To Produce Html Snapshots?

Real World Problem: I have my app hosted on Heroku, who (to my knowledge) are unable to offer a so… Read more Making Ajax Applications Crawlable? How To Build A Simple Web Service On Google App Engine To Produce Html Snapshots?

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?

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

Xpath _relative_ To Given Element In Htmlunit/groovy?

I would like to evaluate an XPath expression relative to a given element. I have been reading here:… Read more Xpath _relative_ To Given Element In Htmlunit/groovy?

Htmlunit And Javascript In Links

Copied from here: I need to save files from websites using HtmlUnit. I am currently navigating to p… Read more Htmlunit And Javascript In Links

How To Parse A Hidden Javascript Section From A Html Page

I want to parse the dates+prices of the month September from the hidden calendar on this URL: http:… Read more How To Parse A Hidden Javascript Section From A Html Page

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

Error Executing Javascript Using Htmlunit

I am trying to execute a JavaScript on the following URL: http://steamcommunity.com/id/bobcatchris/… Read more Error Executing Javascript Using Htmlunit