Skip to main content
The infragrid package provides a synchronous client and ordered workflow builder for Python 3.10 or newer.
Version 0.1.0 is implemented in the source workspace but is not yet represented as published to PyPI.

Install

Create a client

Constructor arguments:

Browser runs

Ordered workflows

Python uses snake_case method names such as create_tab and keyword arguments such as click_count. See Ordered workflows.

Published Blueprints

The Blueprint runs client also supports get, list, events, and cancel.

Errors

All error classes derive from InfragridError and expose status, body, and request_id. Invalid JSON, malformed successful envelopes, timeouts, and unexpected transport failures fail closed as connection errors.
Last modified on August 16, 2026