我正在用硒抓痒我有这个html输入元素:
<input class="anniucssC" type="button" value="当页累计" v:click="doThisPageTtl()">
<input class="anniucssC" type="button" value="全部累计" v:click="doAllTtl()">
<input class="anniucssC" type="button" value="选择累计" v:click="doChoiceTtl()">
<input class="anniucssC" type="button" value="打印" v-click="showLayer('shadow123','question12
3');">
我正在尝试通过此Xpath表达式获取v:click的值:
//input[1]/@v:click
我在xpath测试器中遇到此错误:
Unable to perform XPath operation. The prefix "v" for attribute "v:click" associated with an element type "input" is not bound.