# File lib/capybara/poltergeist/browser.rb, line 85 def within_frame(name, &block) command 'push_frame', name yield ensure command 'pop_frame' end