zen_wp_html
Extract HTML widget content from a WordPress Elementor page. Returns clean HTML/CSS/JS from the Elementor editor preview.
Instructions
Extract HTML widget content from a WordPress Elementor page.
Navigates to the Elementor editor for the given page, waits for load, then extracts the innerHTML of all HTML widgets from the Elementor preview iframe. Returns clean HTML/CSS/JS content.
The browser must already be logged into WP admin for this to work.
Args: site_url: WordPress site URL (e.g. "https://thankyouexperiences.com") page_id: WordPress page/post ID (e.g. 5719 for Team page)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| page_id | Yes |