add selenium automation tools

This commit is contained in:
2026-05-15 15:29:17 +02:00
parent a0e47a1027
commit 4e9c61c31b
4 changed files with 311 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "selenium-export-module",
"version": "0.0.1",
"description": "Export elixForms module into .elx JSON file using Selenium",
"scripts": {
"export": "node ./export-module.js"
},
"dependencies": {
"dotenv": "^17.4.2",
"selenium-webdriver": "^4.44.0"
}
}