Tagged Questions
2
votes
2answers
618 views
How do I make Python, QT, and Webkit work on a headless server?
I have Debian Linux server that I use for a variety of things. I want it to be able to do some web-scraping jobs I need done regularly.
This code can be found here.
import sys
from PyQt4.QtGui ...
8
votes
3answers
1k views
Headless browser with full javascript support for java
I have been using HtmlUnit (the developers did a great job) as an headless browser for some of my previous applications but the javascript support isn't working for some website that my next ...
1
vote
1answer
680 views
Which port and domain does capybara-webkit use when working headless?
I have an app which uses domains stored in a table to determine certain aspects of the site. If the domain isn't found in the db, an error is generated.
When I test with cucumber normally, I use the ...
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.
12
votes
3answers
6k views
Real headless browser
Folks,
Here is my problem: I am in charge of testing an enterprise web application that makes heavy use of AJAX. I need to build a system that allows continuous running of tests without human ...