# Minimal demo — three steps, no styling, no captions.
# Use this shape when you want the bare-minimum script.

title: "Minimal example"
steps:
  - type: goto
    url: https://example.com

  - type: click
    target: { role: link, name: "More information..." }

  - type: wait
    networkIdle: true
    ms: 1500
