Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: playwright_module

[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.

Methods

  • playwright_module ()