Plushie.Automation (Plushie v0.6.0)

Copy Markdown View Source

Runtime automation for Plushie apps.

This namespace covers attached interaction sessions, selector resolution, screenshots, replay, and .plushie file execution.

Use Plushie.Automation.Session to drive a running app directly, and Plushie.Automation.File when you need to parse the .plushie file format.

Summary

Types

Renderer mode supported by Plushie automation.

Types

backend_mode()

@type backend_mode() :: :mock | :headless | :windowed

Renderer mode supported by Plushie automation.