ramajs

web browser automation from your browser console
git clone https://tongong.net/git/ramajs.git
Log | Files | Refs | README | LICENSE

commit 611ce83ea08132a343af82386d551d5b1446d0e3
parent 5a13fef3766e31fe100a3b4c6cab06e35a24f5fb
Author: tongong <tongong@gmx.net>
Date:   Tue,  1 Dec 2020 18:26:45 +0100

added alternatives

Diffstat:
MREADME.md | 19+++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -211,13 +211,24 @@ terser -c -m -o rama.min.js -- rama.js ## other projects -I think, at the moment this is the only project with this main idea. But one can -never be sure that there isn't some other similar project hidden somewhere on -the internet. So if you built or found one please write me a mail, as I'm very -curious about other ideas. +There are several other approaches to web scripting, which could fit your needs +better: + +- professional test frameworks like [puppeteer][] or [selenium][] +- userscripts. A large collection can be found on [openuserjs][] +- get the content with a utility like [curl][] and parse it yourself + +I think however, at the moment this is the only project with this main idea. But +one can never be sure that there isn't some other similar project hidden +somewhere on the internet. So if you built or found one please write me a mail, +as I'm very curious about other ideas. [iframe]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe [same-origin policy]: https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy [rama-god]: https://en.wikipedia.org/wiki/Rama [prettier]: https://github.com/prettier/prettier [terser]: https://github.com/terser/terser +[puppeteer]: https://github.com/puppeteer/puppeteer/ +[selenium]: https://www.selenium.dev/ +[openuserjs]: https://openuserjs.org/ +[curl]: https://en.wikipedia.org/wiki/CURL