class Selenium::DevTools::V136::Security

def handle_certificate_error(event_id:, action:)

def handle_certificate_error(event_id:, action:)
  @devtools.send_cmd('Security.handleCertificateError',
                     eventId: event_id,
                     action: action)
end