I would like to toggle visibility on/off for a display created using pyvirtualdisplay
, or alternatively minimize it and bring it back to screen using python.
Unfortunately, there appears to be no method for this, and changing display.visible
after initialization of the display is without effect. Is there some way I can do this, perhaps using some alternative package?
Ultimatively, I want to hide and show a firefox browser controlled via selenium
.