Tagged Questions
5
votes
0answers
118 views
Headless browser for multithreads application [closed]
I'm looking for a headless browser for .NET multithread application. It must has next features:
Working without any server installation. I need just simple library
to distribute with my application. ...
0
votes
1answer
268 views
Headless webkit wrapper/driver no install for .net
I'm looking for an embedded headless browser for .net with the following properties:
Modern Webkit level of Ajax/HTML5 support and preferably webkit based
Headless mode capable (no visible browser), ...
3
votes
2answers
1k views
Headless webkit for .NET
Do any of you know of a headless webkit wrapper for .NET?
I've looked at WebKitDotNet but it does not seem to work in headless mode.
1
vote
2answers
245 views
Setting headless property in .net
In java you can set a "headless" flag to true to reconcile the differences between a headless server environment and your desktop development environment.
System.setProperty("java.awt.headless", ...