find_elements_count
Count how many elements on a page match the given selector, enabling quick verification of element presence and quantity for testing or scraping.
Instructions
Get the count of how many elements on the page match the selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |