From 220a6c7b1faea73ae037af59d00c59843eb39ec3 Mon Sep 17 00:00:00 2001 From: kkalev Date: Sun, 26 Nov 2023 16:58:01 +0200 Subject: [PATCH] updates to docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eea866c..2294f34 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,14 @@ A GUNet puppeteer Docker image * Puppeteer [Documentation](https://pptr.dev/category/guides) * Puppeteer Docker [documentation](https://pptr.dev/guides/docker) * Reference [Dockerfile](https://github.com/puppeteer/puppeteer/blob/main/docker/Dockerfile) -* [Reference](https://www.w3schools.com/cssref/css_selectors.php) of selectors + # Documentation +## Selectors +* [Reference](https://www.w3schools.com/cssref/css_selectors.php) +* `#id`: Selects the element with id=`""` +* `div p`: Selects all `

` elements inside `

` elements + ## Main Library * File: `gunet.js` * Usually common code: