browser.find_elements
Retrieve all elements matching a CSS selector, including text, href, value, bounding box, and visibility, to prepare for clicking or scraping multiple items.
Instructions
Find all elements matching a CSS selector and return their text, href, value, bounding box, and visibility. Useful before clicking or scraping multiple items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| selector | Yes | ||
| session_id | Yes |