class Capybara::Window
def fullscreen
@macro about_current
If a particular driver doesn't have concept of fullscreen it may not support this method.
Fullscreen window.
#
def fullscreen @driver.fullscreen_window(handle) end
def fullscreen @driver.fullscreen_window(handle) end