Skip to content

指令名称:CSS点击元素

指令说明:在页面对象${browserPage}中获取元素${selector} 并点击,元素超时时间${timeout}秒

指令输入:

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

指令输出:

没有输出参数