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