class Playwright::Connection

def update_object_from_channel_owner(guid, parent)

Other tags:
    Note: - This method should be used internally. Accessed via .send method from Playwright::ChannelOwner, so keep private!

Parameters:
  • parent (Playwright::ChannelOwner) --
  • guid (String) --
def update_object_from_channel_owner(guid, parent)
  @objects[guid] = parent
end