mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Added two convenience methods for finding element indices: - get_index_by_id: Find element by its id attribute - get_index_by_class: Find element by class name These methods simplify common DOM element lookup patterns when working with selector maps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>