Linux friendly (.NET/Mono) browser object?

Posted by HankB on Stack Overflow See other posts from Stack Overflow or by HankB
Published on 2010-04-13T16:47:33Z Indexed on 2010/04/13 16:53 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

Hi folks, A friend of mine (familiar with C# and .NET on Windows) has asked how to port some functionality to a Linux host. This functionality is based on a JSP web page that fetches some data from the host server and displays it in a banner on a page. His Win/C#/.NET code simply creates a browser object which loads the page and he then inspects the resulting object to extract the data.

I'm wondering what alternatives exist to duplicate this function on Ubuntu Linux. I'm not certain that the necessary libraries exist on this installation. I can assume that things like Perl and Python are ubiquitous, but I am not familiar with any libraries that include a browser object capable of executing javascript and exposing the results to another program.

Any suggestions that lead in this direction are welcome.

Thanks!

© Stack Overflow or respective owner

Related posts about browser

Related posts about object