summaryrefslogtreecommitdiff
path: root/README
blob: 57c1b190e7b02974cd085032af5ac50dcf326a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/