intuned-runtime) is a required dependency for all Intuned projects. It provides:
- Runtime setup and configuration for Playwright that integrates with the Intuned platform.
- The Intuned CLI for developing, testing, and deploying automations locally.
- Helper functions that give your automations access to Intuned platform features.
Reference
- persistent_store — Key-value store that persists across runs.
- attempt_store — Key-value store scoped to the current attempt.
- extend_payload — Add payloads dynamically during job execution.
- extend_timeout — Reset the timeout timer for the current attempt.
- get_auth_session_parameters — Retrieve parameters of the current AuthSession.
- CAPTCHA helpers — Wait for CAPTCHAs to be solved and subscribe to status updates.
- CLI reference — Command-line interface for developing, testing, and deploying automations.