# File lib/selenium/webdriver/common/action_builder.rb, line 342 def perform @actions.each { |receiver, method, args| @devices.fetch(receiver).__send__(method, *args) } nil end