class Selenium::DevTools::V102::Runtime
def query_objects(prototype_object_id:, object_group: nil)
def query_objects(prototype_object_id:, object_group: nil) @devtools.send_cmd('Runtime.queryObjects', prototypeObjectId: prototype_object_id, objectGroup: object_group) end