# WaitForElementInput

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/tools/browser_tools/WaitForElementInput)

Input for WaitForElementTool.

## Signature

```python
WaitForElementInput()
```

## Extends

- `BaseModel`

## Properties

- `selector`
- `timeout`
- `state`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/285069d4f44907e10aaf7743888689ea39c98fe3/libs/aws/langchain_aws/tools/browser_tools.py#L110)