Basics
Guides
API Reference
Basics
Guides
API Reference
[15:14] static extends: object
Loader for the playwright module. Exists so every other playwright
.aus file can include it at the top and guarantee that
aussom-playwright.jar is on the classpath before any extern class
in this module resolves.
Aussom instantiates static classes immediately at parse time once
Engine.initComplete is true, so the first include playwright.loader;
from any file triggers app.loadJar("aussom-playwright.jar"). The
include is deduped by path, so the loadJar call runs exactly once
per process regardless of how many playwright files include it.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.