Module: PrependCapybaraWindow

Defined in:
lib/cyperful/framework_injections.rb

Instance Method Summary collapse

Instance Method Details

#closeObject

this solves a bug in Capybara where it doesn’t return to driving the iframe after a call to ‘Window#close`



33
34
35
36
# File 'lib/cyperful/framework_injections.rb', line 33

def close
  super
  Cyperful.current&.drive_iframe
end