<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - HtmlUnit 2.1, a headless java browser, released</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 19 Jun 2013 15:49:06 -0400</pubDate>


    <item>

        <title>Re: HtmlUnit 2.1, a headless java browser, released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[<blockquote>The most common use of <a href="http://htmlunit.sourceforge.net">HtmlUnit</a> is test automation of web pages</blockquote>

An unfortunate side effect is that spammers are handed a perfect tool to spam even more :(]]></description>
        

        <pubDate>Sat, 19 Apr 2008 03:32:49 -0400</pubDate>

        

        <jf:creationDate>Sat, 19 Apr 2008 03:32:49 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 19 Apr 2008 03:32:49 -0400</jf:modificationDate>
        <jf:date>Apr 19, 2008</jf:date>
        <jf:author>Erik van Oosten</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Casting</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[<blockquote>public  T getHtmlElementById(String id, Class clazz) {<br>  ...<br><br>  HtmlElement e = ...;<br>  if (clazz.isAssignableFrom(e.getClass()) {<br>    return (T)e;<br>  }<br>  else {<br>    return null;<br>  }<br>}<br><br>It has the downside of...]]></description>
        

        <pubDate>Fri, 18 Apr 2008 03:26:28 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Apr 2008 03:26:28 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Apr 2008 03:26:28 -0400</jf:modificationDate>
        <jf:date>Apr 18, 2008</jf:date>
        <jf:author>Ahmed Ashour</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Casting</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[public  T getHtmlElementById(String id, Class clazz) {...]]></description>
        

        <pubDate>Thu, 17 Apr 2008 21:07:42 -0400</pubDate>

        

        <jf:creationDate>Thu, 17 Apr 2008 21:07:42 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 17 Apr 2008 21:07:42 -0400</jf:modificationDate>
        <jf:date>Apr 17, 2008</jf:date>
        <jf:author>Matthew Inger</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: HtmlUnit 2.1, a headless java browser, released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[<blockquote><blockquote>My only complaint about HtmlUnit is you end up doing a LOT of casting when you use it.  Hopefully they'll reduce that in future versions.</blockquote><br><br>Did you try version 2.x? It uses generics and many types are already...]]></description>
        

        <pubDate>Thu, 17 Apr 2008 07:05:48 -0400</pubDate>

        

        <jf:creationDate>Thu, 17 Apr 2008 07:05:48 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 17 Apr 2008 07:05:48 -0400</jf:modificationDate>
        <jf:date>Apr 17, 2008</jf:date>
        <jf:author>Neeme Praks</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: HtmlUnit 2.1, a headless java browser, released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[<blockquote>My only complaint about HtmlUnit is you end up doing a LOT of casting when you use it.  Hopefully they'll reduce that in future versions.</blockquote>...]]></description>
        

        <pubDate>Wed, 16 Apr 2008 17:47:07 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Apr 2008 17:47:07 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Apr 2008 17:47:07 -0400</jf:modificationDate>
        <jf:date>Apr 16, 2008</jf:date>
        <jf:author>Ahmed Ashour</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Congratulations on 2.1</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[Congratulations to the HTMLUnit team in getting 2.1 out the door so quickly. Wasn't it just last week that 2.0 shipped. :-) ...]]></description>
        

        <pubDate>Wed, 16 Apr 2008 17:06:32 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Apr 2008 17:06:32 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Apr 2008 17:06:32 -0400</jf:modificationDate>
        <jf:date>Apr 16, 2008</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: HtmlUnit 2.1, a headless java browser, released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[I recently started using HtmlUnit.  It's got a great interface.  Often, I need to visit a part of a website and scrape its data.  I usually write a script in wget or httpclient to accomplish this.  But this can be a serious pain in the ass if a page...]]></description>
        

        <pubDate>Wed, 16 Apr 2008 14:58:28 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Apr 2008 14:58:28 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Apr 2008 14:58:28 -0400</jf:modificationDate>
        <jf:date>Apr 16, 2008</jf:date>
        <jf:author>Dan Kaplan</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>HtmlUnit 2.1, a headless java browser, released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=49059</link>

        

        
            <description><![CDATA[A new release of the pure java headless browser is available, which allows high-level manipulation of web pages, such as filling forms, clicking links, accessing attributes and values of specific elements within the pages, you do not have to create...]]></description>
        

        <pubDate>Wed, 16 Apr 2008 07:35:14 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Apr 2008 07:35:14 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Apr 2008 07:35:14 -0400</jf:modificationDate>
        <jf:date>Apr 16, 2008</jf:date>
        <jf:author>Ahmed Ashour</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

