# ExtractTextTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/playwright/extract_text/ExtractTextTool)

Tool for extracting all the text on the current webpage.

## Signature

```python
ExtractTextTool()
```

## Extends

- `BaseBrowserTool`

## Properties

- `name`
- `description`
- `args_schema`

## Methods

- [`check_acheck_bs_importrgs()`](https://reference.langchain.com/python/langchain-community/tools/playwright/extract_text/ExtractTextTool/check_acheck_bs_importrgs)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/tools/playwright/extract_text.py#L22)