Install
Installation Steps
Node.js Installation:
You need to download and install Node.js version 20 or above. You can select the appropriate version for your operating system from the Node.js download page.
Sente Installation:
Once Node.js is installed, run the command
npm i senteio -g
to install Sente globally.
npm i senteio -g
Verify Installation:
After completing the setup, it's crucial to verify the installation to ensure everything is configured correctly. You can do this by running the command:
sente -v
This command will display the current version of Sente installed on your system, confirming that the installation was successful.
To View Help:
sente -h
This command will introduce the structure of the parameters and commands of Sente.
Generate New Project:
To generate a new project, first, you need to generate a new folder. Then, run the
sente init
command inside this folder.mkdir new_project cd new_project sente init


Download Selenium Drivers:
As a final step, proceed to download the Selenium drivers and follow the instructions provided.
Last updated