record page and generate code: mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="codegen playwright.dev" build: mvn -DskipTests clean install run: ./nzzgrabber -c config.json links ----- - Playwright, web site scrapping - https://javadoc.io/doc/com.microsoft.playwright/playwright/latest/index.html - https://playwright.dev/java/docs/debug - https://playwright.dev/java/docs/codegen-intro - command line parsing - https://picocli.info/