Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request for help #43

Open
sebastianciupinski opened this issue Jan 15, 2020 · 2 comments
Open

request for help #43

sebastianciupinski opened this issue Jan 15, 2020 · 2 comments

Comments

@sebastianciupinski
Copy link

Is it possible to use this library together with robotframework-xvfb?

Now I am getting: Xlib: extension "RANDR" missing on display

@cristii006
Copy link
Contributor

Hi @sebastianciupinski,

I tried to reproduce the error that you obtained. I used a simple test for this purpose that was run on Firefox with the help of geckodriver

*** Settings ***
Library  ScreenCapLibrary
Library  SeleniumLibrary
Library  XvfbRobot

*** Test Cases ***
Test
  Start Virtual Display  1024  768
  Start Video Recording  alias=uno
  Open Browser  http://google.com
  Stop Video Recording  uno

I used ubuntu server 20.04lts for this and I installed some packages that could help me with the testing purposes : xorg, x-window-system and gnome-core. However these packages doesn’t seem to interfere with my test. Anyway, I’ve tested this using multiple resolutions and also tried to make screenshots and in each case everything worked fine and the recording/screenshots were generated properly. Maybe if you could provide some details about your environment or a test that you used it would be helpful.

Best regards,
Andrei-Cristian

@cristii006
Copy link
Contributor

Hello @sebastianciupinski,

Any updates on this?

Best regards,
Cristian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants