Basics
Guides
API Reference
Basics
Guides
API Reference
[9:14] (extern: com.lehman.aussom.AussomPlaywright) extends: object
The playwright class is the root entry point for the Playwright browser automation library. Create a new instance to get access to browser type launchers (chromium, firefox, webkit).
playwright ()
Constructs a new playwright instance and initializes the Playwright driver process.
newPlaywright ()
close ()
Closes the Playwright instance and terminates the driver process. All browsers created by this instance will be closed.
This object.chromium ()
Returns the Chromium browser type which can be used to launch or connect to a Chromium browser instance.
A browsertype object for Chromium.firefox ()
Returns the Firefox browser type which can be used to launch or connect to a Firefox browser instance.
A browsertype object for Firefox.webkit ()
Returns the WebKit browser type which can be used to launch or connect to a WebKit browser instance.
A browsertype object for WebKit.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.