class Selenium::DevTools::V119::Autofill

def on(event, &block)

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