Installed Xvfb
using pip install robotframework-xvfb
. Even after successful installation, on running tests i get below error
XVFB sample
| FAIL | EnvironmentError: Can not find Xvfb. Please install it and try again.
Installed Xvfb
using pip install robotframework-xvfb
. Even after successful installation, on running tests i get below error
XVFB sample
| FAIL | EnvironmentError: Can not find Xvfb. Please install it and try again.
You might want to refer to this question and its answers - How do I run Selenium in Xvfb?
In short, are you starting xvfb before running your tests? If you're all clear here, it sounds like perhaps you have a PATH environment variable issue