Skip to content

Instantly share code, notes, and snippets.

@rmcdouga
Created December 15, 2022 21:29
Show Gist options
  • Save rmcdouga/010c79cc6db958e989e8d258b8886b74 to your computer and use it in GitHub Desktop.
Save rmcdouga/010c79cc6db958e989e8d258b8886b74 to your computer and use it in GitHub Desktop.

JBang Commands that are useful

Playwright

Downloads and installs the browsers required to run playwright jbang -m com.microsoft.playwright.CLI com.microsoft.playwright:playwright:RELEASE install

Launches browser and records session as Java code jbang -m com.microsoft.playwright.CLI com.microsoft.playwright:playwright:RELEASE codegen -o Example.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment