Variable
Variables can enhance the flexibility and scalability of scripts, and can dynamically control the running of scripts.
Script Example
step = [{
"method": "redirect",
"url": "https://www.baidu.com/",
}, {
"method": "input",
"xpath": "//*[@id=\"kw\"]",
"text": "__v-searchKey__",
"if": {
"condition": "presence",
"xpath": "__v-button_xpath__"
}
}, {
"method": "clear"
}]Implement your own variable object
Built-in variable object
Last updated