MicroSim Iframe Height Tester Purpose MicroSims are embedded in MkDocs pages via tags with fixed heights and . If the iframe height is too short, controls at the bottom (sliders, buttons, dropdowns) get clipped and students can't interact with them. This skill automates checking that every MicroSim's controls are fully visible at the declared iframe height. How It Works Always use the Python script ( ) — it only requires and avoids any Node.js/npm dependency. A legacy Node.js version ( ) exists but should not be used. The script uses Playwright to: 1. Find all MicroSim directories under 2. Re…