class Playwright::ChannelOwners::ElementHandle

def text_content

def text_content
  @channel.send_message_to_server('textContent')
end