# File lib/capybara/poltergeist/driver.rb, line 117 def within_window(name, &block) browser.within_window(name, &block) end