Hello everyone. I am following this repo from GitHub to create a virtual display to be able to load extensions using Robot Framework Selenium and Xvfb.
So far, i did pip install robotframework-xvfb by adding it to my conda.yaml
I also added Library XvfbRobot to my settings in the main.robot
This is where my code gets stuck. It is not reading the library.
Importing library 'xvfb' failed: ModuleNotFoundError: No module named 'xvfb'
Any help would be great