module Selenium::WebDriver::Interactions

def pen(name: nil)

def pen(name: nil)
  pointer(:pen, name: name)
end