Web Automation Processor
WAP (Web Automation Processor) is an automation module designed for different applications.

A WAP usually provides No-Code commands and Low-Code Editor


WAP provides commonly used synchronous functions under api:
api.files()– Returns a list of files in the working directory.api.read(filename, encoding='utf8')– Reads the content of a file.api.write(filename, text)– Writes text content to a file.api.rename(oldname, newname)– Renames a file.api.remove(filename)– Deletes a file.
Additionally, moment.js and lodash are built-in libraries and can be used directly.
Last updated