Script
By using built-in scripts, you can better operate selenium's webdriver. It can also facilitate you to store scripts in physical storage such as databases, so that you can adjust them faster.
Script Definition
The script is a JSON. JSON can be parsed in most languages, making it more versatile. Nesting multiple JSONs to achieve continuous operations.
Example
Method and its parameters correspond to all action method names and their parameters
Use the script
It is more recommended that you use scripts for pre_load.
crawlipt
If you want a richer script, you can use the crawlipt project
Last updated