xvfb Questions
1
I am trying to run Chrome headless inside a Docker container using Xvfb. However, while ps shows Chrome processes exist, it is not reaching my test website. Running the same commands outside Docker...
Namangan asked 20/11, 2015 at 6:11
1
Solved
I'm trying to run grails geb/spock tests on jenkins. I install Xvfb Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin.
Jenkins configurations:
Project configuration:
Exception:
...
1
Solved
I am building a scraper to make JS single page applications easily crawlable.
After some incredible frustration with PhantomJS (memory leaks, outdated webkit, undead processes, among many other pr...
Elizabethelizabethan asked 16/9, 2015 at 15:29
1
Is it possible to have xvfb-run on OS X?
I develop a PHP application which uses xvfb-run. Before I worked on Ubuntu and it was OK. Now I've moved onto Mac and the application does not work.
Or ma...
1
Solved
I need to run XVFB and docker with firefox but can't get them to work together
Here is my Dockerfile :
FROM abevoelker/ruby:latest # based on ubuntu
ENV TERM linux
RUN apt-get update && a...
Firecrest asked 22/8, 2015 at 0:22
0
I am trying to run Cesium (http://cesiumjs.org/) with a headless firefox. I also tried slimerjs. In both cases, I am using xvfb, and get this:
[[email protected] slimerjs-0.9.5]$ ./slimerjs t...
1
Solved
We have a Mac os x server (10.10.3) we use to run functional tests with Jenkins.
We would like to use (in our tests) a tool/lib (sikulix for information) which uses under the hood java.awt.Robot c...
1
Solved
I have an ubuntu headless server with JavaFX and Xfvb up and running. Now I have a very similar Ubuntu server and try to get my JavaFX App running with Xvfb. But I allways get an exception thrown:
...
1
Solved
I have this environment:
PyCharm running on Mac OS X
Python3.4 environment running on Ubuntu Server in a vagrant instance
I want to be able to run/debug tests using PyCharm. So far I can do it ...
1
installed xvfbwrapper python module.provided display start in python selenium test in MAC
from xvfbwrapper import Xvfb
class San(unittest.TestCase):
def setUp(self):
#display = Display(visible=...
2
Solved
I have a Python package that needs access to X11. I want to use Xvfb so that I do not have to have a real X11 installed on the build machines -- Hudson in this case. So, I would like to start a Xvf...
Footrace asked 18/1, 2013 at 13:25
1
/Users/ct/.rvm/gems/ruby-2.1.1/gems/headless-1.0.2/lib/headless/cli_util.rb:9:in ensure_application_exists!': Xvfb not found on your system (Headless::Exception)
from /Users/ct/.rvm/gems/ruby-2.1....
3
Solved
I'm trying to run some Webdriver Maven tests on a headless server via xvfb using Chrome (Firefox also didn't work) but I'm getting this error message:
Xlib: extension "RANDR" missing on display ":...
Bar asked 30/7, 2013 at 10:14
3
Solved
I'm trying to do some headless testing using a ruby script. Essentially I'm executing Xvfb on display :1, and then firing up Watir::Browser.new(:firefox) using watir-webdriver.
This works great if...
Winton asked 25/4, 2011 at 19:5
1
I am getting following error when I try to run my selenium code to launch chrome driver and test signin functionality in EC2 Box.
I run Xvfb server like this, in another terminal Xvfb :1 -screen 0...
Hoplite asked 23/1, 2014 at 13:9
1
Solved
For virtual Framebuffer (headless testing) I'm using Xvfb with PyVirtualDisplay and it's working fine in Ubuntu but showing error in Windows7. here is part of code where problem is occurring.
from...
Tholos asked 11/1, 2014 at 15:3
1
I try to run Google Chrome on xvfb display, but google show error about RANDR extension. Problem is that I added RANDR to xvfb and it loaded it.
So my steps are:
Run xvfb server using command:
X...
Wolfe asked 5/4, 2013 at 8:51
2
Solved
Having written some tests in Java using Eclipse IDE, we want to make them run automatically after deploy. I got to the point of having just configured Maven to almost work with Jenkins, but there a...
2
Solved
I am trying to automate testing for a JavaFX 2 application running on Java 7u6 with the integrated JavaFX 2.2.
To that end, I have built and integrated Jemmy3 and JemmyFX into my build environment....
Hindorff asked 30/8, 2012 at 10:6
1
Solved
I have seen this config flag CONFIG_FB_VIRTUAL=y
What does it do?
How does it work?
What is the relation between vfb and xvfb?
Hyaena asked 9/12, 2012 at 19:21
1
Solved
Background:
I'm using selenium-server-2.25.0 in conjunction with J-Unit 4 to run through a handful of UI testing scenarios for my GWT app. In my IDE (Netbeans 7.2), I can right-click on my project,...
Caulk asked 24/9, 2012 at 21:7
2
Solved
I am running tests with SE2 and firefoxDriver in a headless
enviroment(Xvfb). With FirefoxDriver I can set the DISPLAY environment property very
easily:
FirefoxBinary firefox = new FirefoxBina...
Straighten asked 11/10, 2011 at 7:21
1
Solved
Curious about running multiple xvfb displays: I have between 10-50 instances of a script running in parallel that connect to an xvfb display. Is is advantageous to run the same number of xvfb displ...
Trothplight asked 11/6, 2012 at 20:42
1
Solved
I'm an trying to take a screenshot in the background using CutyCapt
My application is written in python and calls CutyCapt by running a subprocess.
Works locally (windows) just fine, but the Cuty...
Sunil asked 15/4, 2012 at 1:27
2
Solved
My task is crawling the google search results using headless webkit(PyQt4.QtWebkit) in python.
The module was crawling the results fine using PyQt4.I should have to execute this script in amazon ec...
Baccarat asked 10/1, 2012 at 14:40
© 2022 - 2024 — McMap. All rights reserved.