Method: Selenium::DevTools::V85::Runtime#query_objects

Defined in:
lib/selenium/devtools/v85/runtime.rb

#query_objects(prototype_object_id:, object_group: nil) ⇒ Object



125
126
127
128
129
# File 'lib/selenium/devtools/v85/runtime.rb', line 125

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