class Playwright::Connection

def delete_object_from_channel_owner(guid)

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

Parameters:
  • guid (String) --
def delete_object_from_channel_owner(guid)
  @objects.delete(guid)
end