class Selenium::DevTools::V102::Runtime

def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil, non_indexed_properties_only: nil)

def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil, non_indexed_properties_only: nil)
  @devtools.send_cmd('Runtime.getProperties',
                     objectId: object_id,
                     ownProperties: own_properties,
                     accessorPropertiesOnly: accessor_properties_only,
                     generatePreview: generate_preview,
                     nonIndexedPropertiesOnly: non_indexed_properties_only)
end