class Selenium::DevTools::V101::Runtime

def get_exception_details(error_object_id:)

def get_exception_details(error_object_id:)
  @devtools.send_cmd('Runtime.getExceptionDetails',
                     errorObjectId: error_object_id)
end