[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [text](./puppeteer.httpresponse.text.md) ## HTTPResponse.text() method Signature: ```typescript text(): Promise; ``` Returns: Promise<string>