Skip to content

指令名称:CSS获取元素属性值

指令说明:在${browserPage}页面中,通过CSS选择器${selector},超时时间${timeout}秒, 获取元素属性${property},并保存到变量${propertyValue}

指令输入:

参数名参数lebel参数类型参数填写说明
browserPage网页对象variable
selector元素选择器string支持 CSS 例:#id .class 或 xpath 例://div[text()="hello"]
property选择获取的属性string
timeout超时时间number

指令输出:

参数名参数lebel参数类型参数填写说明
propertyValue元素属性值string