class Selenium::DevTools::V120::Autofill

def on(event, &block)

def on(event, &block)
  event = EVENTS[event] if event.is_a?(Symbol)
  @devtools.callbacks["Autofill.#{event}"] << block
end