# File lib/selenium_poetry.rb, line 91 def click_on(*selector_keys) run_protected do selector_keys.each { |key| click @selectors[key] } end end