respira find-element
Search a page's element tree by type, text, CSS class, or id. Works with Elementor, Divi, Bricks, WPBakery, and every other supported builder.
Search a page's element tree. Match by any combination of element type, inner text, CSS class, or element id.
respira find-element <site> <page> [type] [--text=...] [--css=...] [--id=...] [--limit=50]
At least one of type, --type, --text, --css, or --id is required.
Examples
# find all Elementor headings that say "welcome"
respira find-element mysite.com about heading --text="welcome"
# find Divi text modules containing "welcome"
respira find-element mysite.com home et_pb_text --text="welcome"
# find every heading on a page (up to 10)
respira find-element mysite.com home --type=heading --limit=10
# find elements by CSS class
respira find-element mysite.com contact --css=".cta-button"
Output
Each result includes the element id, type, a short text preview (when applicable), and a dotted path describing where it sits in the tree. Pipe to respira write edit-element to act on a match.
Was this page helpful?
Last updated today
Built with Documentation.AI