class Capybara::Driver::Base

def fullscreen_window(handle)

def fullscreen_window(handle)
  raise Capybara::NotSupportedByDriverError, 'Capybara::Driver::Base#fullscreen_window'
end