Trying to find the PID of a Display object when creating it using Pyvirtualdisplay. The display an Xvfb virtual framebuffer.
We have tried looking at the .pid
property, but it is not present. Also, the .process
property is non existant. Both raise an AttributeError
error when accessed.
Thanks very much! Any help will be appreciated!