How to login into wordpress.com using HtmlUnit?

So it appears the wordpress.com website heavily uses Javascript in a way that is absolutly not compatible with lightweightness of HtmlUnit. Seems like I’ll have to replace my nice HtmlUnit code with usage of Selenium WebDriver, which I find sooo heavy (but which manipulates real browsers, that the developers of WordPress.com unfortunatly target).