browser.find_elements
Locate multiple web elements by CSS selector to extract text, links, values, and visibility data 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 |