Module: Camoufox::Virtdisplay
- Defined in:
- lib/camoufox/virtdisplay.rb
Class Method Summary collapse
Class Method Details
.start(_debug: false) ⇒ Object
7 8 9 10 |
# File 'lib/camoufox/virtdisplay.rb', line 7 def start(_debug: false) warn("[camoufox] virtual display is not yet implemented") nil end |
.stop ⇒ Object
12 13 14 |
# File 'lib/camoufox/virtdisplay.rb', line 12 def stop nil end |