You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to use this library together with robotframework-xvfb?
Now I am getting: Xlib: extension "RANDR" missing on display
The text was updated successfully, but these errors were encountered: