class Capybara::Selenium::Node::ModifierKeysStack

def include?(key)

def include?(key)
  @stack.flatten.include?(key)
end