Skip to content
tuzi-rpa
搜索文档
K
Main Navigation
首页
指南
指令
团队
Appearance
Menu
Return to top
页面导航
指令名称:获取元素属性
指令说明:获取元素${selector}的属性${propertyName}的值, 并将其赋值给变量${propertyValue}
指令输入:
参数名
参数lebel
参数类型
参数填写说明
element
选择元素对象
variable
propertyName
选择获取的属性
string
customPropertyName
自定义属性名称
string
请输入自定义属性名称 (data-开头)
指令输出:
参数名
参数lebel
参数类型
参数填写说明
propertyValue
属性值
string