class Playwright::Page

def text_content(selector, strict: nil, timeout: nil)

Returns `element.textContent`.
def text_content(selector, strict: nil, timeout: nil)
  wrap_impl(@impl.text_content(unwrap_impl(selector), strict: unwrap_impl(strict), timeout: unwrap_impl(timeout)))
end