browser.find_elements
Locate all elements by CSS selector and retrieve text, links, values, bounding boxes, and visibility for scraping or interaction.
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 |
|---|---|---|---|
| session_id | Yes | ||
| selector | Yes | ||
| limit | No |