我有这个 xpath 表达式,它选择一个名为 id 的 divproduct-details
//DIV[@id='product-details']
现在的问题是它还选择了一个 idprice
像这样 调用的 div<div id="price"> £705</div>
从容器 div 中排除上述行的表达方式是什么?
谢谢
我有这个 xpath 表达式,它选择一个名为 id 的 divproduct-details
//DIV[@id='product-details']
现在的问题是它还选择了一个 idprice
像这样 调用的 div<div id="price"> £705</div>
从容器 div 中排除上述行的表达方式是什么?
谢谢