summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c9215ef
--- /dev/null
+++ b/README
@@ -0,0 +1,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:
+./nzzgatherer -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/