class Playwright::ChannelOwners::ElementHandle

def inner_text

def inner_text
  @channel.send_message_to_server('innerText')
end