StaticinjectInjects given script into the page via <script> tag.
Adds .js extension if not present.
The Playwright page to inject the script into.
The path to the script file to inject.
StaticpipePipes web console messages to stdout. Handlers errors and warnings based on the provided options.
The Playwright page to listen for console messages.
OptionalpartialOptions: PipeWebConsoleToStdoutOptionsPartial options for handling console messages.
Utility class for Playwright page operations.