headless-browser

Problem in HtmlUnit API for Java (Headless Browser)?

I am using HtmlUnit headless browser to browse this webpage (you can see the webpage to have a better understanding of the problem). I have set the select's value to "1" by the following commands final WebClient webClient = new WebClient(BrowserVersion.INTERNET_EXPLORER_7); try { // Configuring the webClient web...

How to generate multiple impressions on a hyperlink through HtmlUnit in JAVA?

I am using the headless browser provide by HtmlUnit I have loaded a webpage in a webClient. Now I want to generate mulitple impressions on a hyperlink (on the loaded webpage) just like we hover our mouse cursor on a link various times on a link in a webpage in a real web browser. How can I do that through HtmlUnit? ...

Headless HTML rendering to image on CentOS 5.4

Hello, I have a project requirement to render HTML and capture the rendered image as a file on a headless CentOS 5.4 server. My specific requirements are: 1) Input will be a URL to the page to render (or file:// URL to a local HTML file), output will be an image file containing the rendered image of the page 2) CSS must be supported ...

Can you deploy Watir on Heroku to generate HTML Snapshots? If so, how?

I would like to generate HTML Snapshots using Watir, hosted on Heroku. Google's Full Specification for Making AJAX Applications Crawlable suggests using HTMLUnit... see How do I create an HTML snapshot? point #3. HtmlUnit is a Java-only headless browser emulator; and unfortunately jRuby is not an option on Heroku. So HtmlUn...

headless browser for ASP.NET

I am developing full ajax web app. So I need to develop google crawlable app, also I must create snapshot for googlebot. Do you know headless browser works with javascript and ajax for ASP.NET ? I found XBrowser but right now it hasn't JavaScript support. sorry for my English :). ...