0
votes
0answers
58 views

spawned Xvfb is not killed internally

I am running PyQtWebkit in my remote machine(using xvfb) for the crawling and over a period of time it spawns much Xvfb process and It emitss the message in log "2013-01-07 04:13:23,582 - MScheduler ...
0
votes
0answers
373 views

Selenium hangs sometimes when launching Firefox headless

I have a headless Raspberry Pi machine with Xvfb installed which I've configured through crontab to run a Python script every hour. The script uses Selenium to do testing, and when I run it manually ...
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 ...
0
votes
2answers
584 views

Headless browser for Python with multithreading, javascript, and Windows support

I've tried the following with no avail Mechanize/Twill. No Javascript support Selenium. Not headless Ghost. No Windows support Anyone got any suggestions?
0
votes
1answer
563 views

How to run my Python TestCase using Jenkins “Selenium” Plugin?

How to Integrate jenkins with Selenium-webdriver. I am using Python language for Selenium TestCases. I have tried 'pyvirtualdisplay' Python module to hide the display on Jenkins CLI. Currently I have ...
4
votes
1answer
1k views

Python - Firefox Headless

I've spent the last few days messing around with Selenium, Tor, and Firefox as a combination for multiple tasks. I've managed to write a simple script in Python that takes control of Firefox through ...
0
votes
1answer
1k views

Is it possible to run Selenium scripts without having an X server running, too?

I have a python script that uses selenium RC; specifically webdriver. I would love to have the script run as a post-commit hook, ideally through IE, Safari (if possible), Chrome & Firefox. But ...
1
vote
1answer
753 views

Selelum Headless in Ubuntu Server, minor error “The browser seems to have exited before we could connect”

So I am running Selenium on a Ubuntu Server VM and have a minor issue. When I start-up my VM and run a Selenium test script I get this error: selenium.common.exceptions.WebDriverException: Message: ...
5
votes
3answers
3k views

Docx to pdf using openoffice headless way too slow

I've been using PHPWord for docx files generation. And it's been working great. But now I have the need to also make available some of those files on a pdf version. After a few research I found ...