Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Page): kill the page.plainText method #994

Merged
merged 1 commit into from
Oct 10, 2017

Commits on Oct 10, 2017

  1. feat(Page): kill the page.plainText method

    The page.plainText is confusing: it's unclear what kind of text it
    returns, textContent or innerText. It's also easily polyfillable and
    doesn't seem to be used.
    
    BREAKING CHANGE: the page.plainText is not existing any more.
    Instead, use `page.evaluate(() => document.body.innerText)`.
    aslushnikov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    d5c420d View commit details
    Browse the repository at this point in the history